Shades of Snuff #DBD0DC
Tints of Snuff #DBD0DC
RGB
CMYK
RGB Variations
Color information
#DBD0DC (or 0xDBD0DC) is known color: Snuff. HEX triplet: DB, D0 and DC. RGB value is (219,208,220). Sum of RGB (Red+Green+Blue) = 219+208+220=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DC is #242F23. Grayscale: #D4D4D4. Windows color (decimal): -2371364 or 14471387. OLE color: 14471387.
HSL color Cylindrical-coordinate representation of color #DBD0DC: hue angle of 295º degrees, saturation: 0.15, 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 #DBD0DC is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 220 | - |
CMYK | 0.00 | 0.05 | 0 | 0.14 |
HSL | 295º | 0.15% | 0.84% | - |
HSV(B) | 295º | 0.05% | 0.86% | - |
XYZ | 64.69 | 65.34 | 76.91 | - |
YUV | 212.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 220 | 0.00 | 0.05 | 0 | 0.14 | 295 | 0.15 | 0.84 |
Hex | DB | D0 | DC | 0 | 5 | 0 | E | 127 | F | 54 |
Octal | 333 | 320 | 334 | 0 | 5 | 0 | 16 | 447 | 17 | 124 |
Binary | 11011011 | 11010000 | 11011100 | 0 | 101 | 0 | 1110 | 100100111 | 1111 | 1010100 |
Color Harmonies of #DBD0DC
Complementary color
Monochromatic Colors of #DBD0DC
Black with #DBD0DC
Text Example
Text Example
White with #DBD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0DC; }
p { color: rgb(219,208,220); }
H1.HeaderClassName
{
color: #DBD0DC;
}
.AnyTagClassName
{
color: #DBD0DC;
}
</style>
background-color css
<style>
a { background-color: #DBD0DC; }
a { background-color: rgb(219,208,220); }
div.DivClassName
{
background-color: #DBD0DC;
}
.BgClassName
{
background-color: #DBD0DC;
}
</style>
border-color css
<style>
span { border-color: #DBD0DC; }
span { border-color: rgb(219,208,220); }
td.TdClassName
{
border-color: #DBD0DC;
}
.TagClassName
{
border-color: #DBD0DC;
}
</style>