Shades of Snuff #DBD2DD
Tints of Snuff #DBD2DD
RGB
CMYK
RGB Variations
Color information
#DBD2DD (or 0xDBD2DD) is known color: Snuff. HEX triplet: DB, D2 and DD. RGB value is (219,210,221). Sum of RGB (Red+Green+Blue) = 219+210+221=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2DD is #242D22. Grayscale: #D5D5D5. Windows color (decimal): -2370851 or 14537435. OLE color: 14537435.
HSL color Cylindrical-coordinate representation of color #DBD2DD: hue angle of 289.09º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD2DD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 210 | 221 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 289.09º | 0.14% | 0.85% | - |
HSV(B) | 289.09º | 0.05% | 0.87% | - |
XYZ | 65.31 | 66.37 | 77.78 | - |
YUV | 213.95 | 131.98 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 210 | 221 | 0.01 | 0.05 | 0 | 0.13 | 289.09 | 0.14 | 0.85 |
Hex | DB | D2 | DD | 1 | 5 | 0 | D | 121 | E | 55 |
Octal | 333 | 322 | 335 | 1 | 5 | 0 | 15 | 441 | 16 | 125 |
Binary | 11011011 | 11010010 | 11011101 | 1 | 101 | 0 | 1101 | 100100001 | 1110 | 1010101 |
Color Harmonies of #DBD2DD
Complementary color
Monochromatic Colors of #DBD2DD
Black with #DBD2DD
Text Example
Text Example
White with #DBD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2DD; }
p { color: rgb(219,210,221); }
H1.HeaderClassName
{
color: #DBD2DD;
}
.AnyTagClassName
{
color: #DBD2DD;
}
</style>
background-color css
<style>
a { background-color: #DBD2DD; }
a { background-color: rgb(219,210,221); }
div.DivClassName
{
background-color: #DBD2DD;
}
.BgClassName
{
background-color: #DBD2DD;
}
</style>
border-color css
<style>
span { border-color: #DBD2DD; }
span { border-color: rgb(219,210,221); }
td.TdClassName
{
border-color: #DBD2DD;
}
.TagClassName
{
border-color: #DBD2DD;
}
</style>