Color spaces of #d8bcde
RGB | 216 | 188 | 222 |
---|---|---|---|
HSL | 0.80 | 0.34 | 0.80 |
HSV | 289° | 15° | 87° |
CMYK | 0.03 | 0.15 | 0.00 0.13 |
XYZ | 59.4869 | 55.8393 | 76.7500 |
Yxy | 55.8393 | 0.3097 | 0.2907 |
Hunter Lab | 74.7257 | 11.3286 | -8.5882 |
CIE-Lab | 79.5223 | 15.9579 | -13.2994 |
#d8bcde color RGB value is (216,188,222).
#d8bcde hex color red value is 216, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d8bcde hue: 0.80 , saturation: 0.34 and the lightness value of d8bcde is 0.80.
The process color (four color CMYK) of #d8bcde color hex is 0.03, 0.15, 0.00, 0.13. Web safe color of #d8bcde is #cccccc. Color #d8bcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10111100 | 11011110 |
Octal | 330 | 274 | 336 |
Decimal | 216 | 188 | 222 |
Hex | D8 | BC | DE |
Shades of #d8bcde
Tints of #d8bcde
RGB Percentages of Color #d8bcde
CMYK Percentages of Color #d8bcde
Complementary Color
#d8bcde | #c2debc |
#d8bcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8bcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8bcde Color CSS Codes
.mybgcolor {background-color:#d8bcde; } .myforecolor {color:#d8bcde; } .mybordercolor {border:3px solid #d8bcde; }
#d8bcde Text Font Color
<p style="color:#d8bcde">Text here</p>
This sample text font color is #d8bcde
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.
#d8bcde Background Color
<div style="background-color:#d8bcde">
Div content here</div>
This div background color is #d8bcde
#d8bcde Border Color
<div style="border:3px solid #d8bcde">
Div here</div>
This div border color is #d8bcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,188,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8bcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8bcde; -webkit-box-shadow: 1px 1px 3px 2px #d8bcde; box-shadow: 1px 1px 3px 2px #d8bcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,188,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 #d8bcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8bcde; -webkit-box-shadow: 1px 1px 3px 2px #d8bcde; box-shadow: 1px 1px 3px 2px #d8bcde;">
Div content here</div>
This div box has shadow with color #d8bcde
Comments
No comments written yet.
Please login to write comment.