Color spaces of #cddcbd
RGB | 205 | 220 | 189 |
---|---|---|---|
HSL | 0.25 | 0.31 | 0.80 |
HSV | 89° | 14° | 86° |
CMYK | 0.07 | 0.00 | 0.14 0.14 |
XYZ | 59.9553 | 67.8397 | 58.0785 |
Yxy | 67.8397 | 0.3226 | 0.3650 |
Hunter Lab | 82.3649 | -14.2042 | 15.8478 |
CIE-Lab | 85.9262 | -10.5257 | 13.5358 |
#cddcbd color RGB value is (205,220,189).
#cddcbd hex color red value is 205, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cddcbd hue: 0.25 , saturation: 0.31 and the lightness value of cddcbd is 0.80.
The process color (four color CMYK) of #cddcbd color hex is 0.07, 0.00, 0.14, 0.14. Web safe color of #cddcbd is #cccccc. Color #cddcbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011100 | 10111101 |
Octal | 315 | 334 | 275 |
Decimal | 205 | 220 | 189 |
Hex | CD | DC | BD |
Shades of #cddcbd
Tints of #cddcbd
RGB Percentages of Color #cddcbd
CMYK Percentages of Color #cddcbd
Complementary Color
#cddcbd | #ccbddc |
#cddcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cddcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cddcbd Color CSS Codes
.mybgcolor {background-color:#cddcbd; } .myforecolor {color:#cddcbd; } .mybordercolor {border:3px solid #cddcbd; }
#cddcbd Text Font Color
<p style="color:#cddcbd">Text here</p>
This sample text font color is #cddcbd
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.
#cddcbd Background Color
<div style="background-color:#cddcbd">
Div content here</div>
This div background color is #cddcbd
#cddcbd Border Color
<div style="border:3px solid #cddcbd">
Div here</div>
This div border color is #cddcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,220,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cddcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cddcbd; -webkit-box-shadow: 1px 1px 3px 2px #cddcbd; box-shadow: 1px 1px 3px 2px #cddcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,220,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cddcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cddcbd; -webkit-box-shadow: 1px 1px 3px 2px #cddcbd; box-shadow: 1px 1px 3px 2px #cddcbd;">
Div content here</div>
This div box has shadow with color #cddcbd
Comments
No comments written yet.
Please login to write comment.