Shades of Snuff #DBD6DC
Tints of Snuff #DBD6DC
RGB
CMYK
RGB Variations
Color information
#DBD6DC (or 0xDBD6DC) is known color: Snuff. HEX triplet: DB, D6 and DC. RGB value is (219,214,220). Sum of RGB (Red+Green+Blue) = 219+214+220=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6DC is #242923. Grayscale: #D8D8D8. Windows color (decimal): -2369828 or 14472923. OLE color: 14472923.
HSL color Cylindrical-coordinate representation of color #DBD6DC: hue angle of 290º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD6DC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 214 | 220 | - |
CMYK | 0.00 | 0.03 | 0 | 0.14 |
HSL | 290º | 0.08% | 0.85% | - |
HSV(B) | 290º | 0.03% | 0.86% | - |
XYZ | 66.18 | 68.32 | 77.41 | - |
YUV | 216.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 214 | 220 | 0.00 | 0.03 | 0 | 0.14 | 290 | 0.08 | 0.85 |
Hex | DB | D6 | DC | 0 | 3 | 0 | E | 122 | 8 | 55 |
Octal | 333 | 326 | 334 | 0 | 3 | 0 | 16 | 442 | 10 | 125 |
Binary | 11011011 | 11010110 | 11011100 | 0 | 11 | 0 | 1110 | 100100010 | 1000 | 1010101 |
Color Harmonies of #DBD6DC
Complementary color
Monochromatic Colors of #DBD6DC
Black with #DBD6DC
Text Example
Text Example
White with #DBD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD6DC; }
p { color: rgb(219,214,220); }
H1.HeaderClassName
{
color: #DBD6DC;
}
.AnyTagClassName
{
color: #DBD6DC;
}
</style>
background-color css
<style>
a { background-color: #DBD6DC; }
a { background-color: rgb(219,214,220); }
div.DivClassName
{
background-color: #DBD6DC;
}
.BgClassName
{
background-color: #DBD6DC;
}
</style>
border-color css
<style>
span { border-color: #DBD6DC; }
span { border-color: rgb(219,214,220); }
td.TdClassName
{
border-color: #DBD6DC;
}
.TagClassName
{
border-color: #DBD6DC;
}
</style>