Color spaces of #d4ccce
RGB | 212 | 204 | 206 |
---|---|---|---|
HSL | 0.96 | 0.09 | 0.82 |
HSV | 345° | 4° | 83° |
CMYK | 0.00 | 0.04 | 0.03 0.17 |
XYZ | 59.8848 | 61.6390 | 67.1338 |
Yxy | 61.6390 | 0.3174 | 0.3267 |
Hunter Lab | 78.5105 | -1.2404 | 4.2589 |
CIE-Lab | 82.7211 | 3.1215 | -0.0164 |
#d4ccce color RGB value is (212,204,206).
#d4ccce hex color red value is 212, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d4ccce hue: 0.96 , saturation: 0.09 and the lightness value of d4ccce is 0.82.
The process color (four color CMYK) of #d4ccce color hex is 0.00, 0.04, 0.03, 0.17. Web safe color of #d4ccce is #cccccc. Color #d4ccce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001100 | 11001110 |
Octal | 324 | 314 | 316 |
Decimal | 212 | 204 | 206 |
Hex | D4 | CC | CE |
Shades of #d4ccce
Tints of #d4ccce
RGB Percentages of Color #d4ccce
CMYK Percentages of Color #d4ccce
Complementary Color
#d4ccce | #ccd4d2 |
#d4ccce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4ccce Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4ccce Color CSS Codes
.mybgcolor {background-color:#d4ccce; } .myforecolor {color:#d4ccce; } .mybordercolor {border:3px solid #d4ccce; }
#d4ccce Text Font Color
<p style="color:#d4ccce">Text here</p>
This sample text font color is #d4ccce
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.
#d4ccce Background Color
<div style="background-color:#d4ccce">
Div content here</div>
This div background color is #d4ccce
#d4ccce Border Color
<div style="border:3px solid #d4ccce">
Div here</div>
This div border color is #d4ccce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,204,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4ccce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4ccce; -webkit-box-shadow: 1px 1px 3px 2px #d4ccce; box-shadow: 1px 1px 3px 2px #d4ccce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,204,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4ccce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4ccce; -webkit-box-shadow: 1px 1px 3px 2px #d4ccce; box-shadow: 1px 1px 3px 2px #d4ccce;">
Div content here</div>
This div box has shadow with color #d4ccce
Comments
No comments written yet.
Please login to write comment.