Shades of Snuff #DBD6DA
Tints of Snuff #DBD6DA
RGB
CMYK
RGB Variations
Color information
#DBD6DA (or 0xDBD6DA) is known color: Snuff. HEX triplet: DB, D6 and DA. RGB value is (219,214,218). Sum of RGB (Red+Green+Blue) = 219+214+218=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DA is #242925. Grayscale: #D7D7D7. Windows color (decimal): -2369830 or 14341851. OLE color: 14341851.
HSL color Cylindrical-coordinate representation of color #DBD6DA: hue angle of 312º 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 #DBD6DA is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 218 | - |
CMYK | 0 | 0.02 | 0.00 | 0.14 |
HSL | 312º | 0.06% | 0.85% | - |
HSV(B) | 312º | 0.02% | 0.86% | - |
XYZ | 65.91 | 68.22 | 76.02 | - |
YUV | 215.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 218 | 0 | 0.02 | 0.00 | 0.14 | 312 | 0.06 | 0.85 |
Hex | DB | D6 | DA | 0 | 2 | 0 | E | 138 | 6 | 55 |
Octal | 333 | 326 | 332 | 0 | 2 | 0 | 16 | 470 | 6 | 125 |
Binary | 11011011 | 11010110 | 11011010 | 0 | 10 | 0 | 1110 | 100111000 | 110 | 1010101 |
Color Harmonies of #DBD6DA
Complementary color
Monochromatic Colors of #DBD6DA
Black with #DBD6DA
Text Example
Text Example
White with #DBD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6DA; }
p { color: rgb(219,214,218); }
H1.HeaderClassName
{
color: #DBD6DA;
}
.AnyTagClassName
{
color: #DBD6DA;
}
</style>
background-color css
<style>
a { background-color: #DBD6DA; }
a { background-color: rgb(219,214,218); }
div.DivClassName
{
background-color: #DBD6DA;
}
.BgClassName
{
background-color: #DBD6DA;
}
</style>
border-color css
<style>
span { border-color: #DBD6DA; }
span { border-color: rgb(219,214,218); }
td.TdClassName
{
border-color: #DBD6DA;
}
.TagClassName
{
border-color: #DBD6DA;
}
</style>