Shades of Snuff #DBD8DB
Tints of Snuff #DBD8DB
RGB
CMYK
RGB Variations
Color information
#DBD8DB (or 0xDBD8DB) is known color: Snuff. HEX triplet: DB, D8 and DB. RGB value is (219,216,219). Sum of RGB (Red+Green+Blue) = 219+216+219=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DB is #242724. Grayscale: #D9D9D9. Windows color (decimal): -2369317 or 14407899. OLE color: 14407899.
HSL color Cylindrical-coordinate representation of color #DBD8DB: hue angle of 300º 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 #DBD8DB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 219 | - |
CMYK | 0 | 0.01 | 0 | 0.14 |
HSL | 300º | 0.04% | 0.85% | - |
HSV(B) | 300º | 0.01% | 0.86% | - |
XYZ | 66.56 | 69.29 | 76.88 | - |
YUV | 217.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 219 | 0 | 0.01 | 0 | 0.14 | 300 | 0.04 | 0.85 |
Hex | DB | D8 | DB | 0 | 1 | 0 | E | 12C | 4 | 55 |
Octal | 333 | 330 | 333 | 0 | 1 | 0 | 16 | 454 | 4 | 125 |
Binary | 11011011 | 11011000 | 11011011 | 0 | 1 | 0 | 1110 | 100101100 | 100 | 1010101 |
Color Harmonies of #DBD8DB
Complementary color
Monochromatic Colors of #DBD8DB
Black with #DBD8DB
Text Example
Text Example
White with #DBD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8DB; }
p { color: rgb(219,216,219); }
H1.HeaderClassName
{
color: #DBD8DB;
}
.AnyTagClassName
{
color: #DBD8DB;
}
</style>
background-color css
<style>
a { background-color: #DBD8DB; }
a { background-color: rgb(219,216,219); }
div.DivClassName
{
background-color: #DBD8DB;
}
.BgClassName
{
background-color: #DBD8DB;
}
</style>
border-color css
<style>
span { border-color: #DBD8DB; }
span { border-color: rgb(219,216,219); }
td.TdClassName
{
border-color: #DBD8DB;
}
.TagClassName
{
border-color: #DBD8DB;
}
</style>