Color spaces of #d2cbde
RGB | 210 | 203 | 222 |
---|---|---|---|
HSL | 0.73 | 0.22 | 0.83 |
HSV | 262° | 9° | 87° |
CMYK | 0.05 | 0.09 | 0.00 0.13 |
XYZ | 61.1191 | 61.6874 | 77.7928 |
Yxy | 61.6874 | 0.3047 | 0.3075 |
Hunter Lab | 78.5413 | 1.4574 | -3.7460 |
CIE-Lab | 82.7469 | 5.9351 | -8.5422 |
#d2cbde color RGB value is (210,203,222).
#d2cbde hex color red value is 210, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d2cbde hue: 0.73 , saturation: 0.22 and the lightness value of d2cbde is 0.83.
The process color (four color CMYK) of #d2cbde color hex is 0.05, 0.09, 0.00, 0.13. Web safe color of #d2cbde is #cccccc. Color #d2cbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11001011 | 11011110 |
Octal | 322 | 313 | 336 |
Decimal | 210 | 203 | 222 |
Hex | D2 | CB | DE |
Shades of #d2cbde
Tints of #d2cbde
RGB Percentages of Color #d2cbde
CMYK Percentages of Color #d2cbde
Complementary Color
#d2cbde | #d7decb |
#d2cbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2cbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2cbde Color CSS Codes
.mybgcolor {background-color:#d2cbde; } .myforecolor {color:#d2cbde; } .mybordercolor {border:3px solid #d2cbde; }
#d2cbde Text Font Color
<p style="color:#d2cbde">Text here</p>
This sample text font color is #d2cbde
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.
#d2cbde Background Color
<div style="background-color:#d2cbde">
Div content here</div>
This div background color is #d2cbde
#d2cbde Border Color
<div style="border:3px solid #d2cbde">
Div here</div>
This div border color is #d2cbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2cbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2cbde; -webkit-box-shadow: 1px 1px 3px 2px #d2cbde; box-shadow: 1px 1px 3px 2px #d2cbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2cbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2cbde; -webkit-box-shadow: 1px 1px 3px 2px #d2cbde; box-shadow: 1px 1px 3px 2px #d2cbde;">
Div content here</div>
This div box has shadow with color #d2cbde
Comments
No comments written yet.
Please login to write comment.