Color spaces of #dbd8bf
RGB | 219 | 216 | 191 |
---|---|---|---|
HSL | 0.15 | 0.28 | 0.80 |
HSV | 54° | 13° | 86° |
CMYK | 0.00 | 0.01 | 0.13 0.14 |
XYZ | 63.1733 | 67.9334 | 59.0731 |
Yxy | 67.9334 | 0.3322 | 0.3572 |
Hunter Lab | 82.4217 | -7.4241 | 15.2010 |
CIE-Lab | 85.9731 | -3.1893 | 12.6960 |
#dbd8bf color RGB value is (219,216,191).
#dbd8bf hex color red value is 219, green value is 216 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbd8bf hue: 0.15 , saturation: 0.28 and the lightness value of dbd8bf is 0.80.
The process color (four color CMYK) of #dbd8bf color hex is 0.00, 0.01, 0.13, 0.14. Web safe color of #dbd8bf is #cccccc. Color #dbd8bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011000 | 10111111 |
Octal | 333 | 330 | 277 |
Decimal | 219 | 216 | 191 |
Hex | DB | D8 | BF |
Shades of #dbd8bf
Tints of #dbd8bf
RGB Percentages of Color #dbd8bf
CMYK Percentages of Color #dbd8bf
Complementary Color
#dbd8bf | #bfc2db |
#dbd8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbd8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbd8bf Color CSS Codes
.mybgcolor {background-color:#dbd8bf; } .myforecolor {color:#dbd8bf; } .mybordercolor {border:3px solid #dbd8bf; }
#dbd8bf Text Font Color
<p style="color:#dbd8bf">Text here</p>
This sample text font color is #dbd8bf
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.
#dbd8bf Background Color
<div style="background-color:#dbd8bf">
Div content here</div>
This div background color is #dbd8bf
#dbd8bf Border Color
<div style="border:3px solid #dbd8bf">
Div here</div>
This div border color is #dbd8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,216,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbd8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbd8bf; -webkit-box-shadow: 1px 1px 3px 2px #dbd8bf; box-shadow: 1px 1px 3px 2px #dbd8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,216,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbd8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd8bf; -webkit-box-shadow: 1px 1px 3px 2px #dbd8bf; box-shadow: 1px 1px 3px 2px #dbd8bf;">
Div content here</div>
This div box has shadow with color #dbd8bf
Comments
No comments written yet.
Please login to write comment.