Shades of Snuff #DBD3DC
Tints of Snuff #DBD3DC
RGB
CMYK
RGB Variations
Color information
#DBD3DC (or 0xDBD3DC) is known color: Snuff. HEX triplet: DB, D3 and DC. RGB value is (219,211,220). Sum of RGB (Red+Green+Blue) = 219+211+220=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DC is #242C23. Grayscale: #D6D6D6. Windows color (decimal): -2370596 or 14472155. OLE color: 14472155.
HSL color Cylindrical-coordinate representation of color #DBD3DC: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD3DC is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 220 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.14 |
| HSL | 293.33º | 0.11% | 0.85% | - |
| HSV(B) | 293.33º | 0.04% | 0.86% | - |
| XYZ | 65.43 | 66.82 | 77.16 | - |
| YUV | 214.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 220 | 0.00 | 0.04 | 0 | 0.14 | 293.33 | 0.11 | 0.85 |
| Hex | DB | D3 | DC | 0 | 4 | 0 | E | 125 | B | 55 |
| Octal | 333 | 323 | 334 | 0 | 4 | 0 | 16 | 445 | 13 | 125 |
| Binary | 11011011 | 11010011 | 11011100 | 0 | 100 | 0 | 1110 | 100100101 | 1011 | 1010101 |
Color Harmonies of #DBD3DC
Complementary color
Monochromatic Colors of #DBD3DC
Black with #DBD3DC
Text Example
Text Example
White with #DBD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3DC; }
p { color: rgb(219,211,220); }
H1.HeaderClassName
{
color: #DBD3DC;
}
.AnyTagClassName
{
color: #DBD3DC;
}
</style>
background-color css
<style>
a { background-color: #DBD3DC; }
a { background-color: rgb(219,211,220); }
div.DivClassName
{
background-color: #DBD3DC;
}
.BgClassName
{
background-color: #DBD3DC;
}
</style>
border-color css
<style>
span { border-color: #DBD3DC; }
span { border-color: rgb(219,211,220); }
td.TdClassName
{
border-color: #DBD3DC;
}
.TagClassName
{
border-color: #DBD3DC;
}
</style>