Shades of Snuff #DBD6DB
Tints of Snuff #DBD6DB
RGB
CMYK
RGB Variations
Color information
#DBD6DB (or 0xDBD6DB) is known color: Snuff. HEX triplet: DB, D6 and DB. RGB value is (219,214,219). Sum of RGB (Red+Green+Blue) = 219+214+219=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DB is #242924. Grayscale: #D8D8D8. Windows color (decimal): -2369829 or 14407387. OLE color: 14407387.
HSL color Cylindrical-coordinate representation of color #DBD6DB: hue angle of 300º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD6DB is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 219 | - |
CMYK | 0 | 0.02 | 0 | 0.14 |
HSL | 300º | 0.06% | 0.85% | - |
HSV(B) | 300º | 0.02% | 0.86% | - |
XYZ | 66.05 | 68.27 | 76.71 | - |
YUV | 216.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 219 | 0 | 0.02 | 0 | 0.14 | 300 | 0.06 | 0.85 |
Hex | DB | D6 | DB | 0 | 2 | 0 | E | 12C | 6 | 55 |
Octal | 333 | 326 | 333 | 0 | 2 | 0 | 16 | 454 | 6 | 125 |
Binary | 11011011 | 11010110 | 11011011 | 0 | 10 | 0 | 1110 | 100101100 | 110 | 1010101 |
Color Harmonies of #DBD6DB
Complementary color
Monochromatic Colors of #DBD6DB
Black with #DBD6DB
Text Example
Text Example
White with #DBD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6DB; }
p { color: rgb(219,214,219); }
H1.HeaderClassName
{
color: #DBD6DB;
}
.AnyTagClassName
{
color: #DBD6DB;
}
</style>
background-color css
<style>
a { background-color: #DBD6DB; }
a { background-color: rgb(219,214,219); }
div.DivClassName
{
background-color: #DBD6DB;
}
.BgClassName
{
background-color: #DBD6DB;
}
</style>
border-color css
<style>
span { border-color: #DBD6DB; }
span { border-color: rgb(219,214,219); }
td.TdClassName
{
border-color: #DBD6DB;
}
.TagClassName
{
border-color: #DBD6DB;
}
</style>