Shades of Snow Drift #DBDBD8
Tints of Snow Drift #DBDBD8
RGB
CMYK
RGB Variations
Color information
#DBDBD8 (or 0xDBDBD8) is known color: Snow Drift. HEX triplet: DB, DB and D8. RGB value is (219,219,216). Sum of RGB (Red+Green+Blue) = 219+219+216=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD8 is #242427. Grayscale: #DADADA. Windows color (decimal): -2368552 or 14212059. OLE color: 14212059.
HSL color Cylindrical-coordinate representation of color #DBDBD8: hue angle of 60º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDBD8 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 216 | - |
CMYK | 0 | 0 | 0.01 | 0.14 |
HSL | 60º | 0.04% | 0.85% | - |
HSV(B) | 60º | 0.01% | 0.86% | - |
XYZ | 66.94 | 70.68 | 75.08 | - |
YUV | 218.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 216 | 0 | 0 | 0.01 | 0.14 | 60 | 0.04 | 0.85 |
Hex | DB | DB | D8 | 0 | 0 | 1 | E | 3C | 4 | 55 |
Octal | 333 | 333 | 330 | 0 | 0 | 1 | 16 | 74 | 4 | 125 |
Binary | 11011011 | 11011011 | 11011000 | 0 | 0 | 1 | 1110 | 111100 | 100 | 1010101 |
Color Harmonies of #DBDBD8
Complementary color
Monochromatic Colors of #DBDBD8
Black with #DBDBD8
Text Example
Text Example
White with #DBDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD8; }
p { color: rgb(219,219,216); }
H1.HeaderClassName
{
color: #DBDBD8;
}
.AnyTagClassName
{
color: #DBDBD8;
}
</style>
background-color css
<style>
a { background-color: #DBDBD8; }
a { background-color: rgb(219,219,216); }
div.DivClassName
{
background-color: #DBDBD8;
}
.BgClassName
{
background-color: #DBDBD8;
}
</style>
border-color css
<style>
span { border-color: #DBDBD8; }
span { border-color: rgb(219,219,216); }
td.TdClassName
{
border-color: #DBDBD8;
}
.TagClassName
{
border-color: #DBDBD8;
}
</style>