Shades of Snuff #DBD0DD
Tints of Snuff #DBD0DD
RGB
CMYK
RGB Variations
Color information
#DBD0DD (or 0xDBD0DD) is known color: Snuff. HEX triplet: DB, D0 and DD. RGB value is (219,208,221). Sum of RGB (Red+Green+Blue) = 219+208+221=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DD is #242F22. Grayscale: #D4D4D4. Windows color (decimal): -2371363 or 14536923. OLE color: 14536923.
HSL color Cylindrical-coordinate representation of color #DBD0DD: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBD0DD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 208 | 221 | - |
CMYK | 0.01 | 0.06 | 0 | 0.13 |
HSL | 290.77º | 0.16% | 0.84% | - |
HSV(B) | 290.77º | 0.06% | 0.87% | - |
XYZ | 64.82 | 65.39 | 77.61 | - |
YUV | 212.77 | 132.64 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 221 | 0.01 | 0.06 | 0 | 0.13 | 290.77 | 0.16 | 0.84 |
Hex | DB | D0 | DD | 1 | 6 | 0 | D | 123 | 10 | 54 |
Octal | 333 | 320 | 335 | 1 | 6 | 0 | 15 | 443 | 20 | 124 |
Binary | 11011011 | 11010000 | 11011101 | 1 | 110 | 0 | 1101 | 100100011 | 10000 | 1010100 |
Color Harmonies of #DBD0DD
Complementary color
Monochromatic Colors of #DBD0DD
Black with #DBD0DD
Text Example
Text Example
White with #DBD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0DD; }
p { color: rgb(219,208,221); }
H1.HeaderClassName
{
color: #DBD0DD;
}
.AnyTagClassName
{
color: #DBD0DD;
}
</style>
background-color css
<style>
a { background-color: #DBD0DD; }
a { background-color: rgb(219,208,221); }
div.DivClassName
{
background-color: #DBD0DD;
}
.BgClassName
{
background-color: #DBD0DD;
}
</style>
border-color css
<style>
span { border-color: #DBD0DD; }
span { border-color: rgb(219,208,221); }
td.TdClassName
{
border-color: #DBD0DD;
}
.TagClassName
{
border-color: #DBD0DD;
}
</style>