Shades of Snuff #DECCE0
Tints of Snuff #DECCE0
RGB
CMYK
RGB Variations
Color information
#DECCE0 (or 0xDECCE0) is known color: Snuff. HEX triplet: DE, CC and E0. RGB value is (222,204,224). Sum of RGB (Red+Green+Blue) = 222+204+224=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCE0 is #21331F. Grayscale: #D3D3D3. Windows color (decimal): -2175776 or 14732510. OLE color: 14732510.
HSL color Cylindrical-coordinate representation of color #DECCE0: hue angle of 294º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECCE0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 204 | 224 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.12 |
| HSL | 294º | 0.24% | 0.84% | - |
| HSV(B) | 294º | 0.09% | 0.88% | - |
| XYZ | 65.17 | 64.1 | 79.46 | - |
| YUV | 211.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 224 | 0.01 | 0.09 | 0 | 0.12 | 294 | 0.24 | 0.84 |
| Hex | DE | CC | E0 | 1 | 9 | 0 | C | 126 | 18 | 54 |
| Octal | 336 | 314 | 340 | 1 | 11 | 0 | 14 | 446 | 30 | 124 |
| Binary | 11011110 | 11001100 | 11100000 | 1 | 1001 | 0 | 1100 | 100100110 | 11000 | 1010100 |
Color Harmonies of #DECCE0
Complementary color
Monochromatic Colors of #DECCE0
Black with #DECCE0
Text Example
Text Example
White with #DECCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCE0; }
p { color: rgb(222,204,224); }
H1.HeaderClassName
{
color: #DECCE0;
}
.AnyTagClassName
{
color: #DECCE0;
}
</style>
background-color css
<style>
a { background-color: #DECCE0; }
a { background-color: rgb(222,204,224); }
div.DivClassName
{
background-color: #DECCE0;
}
.BgClassName
{
background-color: #DECCE0;
}
</style>
border-color css
<style>
span { border-color: #DECCE0; }
span { border-color: rgb(222,204,224); }
td.TdClassName
{
border-color: #DECCE0;
}
.TagClassName
{
border-color: #DECCE0;
}
</style>