Color spaces of #c6cddd
RGB | 198 | 205 | 221 |
---|---|---|---|
HSL | 0.62 | 0.25 | 0.82 |
HSV | 222° | 10° | 87° |
CMYK | 0.10 | 0.07 | 0.00 0.13 |
XYZ | 58.1712 | 60.8889 | 77.0934 |
Yxy | 60.8889 | 0.2966 | 0.3104 |
Hunter Lab | 78.0313 | -3.4858 | -3.9554 |
CIE-Lab | 82.3190 | 0.7265 | -8.7425 |
#c6cddd color RGB value is (198,205,221).
#c6cddd hex color red value is 198, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6cddd hue: 0.62 , saturation: 0.25 and the lightness value of c6cddd is 0.82.
The process color (four color CMYK) of #c6cddd color hex is 0.10, 0.07, 0.00, 0.13. Web safe color of #c6cddd is #cccccc. Color #c6cddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11001101 | 11011101 |
Octal | 306 | 315 | 335 |
Decimal | 198 | 205 | 221 |
Hex | C6 | CD | DD |
Shades of #c6cddd
Tints of #c6cddd
RGB Percentages of Color #c6cddd
CMYK Percentages of Color #c6cddd
Complementary Color
#c6cddd | #ddd6c6 |
#c6cddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6cddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6cddd Color CSS Codes
.mybgcolor {background-color:#c6cddd; } .myforecolor {color:#c6cddd; } .mybordercolor {border:3px solid #c6cddd; }
#c6cddd Text Font Color
<p style="color:#c6cddd">Text here</p>
This sample text font color is #c6cddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c6cddd Background Color
<div style="background-color:#c6cddd">
Div content here</div>
This div background color is #c6cddd
#c6cddd Border Color
<div style="border:3px solid #c6cddd">
Div here</div>
This div border color is #c6cddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,205,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6cddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6cddd; -webkit-box-shadow: 1px 1px 3px 2px #c6cddd; box-shadow: 1px 1px 3px 2px #c6cddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,205,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6cddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cddd; -webkit-box-shadow: 1px 1px 3px 2px #c6cddd; box-shadow: 1px 1px 3px 2px #c6cddd;">
Div content here</div>
This div box has shadow with color #c6cddd
Comments
No comments written yet.
Please login to write comment.