Color spaces of #d9cdbd
RGB | 217 | 205 | 189 |
---|---|---|---|
HSL | 0.10 | 0.27 | 0.80 |
HSV | 34° | 13° | 85° |
CMYK | 0.00 | 0.06 | 0.13 0.15 |
XYZ | 59.6319 | 62.0885 | 56.9854 |
Yxy | 62.0885 | 0.3337 | 0.3474 |
Hunter Lab | 78.7963 | -2.8072 | 12.2789 |
CIE-Lab | 82.9605 | 1.4854 | 9.4464 |
#d9cdbd color RGB value is (217,205,189).
#d9cdbd hex color red value is 217, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9cdbd hue: 0.10 , saturation: 0.27 and the lightness value of d9cdbd is 0.80.
The process color (four color CMYK) of #d9cdbd color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #d9cdbd is #cccccc. Color #d9cdbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11001101 | 10111101 |
Octal | 331 | 315 | 275 |
Decimal | 217 | 205 | 189 |
Hex | D9 | CD | BD |
Shades of #d9cdbd
Tints of #d9cdbd
RGB Percentages of Color #d9cdbd
CMYK Percentages of Color #d9cdbd
Complementary Color
#d9cdbd | #bdc9d9 |
#d9cdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9cdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9cdbd Color CSS Codes
.mybgcolor {background-color:#d9cdbd; } .myforecolor {color:#d9cdbd; } .mybordercolor {border:3px solid #d9cdbd; }
#d9cdbd Text Font Color
<p style="color:#d9cdbd">Text here</p>
This sample text font color is #d9cdbd
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.
#d9cdbd Background Color
<div style="background-color:#d9cdbd">
Div content here</div>
This div background color is #d9cdbd
#d9cdbd Border Color
<div style="border:3px solid #d9cdbd">
Div here</div>
This div border color is #d9cdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,205,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9cdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9cdbd; -webkit-box-shadow: 1px 1px 3px 2px #d9cdbd; box-shadow: 1px 1px 3px 2px #d9cdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,205,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 #d9cdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9cdbd; -webkit-box-shadow: 1px 1px 3px 2px #d9cdbd; box-shadow: 1px 1px 3px 2px #d9cdbd;">
Div content here</div>
This div box has shadow with color #d9cdbd
Comments
No comments written yet.
Please login to write comment.