Shades of Snow Drift #DBDBD9
Tints of Snow Drift #DBDBD9
RGB
CMYK
RGB Variations
Color information
#DBDBD9 (or 0xDBDBD9) is known color: Snow Drift. HEX triplet: DB, DB and D9. RGB value is (219,219,217). Sum of RGB (Red+Green+Blue) = 219+219+217=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBD9 is #242426. Grayscale: #DADADA. Windows color (decimal): -2368551 or 14277595. OLE color: 14277595.
HSL color Cylindrical-coordinate representation of color #DBDBD9: hue angle of 60º degrees, saturation: 0.03, 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 #DBDBD9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 217 | - |
CMYK | 0 | 0 | 0.01 | 0.14 |
HSL | 60º | 0.03% | 0.85% | - |
HSV(B) | 60º | 0.01% | 0.86% | - |
XYZ | 67.07 | 70.73 | 75.76 | - |
YUV | 218.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 217 | 0 | 0 | 0.01 | 0.14 | 60 | 0.03 | 0.85 |
Hex | DB | DB | D9 | 0 | 0 | 1 | E | 3C | 3 | 55 |
Octal | 333 | 333 | 331 | 0 | 0 | 1 | 16 | 74 | 3 | 125 |
Binary | 11011011 | 11011011 | 11011001 | 0 | 0 | 1 | 1110 | 111100 | 11 | 1010101 |
Color Harmonies of #DBDBD9
Complementary color
Monochromatic Colors of #DBDBD9
Black with #DBDBD9
Text Example
Text Example
White with #DBDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBD9; }
p { color: rgb(219,219,217); }
H1.HeaderClassName
{
color: #DBDBD9;
}
.AnyTagClassName
{
color: #DBDBD9;
}
</style>
background-color css
<style>
a { background-color: #DBDBD9; }
a { background-color: rgb(219,219,217); }
div.DivClassName
{
background-color: #DBDBD9;
}
.BgClassName
{
background-color: #DBDBD9;
}
</style>
border-color css
<style>
span { border-color: #DBDBD9; }
span { border-color: rgb(219,219,217); }
td.TdClassName
{
border-color: #DBDBD9;
}
.TagClassName
{
border-color: #DBDBD9;
}
</style>