Color spaces of #d9cccd
RGB | 217 | 204 | 205 |
---|---|---|---|
HSL | 0.99 | 0.15 | 0.83 |
HSV | 355° | 6° | 85° |
CMYK | 0.00 | 0.06 | 0.06 0.15 |
XYZ | 61.2276 | 62.3452 | 66.5644 |
Yxy | 62.3452 | 0.3220 | 0.3279 |
Hunter Lab | 78.9590 | 0.2370 | 5.2883 |
CIE-Lab | 83.0967 | 4.6827 | 1.1138 |
#d9cccd color RGB value is (217,204,205).
#d9cccd hex color red value is 217, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d9cccd hue: 0.99 , saturation: 0.15 and the lightness value of d9cccd is 0.83.
The process color (four color CMYK) of #d9cccd color hex is 0.00, 0.06, 0.06, 0.15. Web safe color of #d9cccd is #cccccc. Color #d9cccd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11001100 | 11001101 |
Octal | 331 | 314 | 315 |
Decimal | 217 | 204 | 205 |
Hex | D9 | CC | CD |
Shades of #d9cccd
Tints of #d9cccd
RGB Percentages of Color #d9cccd
CMYK Percentages of Color #d9cccd
Complementary Color
#d9cccd | #ccd9d8 |
#d9cccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9cccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9cccd Color CSS Codes
.mybgcolor {background-color:#d9cccd; } .myforecolor {color:#d9cccd; } .mybordercolor {border:3px solid #d9cccd; }
#d9cccd Text Font Color
<p style="color:#d9cccd">Text here</p>
This sample text font color is #d9cccd
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.
#d9cccd Background Color
<div style="background-color:#d9cccd">
Div content here</div>
This div background color is #d9cccd
#d9cccd Border Color
<div style="border:3px solid #d9cccd">
Div here</div>
This div border color is #d9cccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,204,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9cccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9cccd; -webkit-box-shadow: 1px 1px 3px 2px #d9cccd; box-shadow: 1px 1px 3px 2px #d9cccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,204,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9cccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9cccd; -webkit-box-shadow: 1px 1px 3px 2px #d9cccd; box-shadow: 1px 1px 3px 2px #d9cccd;">
Div content here</div>
This div box has shadow with color #d9cccd
Comments
No comments written yet.
Please login to write comment.