Shades of Snuff #DBD1DD
Tints of Snuff #DBD1DD
RGB
CMYK
RGB Variations
Color information
#DBD1DD (or 0xDBD1DD) is known color: Snuff. HEX triplet: DB, D1 and DD. RGB value is (219,209,221). Sum of RGB (Red+Green+Blue) = 219+209+221=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1DD is #242E22. Grayscale: #D5D5D5. Windows color (decimal): -2371107 or 14537179. OLE color: 14537179.
HSL color Cylindrical-coordinate representation of color #DBD1DD: hue angle of 290º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD1DD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 209 | 221 | - |
CMYK | 0.01 | 0.05 | 0 | 0.13 |
HSL | 290º | 0.15% | 0.84% | - |
HSV(B) | 290º | 0.05% | 0.87% | - |
XYZ | 65.07 | 65.88 | 77.69 | - |
YUV | 213.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 221 | 0.01 | 0.05 | 0 | 0.13 | 290 | 0.15 | 0.84 |
Hex | DB | D1 | DD | 1 | 5 | 0 | D | 122 | F | 54 |
Octal | 333 | 321 | 335 | 1 | 5 | 0 | 15 | 442 | 17 | 124 |
Binary | 11011011 | 11010001 | 11011101 | 1 | 101 | 0 | 1101 | 100100010 | 1111 | 1010100 |
Color Harmonies of #DBD1DD
Complementary color
Monochromatic Colors of #DBD1DD
Black with #DBD1DD
Text Example
Text Example
White with #DBD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1DD; }
p { color: rgb(219,209,221); }
H1.HeaderClassName
{
color: #DBD1DD;
}
.AnyTagClassName
{
color: #DBD1DD;
}
</style>
background-color css
<style>
a { background-color: #DBD1DD; }
a { background-color: rgb(219,209,221); }
div.DivClassName
{
background-color: #DBD1DD;
}
.BgClassName
{
background-color: #DBD1DD;
}
</style>
border-color css
<style>
span { border-color: #DBD1DD; }
span { border-color: rgb(219,209,221); }
td.TdClassName
{
border-color: #DBD1DD;
}
.TagClassName
{
border-color: #DBD1DD;
}
</style>