Color spaces of #d7cccb
RGB | 215 | 204 | 203 |
---|---|---|---|
HSL | 0.01 | 0.13 | 0.82 |
HSV | 5° | 6° | 84° |
CMYK | 0.00 | 0.05 | 0.06 0.16 |
XYZ | 60.3967 | 61.9446 | 65.2732 |
Yxy | 61.9446 | 0.3219 | 0.3302 |
Hunter Lab | 78.7049 | -0.7559 | 5.9218 |
CIE-Lab | 82.8840 | 3.6373 | 1.8518 |
#d7cccb color RGB value is (215,204,203).
#d7cccb hex color red value is 215, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d7cccb hue: 0.01 , saturation: 0.13 and the lightness value of d7cccb is 0.82.
The process color (four color CMYK) of #d7cccb color hex is 0.00, 0.05, 0.06, 0.16. Web safe color of #d7cccb is #cccccc. Color #d7cccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 11001100 | 11001011 |
Octal | 327 | 314 | 313 |
Decimal | 215 | 204 | 203 |
Hex | D7 | CC | CB |
Shades of #d7cccb
Tints of #d7cccb
RGB Percentages of Color #d7cccb
CMYK Percentages of Color #d7cccb
Complementary Color
#d7cccb | #cbd6d7 |
#d7cccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7cccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7cccb Color CSS Codes
.mybgcolor {background-color:#d7cccb; } .myforecolor {color:#d7cccb; } .mybordercolor {border:3px solid #d7cccb; }
#d7cccb Text Font Color
<p style="color:#d7cccb">Text here</p>
This sample text font color is #d7cccb
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.
#d7cccb Background Color
<div style="background-color:#d7cccb">
Div content here</div>
This div background color is #d7cccb
#d7cccb Border Color
<div style="border:3px solid #d7cccb">
Div here</div>
This div border color is #d7cccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,204,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7cccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7cccb; -webkit-box-shadow: 1px 1px 3px 2px #d7cccb; box-shadow: 1px 1px 3px 2px #d7cccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,204,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d7cccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7cccb; -webkit-box-shadow: 1px 1px 3px 2px #d7cccb; box-shadow: 1px 1px 3px 2px #d7cccb;">
Div content here</div>
This div box has shadow with color #d7cccb
#d7cccb Color Palettes
Comments
No comments written yet.
Please login to write comment.