Color spaces of #d9bbca
RGB | 217 | 187 | 202 |
---|---|---|---|
HSL | 0.92 | 0.28 | 0.79 |
HSV | 330° | 14° | 85° |
CMYK | 0.00 | 0.14 | 0.07 0.15 |
XYZ | 57.0463 | 54.5566 | 63.4009 |
Yxy | 54.5566 | 0.3260 | 0.3117 |
Hunter Lab | 73.8624 | 8.6019 | 0.8113 |
CIE-Lab | 78.7852 | 13.2041 | -3.5870 |
#d9bbca color RGB value is (217,187,202).
#d9bbca hex color red value is 217, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d9bbca hue: 0.92 , saturation: 0.28 and the lightness value of d9bbca is 0.79.
The process color (four color CMYK) of #d9bbca color hex is 0.00, 0.14, 0.07, 0.15. Web safe color of #d9bbca is #cccccc. Color #d9bbca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10111011 | 11001010 |
Octal | 331 | 273 | 312 |
Decimal | 217 | 187 | 202 |
Hex | D9 | BB | CA |
Shades of #d9bbca
Tints of #d9bbca
RGB Percentages of Color #d9bbca
CMYK Percentages of Color #d9bbca
Complementary Color
#d9bbca | #bbd9ca |
#d9bbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9bbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9bbca Color CSS Codes
.mybgcolor {background-color:#d9bbca; } .myforecolor {color:#d9bbca; } .mybordercolor {border:3px solid #d9bbca; }
#d9bbca Text Font Color
<p style="color:#d9bbca">Text here</p>
This sample text font color is #d9bbca
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.
#d9bbca Background Color
<div style="background-color:#d9bbca">
Div content here</div>
This div background color is #d9bbca
#d9bbca Border Color
<div style="border:3px solid #d9bbca">
Div here</div>
This div border color is #d9bbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,187,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9bbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9bbca; -webkit-box-shadow: 1px 1px 3px 2px #d9bbca; box-shadow: 1px 1px 3px 2px #d9bbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,187,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 #d9bbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9bbca; -webkit-box-shadow: 1px 1px 3px 2px #d9bbca; box-shadow: 1px 1px 3px 2px #d9bbca;">
Div content here</div>
This div box has shadow with color #d9bbca
Comments
No comments written yet.
Please login to write comment.