Color spaces of #d2cbca
RGB | 210 | 203 | 202 |
---|---|---|---|
HSL | 0.02 | 0.08 | 0.81 |
HSV | 7° | 4° | 82° |
CMYK | 0.00 | 0.03 | 0.04 0.18 |
XYZ | 58.5949 | 60.6778 | 64.5008 |
Yxy | 60.6778 | 0.3188 | 0.3302 |
Hunter Lab | 77.8960 | -2.0466 | 5.4328 |
CIE-Lab | 82.2052 | 2.2450 | 1.3494 |
#d2cbca color RGB value is (210,203,202).
#d2cbca hex color red value is 210, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d2cbca hue: 0.02 , saturation: 0.08 and the lightness value of d2cbca is 0.81.
The process color (four color CMYK) of #d2cbca color hex is 0.00, 0.03, 0.04, 0.18. Web safe color of #d2cbca is #cccccc. Color #d2cbca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11001011 | 11001010 |
Octal | 322 | 313 | 312 |
Decimal | 210 | 203 | 202 |
Hex | D2 | CB | CA |
Shades of #d2cbca
Tints of #d2cbca
RGB Percentages of Color #d2cbca
CMYK Percentages of Color #d2cbca
Complementary Color
#d2cbca | #cad1d2 |
#d2cbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2cbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2cbca Color CSS Codes
.mybgcolor {background-color:#d2cbca; } .myforecolor {color:#d2cbca; } .mybordercolor {border:3px solid #d2cbca; }
#d2cbca Text Font Color
<p style="color:#d2cbca">Text here</p>
This sample text font color is #d2cbca
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.
#d2cbca Background Color
<div style="background-color:#d2cbca">
Div content here</div>
This div background color is #d2cbca
#d2cbca Border Color
<div style="border:3px solid #d2cbca">
Div here</div>
This div border color is #d2cbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,203,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2cbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2cbca; -webkit-box-shadow: 1px 1px 3px 2px #d2cbca; box-shadow: 1px 1px 3px 2px #d2cbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,203,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2cbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2cbca; -webkit-box-shadow: 1px 1px 3px 2px #d2cbca; box-shadow: 1px 1px 3px 2px #d2cbca;">
Div content here</div>
This div box has shadow with color #d2cbca
#d2cbca Color Palettes
Comments
No comments written yet.
Please login to write comment.