Color spaces of #cddecc
RGB | 205 | 222 | 204 |
---|---|---|---|
HSL | 0.32 | 0.21 | 0.84 |
HSV | 117° | 8° | 87° |
CMYK | 0.08 | 0.00 | 0.08 0.13 |
XYZ | 62.1972 | 69.5813 | 67.2791 |
Yxy | 69.5813 | 0.3125 | 0.3496 |
Hunter Lab | 83.4154 | -12.8816 | 10.5701 |
CIE-Lab | 86.7911 | -8.9740 | 6.8782 |
#cddecc color RGB value is (205,222,204).
#cddecc hex color red value is 205, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cddecc hue: 0.32 , saturation: 0.21 and the lightness value of cddecc is 0.84.
The process color (four color CMYK) of #cddecc color hex is 0.08, 0.00, 0.08, 0.13. Web safe color of #cddecc is #cccccc. Color #cddecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011110 | 11001100 |
Octal | 315 | 336 | 314 |
Decimal | 205 | 222 | 204 |
Hex | CD | DE | CC |
Shades of #cddecc
Tints of #cddecc
RGB Percentages of Color #cddecc
CMYK Percentages of Color #cddecc
Complementary Color
#cddecc | #ddccde |
#cddecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cddecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cddecc Color CSS Codes
.mybgcolor {background-color:#cddecc; } .myforecolor {color:#cddecc; } .mybordercolor {border:3px solid #cddecc; }
#cddecc Text Font Color
<p style="color:#cddecc">Text here</p>
This sample text font color is #cddecc
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.
#cddecc Background Color
<div style="background-color:#cddecc">
Div content here</div>
This div background color is #cddecc
#cddecc Border Color
<div style="border:3px solid #cddecc">
Div here</div>
This div border color is #cddecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,222,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cddecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cddecc; -webkit-box-shadow: 1px 1px 3px 2px #cddecc; box-shadow: 1px 1px 3px 2px #cddecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,222,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cddecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cddecc; -webkit-box-shadow: 1px 1px 3px 2px #cddecc; box-shadow: 1px 1px 3px 2px #cddecc;">
Div content here</div>
This div box has shadow with color #cddecc
Comments
No comments written yet.
Please login to write comment.