Color spaces of #d8bbdc
RGB | 216 | 187 | 220 |
---|---|---|---|
HSL | 0.81 | 0.32 | 0.80 |
HSV | 293° | 15° | 86° |
CMYK | 0.02 | 0.15 | 0.00 0.14 |
XYZ | 59.0075 | 55.3069 | 75.2754 |
Yxy | 55.3069 | 0.3112 | 0.2917 |
Hunter Lab | 74.3686 | 11.4851 | -7.9549 |
CIE-Lab | 79.2177 | 16.1187 | -12.6772 |
#d8bbdc color RGB value is (216,187,220).
#d8bbdc hex color red value is 216, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8bbdc hue: 0.81 , saturation: 0.32 and the lightness value of d8bbdc is 0.80.
The process color (four color CMYK) of #d8bbdc color hex is 0.02, 0.15, 0.00, 0.14. Web safe color of #d8bbdc is #cccccc. Color #d8bbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10111011 | 11011100 |
Octal | 330 | 273 | 334 |
Decimal | 216 | 187 | 220 |
Hex | D8 | BB | DC |
Shades of #d8bbdc
Tints of #d8bbdc
RGB Percentages of Color #d8bbdc
CMYK Percentages of Color #d8bbdc
Complementary Color
#d8bbdc | #bfdcbb |
#d8bbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8bbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8bbdc Color CSS Codes
.mybgcolor {background-color:#d8bbdc; } .myforecolor {color:#d8bbdc; } .mybordercolor {border:3px solid #d8bbdc; }
#d8bbdc Text Font Color
<p style="color:#d8bbdc">Text here</p>
This sample text font color is #d8bbdc
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.
#d8bbdc Background Color
<div style="background-color:#d8bbdc">
Div content here</div>
This div background color is #d8bbdc
#d8bbdc Border Color
<div style="border:3px solid #d8bbdc">
Div here</div>
This div border color is #d8bbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,187,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8bbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8bbdc; -webkit-box-shadow: 1px 1px 3px 2px #d8bbdc; box-shadow: 1px 1px 3px 2px #d8bbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,187,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8bbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8bbdc; -webkit-box-shadow: 1px 1px 3px 2px #d8bbdc; box-shadow: 1px 1px 3px 2px #d8bbdc;">
Div content here</div>
This div box has shadow with color #d8bbdc
Comments
No comments written yet.
Please login to write comment.