Shades of Snuff #DBCCDE
Tints of Snuff #DBCCDE
RGB
CMYK
RGB Variations
Color information
#DBCCDE (or 0xDBCCDE) is known color: Snuff. HEX triplet: DB, CC and DE. RGB value is (219,204,222). Sum of RGB (Red+Green+Blue) = 219+204+222=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCDE is #243321. Grayscale: #D2D2D2. Windows color (decimal): -2372386 or 14601435. OLE color: 14601435.
HSL color Cylindrical-coordinate representation of color #DBCCDE: hue angle of 290º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCCDE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 204 | 222 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.13 |
| HSL | 290º | 0.21% | 0.84% | - |
| HSV(B) | 290º | 0.08% | 0.87% | - |
| XYZ | 63.99 | 63.52 | 78 | - |
| YUV | 210.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 222 | 0.01 | 0.08 | 0 | 0.13 | 290 | 0.21 | 0.84 |
| Hex | DB | CC | DE | 1 | 8 | 0 | D | 122 | 15 | 54 |
| Octal | 333 | 314 | 336 | 1 | 10 | 0 | 15 | 442 | 25 | 124 |
| Binary | 11011011 | 11001100 | 11011110 | 1 | 1000 | 0 | 1101 | 100100010 | 10101 | 1010100 |
Color Harmonies of #DBCCDE
Complementary color
Monochromatic Colors of #DBCCDE
Black with #DBCCDE
Text Example
Text Example
White with #DBCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCDE; }
p { color: rgb(219,204,222); }
H1.HeaderClassName
{
color: #DBCCDE;
}
.AnyTagClassName
{
color: #DBCCDE;
}
</style>
background-color css
<style>
a { background-color: #DBCCDE; }
a { background-color: rgb(219,204,222); }
div.DivClassName
{
background-color: #DBCCDE;
}
.BgClassName
{
background-color: #DBCCDE;
}
</style>
border-color css
<style>
span { border-color: #DBCCDE; }
span { border-color: rgb(219,204,222); }
td.TdClassName
{
border-color: #DBCCDE;
}
.TagClassName
{
border-color: #DBCCDE;
}
</style>