Color spaces of #ccd8de
RGB | 204 | 216 | 222 |
---|---|---|---|
HSL | 0.56 | 0.21 | 0.84 |
HSV | 200° | 8° | 87° |
CMYK | 0.08 | 0.03 | 0.00 0.13 |
XYZ | 62.6425 | 67.2230 | 78.7810 |
Yxy | 67.2230 | 0.3002 | 0.3222 |
Hunter Lab | 81.9896 | -7.1026 | 0.4230 |
CIE-Lab | 85.6164 | -2.8773 | -4.3486 |
#ccd8de color RGB value is (204,216,222).
#ccd8de hex color red value is 204, green value is 216 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccd8de hue: 0.56 , saturation: 0.21 and the lightness value of ccd8de is 0.84.
The process color (four color CMYK) of #ccd8de color hex is 0.08, 0.03, 0.00, 0.13. Web safe color of #ccd8de is #cccccc. Color #ccd8de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011000 | 11011110 |
Octal | 314 | 330 | 336 |
Decimal | 204 | 216 | 222 |
Hex | CC | D8 | DE |
Shades of #ccd8de
Tints of #ccd8de
RGB Percentages of Color #ccd8de
CMYK Percentages of Color #ccd8de
Complementary Color
#ccd8de | #ded2cc |
#ccd8de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd8de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd8de Color CSS Codes
.mybgcolor {background-color:#ccd8de; } .myforecolor {color:#ccd8de; } .mybordercolor {border:3px solid #ccd8de; }
#ccd8de Text Font Color
<p style="color:#ccd8de">Text here</p>
This sample text font color is #ccd8de
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.
#ccd8de Background Color
<div style="background-color:#ccd8de">
Div content here</div>
This div background color is #ccd8de
#ccd8de Border Color
<div style="border:3px solid #ccd8de">
Div here</div>
This div border color is #ccd8de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,216,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd8de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd8de; -webkit-box-shadow: 1px 1px 3px 2px #ccd8de; box-shadow: 1px 1px 3px 2px #ccd8de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,216,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd8de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd8de; -webkit-box-shadow: 1px 1px 3px 2px #ccd8de; box-shadow: 1px 1px 3px 2px #ccd8de;">
Div content here</div>
This div box has shadow with color #ccd8de
Comments
No comments written yet.
Please login to write comment.