Color spaces of #d5cecc
RGB | 213 | 206 | 204 |
---|---|---|---|
HSL | 0.04 | 0.10 | 0.82 |
HSV | 13° | 4° | 84° |
CMYK | 0.00 | 0.03 | 0.04 0.16 |
XYZ | 60.4110 | 62.6484 | 66.0351 |
Yxy | 62.6484 | 0.3195 | 0.3313 |
Hunter Lab | 79.1507 | -2.2755 | 5.9401 |
CIE-Lab | 83.2570 | 2.0631 | 1.8414 |
#d5cecc color RGB value is (213,206,204).
#d5cecc hex color red value is 213, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d5cecc hue: 0.04 , saturation: 0.10 and the lightness value of d5cecc is 0.82.
The process color (four color CMYK) of #d5cecc color hex is 0.00, 0.03, 0.04, 0.16. Web safe color of #d5cecc is #cccccc. Color #d5cecc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11001110 | 11001100 |
Octal | 325 | 316 | 314 |
Decimal | 213 | 206 | 204 |
Hex | D5 | CE | CC |
Shades of #d5cecc
Tints of #d5cecc
RGB Percentages of Color #d5cecc
CMYK Percentages of Color #d5cecc
Complementary Color
#d5cecc | #ccd3d5 |
#d5cecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5cecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5cecc Color CSS Codes
.mybgcolor {background-color:#d5cecc; } .myforecolor {color:#d5cecc; } .mybordercolor {border:3px solid #d5cecc; }
#d5cecc Text Font Color
<p style="color:#d5cecc">Text here</p>
This sample text font color is #d5cecc
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.
#d5cecc Background Color
<div style="background-color:#d5cecc">
Div content here</div>
This div background color is #d5cecc
#d5cecc Border Color
<div style="border:3px solid #d5cecc">
Div here</div>
This div border color is #d5cecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5cecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5cecc; -webkit-box-shadow: 1px 1px 3px 2px #d5cecc; box-shadow: 1px 1px 3px 2px #d5cecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,206,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 #d5cecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5cecc; -webkit-box-shadow: 1px 1px 3px 2px #d5cecc; box-shadow: 1px 1px 3px 2px #d5cecc;">
Div content here</div>
This div box has shadow with color #d5cecc
Comments
No comments written yet.
Please login to write comment.