Color spaces of #d4cbcc
RGB | 212 | 203 | 204 |
---|---|---|---|
HSL | 0.98 | 0.09 | 0.81 |
HSV | 353° | 4° | 83° |
CMYK | 0.00 | 0.04 | 0.04 0.17 |
XYZ | 59.4064 | 61.0686 | 65.7831 |
Yxy | 61.0686 | 0.3189 | 0.3279 |
Hunter Lab | 78.1464 | -1.0616 | 4.7926 |
CIE-Lab | 82.4156 | 3.2936 | 0.6063 |
#d4cbcc color RGB value is (212,203,204).
#d4cbcc hex color red value is 212, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d4cbcc hue: 0.98 , saturation: 0.09 and the lightness value of d4cbcc is 0.81.
The process color (four color CMYK) of #d4cbcc color hex is 0.00, 0.04, 0.04, 0.17. Web safe color of #d4cbcc is #cccccc. Color #d4cbcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001011 | 11001100 |
Octal | 324 | 313 | 314 |
Decimal | 212 | 203 | 204 |
Hex | D4 | CB | CC |
Shades of #d4cbcc
Tints of #d4cbcc
RGB Percentages of Color #d4cbcc
CMYK Percentages of Color #d4cbcc
Complementary Color
#d4cbcc | #cbd4d3 |
#d4cbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4cbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4cbcc Color CSS Codes
.mybgcolor {background-color:#d4cbcc; } .myforecolor {color:#d4cbcc; } .mybordercolor {border:3px solid #d4cbcc; }
#d4cbcc Text Font Color
<p style="color:#d4cbcc">Text here</p>
This sample text font color is #d4cbcc
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.
#d4cbcc Background Color
<div style="background-color:#d4cbcc">
Div content here</div>
This div background color is #d4cbcc
#d4cbcc Border Color
<div style="border:3px solid #d4cbcc">
Div here</div>
This div border color is #d4cbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4cbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4cbcc; -webkit-box-shadow: 1px 1px 3px 2px #d4cbcc; box-shadow: 1px 1px 3px 2px #d4cbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,203,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 #d4cbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4cbcc; -webkit-box-shadow: 1px 1px 3px 2px #d4cbcc; box-shadow: 1px 1px 3px 2px #d4cbcc;">
Div content here</div>
This div box has shadow with color #d4cbcc
Comments
No comments written yet.
Please login to write comment.