Color spaces of #d8dbbe
RGB | 216 | 219 | 190 |
---|---|---|---|
HSL | 0.18 | 0.29 | 0.80 |
HSV | 66° | 13° | 86° |
CMYK | 0.01 | 0.00 | 0.13 0.14 |
XYZ | 62.9447 | 68.9797 | 58.7121 |
Yxy | 68.9797 | 0.3302 | 0.3618 |
Hunter Lab | 83.0540 | -10.0636 | 16.2248 |
CIE-Lab | 86.4940 | -5.9614 | 13.9270 |
#d8dbbe color RGB value is (216,219,190).
#d8dbbe hex color red value is 216, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d8dbbe hue: 0.18 , saturation: 0.29 and the lightness value of d8dbbe is 0.80.
The process color (four color CMYK) of #d8dbbe color hex is 0.01, 0.00, 0.13, 0.14. Web safe color of #d8dbbe is #cccccc. Color #d8dbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 11011011 | 10111110 |
Octal | 330 | 333 | 276 |
Decimal | 216 | 219 | 190 |
Hex | D8 | DB | BE |
Shades of #d8dbbe
Tints of #d8dbbe
RGB Percentages of Color #d8dbbe
CMYK Percentages of Color #d8dbbe
Complementary Color
#d8dbbe | #c1bedb |
#d8dbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8dbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8dbbe Color CSS Codes
.mybgcolor {background-color:#d8dbbe; } .myforecolor {color:#d8dbbe; } .mybordercolor {border:3px solid #d8dbbe; }
#d8dbbe Text Font Color
<p style="color:#d8dbbe">Text here</p>
This sample text font color is #d8dbbe
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.
#d8dbbe Background Color
<div style="background-color:#d8dbbe">
Div content here</div>
This div background color is #d8dbbe
#d8dbbe Border Color
<div style="border:3px solid #d8dbbe">
Div here</div>
This div border color is #d8dbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,219,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8dbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8dbbe; -webkit-box-shadow: 1px 1px 3px 2px #d8dbbe; box-shadow: 1px 1px 3px 2px #d8dbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,219,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8dbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8dbbe; -webkit-box-shadow: 1px 1px 3px 2px #d8dbbe; box-shadow: 1px 1px 3px 2px #d8dbbe;">
Div content here</div>
This div box has shadow with color #d8dbbe
Comments
No comments written yet.
Please login to write comment.