Shades of Snuff #DBD1DC
Tints of Snuff #DBD1DC
RGB
CMYK
RGB Variations
Color information
#DBD1DC (or 0xDBD1DC) is known color: Snuff. HEX triplet: DB, D1 and DC. RGB value is (219,209,220). Sum of RGB (Red+Green+Blue) = 219+209+220=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1DC is #242E23. Grayscale: #D5D5D5. Windows color (decimal): -2371108 or 14471643. OLE color: 14471643.
HSL color Cylindrical-coordinate representation of color #DBD1DC: hue angle of 294.55º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD1DC is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 220 | - |
CMYK | 0.00 | 0.05 | 0 | 0.14 |
HSL | 294.55º | 0.14% | 0.84% | - |
HSV(B) | 294.55º | 0.05% | 0.86% | - |
XYZ | 64.93 | 65.83 | 76.99 | - |
YUV | 213.24 | 131.81 | 132.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 220 | 0.00 | 0.05 | 0 | 0.14 | 294.55 | 0.14 | 0.84 |
Hex | DB | D1 | DC | 0 | 5 | 0 | E | 127 | E | 54 |
Octal | 333 | 321 | 334 | 0 | 5 | 0 | 16 | 447 | 16 | 124 |
Binary | 11011011 | 11010001 | 11011100 | 0 | 101 | 0 | 1110 | 100100111 | 1110 | 1010100 |
Color Harmonies of #DBD1DC
Complementary color
Monochromatic Colors of #DBD1DC
Black with #DBD1DC
Text Example
Text Example
White with #DBD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1DC; }
p { color: rgb(219,209,220); }
H1.HeaderClassName
{
color: #DBD1DC;
}
.AnyTagClassName
{
color: #DBD1DC;
}
</style>
background-color css
<style>
a { background-color: #DBD1DC; }
a { background-color: rgb(219,209,220); }
div.DivClassName
{
background-color: #DBD1DC;
}
.BgClassName
{
background-color: #DBD1DC;
}
</style>
border-color css
<style>
span { border-color: #DBD1DC; }
span { border-color: rgb(219,209,220); }
td.TdClassName
{
border-color: #DBD1DC;
}
.TagClassName
{
border-color: #DBD1DC;
}
</style>