Shades of Snuff #DECEE0
Tints of Snuff #DECEE0
RGB
CMYK
RGB Variations
Color information
#DECEE0 (or 0xDECEE0) is known color: Snuff. HEX triplet: DE, CE and E0. RGB value is (222,206,224). Sum of RGB (Red+Green+Blue) = 222+206+224=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE0 is #21311F. Grayscale: #D4D4D4. Windows color (decimal): -2175264 or 14733022. OLE color: 14733022.
HSL color Cylindrical-coordinate representation of color #DECEE0: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECEE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 206 | 224 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 293.33º | 0.23% | 0.84% | - |
| HSV(B) | 293.33º | 0.08% | 0.88% | - |
| XYZ | 65.65 | 65.05 | 79.62 | - |
| YUV | 212.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 224 | 0.01 | 0.08 | 0 | 0.12 | 293.33 | 0.23 | 0.84 |
| Hex | DE | CE | E0 | 1 | 8 | 0 | C | 125 | 16 | 54 |
| Octal | 336 | 316 | 340 | 1 | 10 | 0 | 14 | 445 | 26 | 124 |
| Binary | 11011110 | 11001110 | 11100000 | 1 | 1000 | 0 | 1100 | 100100101 | 10110 | 1010100 |
Color Harmonies of #DECEE0
Complementary color
Monochromatic Colors of #DECEE0
Black with #DECEE0
Text Example
Text Example
White with #DECEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEE0; }
p { color: rgb(222,206,224); }
H1.HeaderClassName
{
color: #DECEE0;
}
.AnyTagClassName
{
color: #DECEE0;
}
</style>
background-color css
<style>
a { background-color: #DECEE0; }
a { background-color: rgb(222,206,224); }
div.DivClassName
{
background-color: #DECEE0;
}
.BgClassName
{
background-color: #DECEE0;
}
</style>
border-color css
<style>
span { border-color: #DECEE0; }
span { border-color: rgb(222,206,224); }
td.TdClassName
{
border-color: #DECEE0;
}
.TagClassName
{
border-color: #DECEE0;
}
</style>