Shades of Snuff #DBD3DA
Tints of Snuff #DBD3DA
RGB
CMYK
RGB Variations
Color information
#DBD3DA (or 0xDBD3DA) is known color: Snuff. HEX triplet: DB, D3 and DA. RGB value is (219,211,218). Sum of RGB (Red+Green+Blue) = 219+211+218=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DA is #242C25. Grayscale: #D6D6D6. Windows color (decimal): -2370598 or 14341083. OLE color: 14341083.
HSL color Cylindrical-coordinate representation of color #DBD3DA: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD3DA is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 218 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.14 |
| HSL | 307.5º | 0.1% | 0.84% | - |
| HSV(B) | 307.5º | 0.04% | 0.86% | - |
| XYZ | 65.16 | 66.71 | 75.77 | - |
| YUV | 214.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 218 | 0 | 0.04 | 0.00 | 0.14 | 307.5 | 0.1 | 0.84 |
| Hex | DB | D3 | DA | 0 | 4 | 0 | E | 134 | A | 54 |
| Octal | 333 | 323 | 332 | 0 | 4 | 0 | 16 | 464 | 12 | 124 |
| Binary | 11011011 | 11010011 | 11011010 | 0 | 100 | 0 | 1110 | 100110100 | 1010 | 1010100 |
Color Harmonies of #DBD3DA
Complementary color
Monochromatic Colors of #DBD3DA
Black with #DBD3DA
Text Example
Text Example
White with #DBD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3DA; }
p { color: rgb(219,211,218); }
H1.HeaderClassName
{
color: #DBD3DA;
}
.AnyTagClassName
{
color: #DBD3DA;
}
</style>
background-color css
<style>
a { background-color: #DBD3DA; }
a { background-color: rgb(219,211,218); }
div.DivClassName
{
background-color: #DBD3DA;
}
.BgClassName
{
background-color: #DBD3DA;
}
</style>
border-color css
<style>
span { border-color: #DBD3DA; }
span { border-color: rgb(219,211,218); }
td.TdClassName
{
border-color: #DBD3DA;
}
.TagClassName
{
border-color: #DBD3DA;
}
</style>