Shades of Snuff #DECEE1
Tints of Snuff #DECEE1
RGB
CMYK
RGB Variations
Color information
#DECEE1 (or 0xDECEE1) is known color: Snuff. HEX triplet: DE, CE and E1. RGB value is (222,206,225). Sum of RGB (Red+Green+Blue) = 222+206+225=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEE1 is #21311E. Grayscale: #D4D4D4. Windows color (decimal): -2175263 or 14798558. OLE color: 14798558.
HSL color Cylindrical-coordinate representation of color #DECEE1: hue angle of 290.53º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECEE1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 206 | 225 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 290.53º | 0.24% | 0.85% | - |
| HSV(B) | 290.53º | 0.08% | 0.88% | - |
| XYZ | 65.79 | 65.11 | 80.33 | - |
| YUV | 212.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 225 | 0.01 | 0.08 | 0 | 0.12 | 290.53 | 0.24 | 0.85 |
| Hex | DE | CE | E1 | 1 | 8 | 0 | C | 123 | 18 | 55 |
| Octal | 336 | 316 | 341 | 1 | 10 | 0 | 14 | 443 | 30 | 125 |
| Binary | 11011110 | 11001110 | 11100001 | 1 | 1000 | 0 | 1100 | 100100011 | 11000 | 1010101 |
Color Harmonies of #DECEE1
Complementary color
Monochromatic Colors of #DECEE1
Black with #DECEE1
Text Example
Text Example
White with #DECEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEE1; }
p { color: rgb(222,206,225); }
H1.HeaderClassName
{
color: #DECEE1;
}
.AnyTagClassName
{
color: #DECEE1;
}
</style>
background-color css
<style>
a { background-color: #DECEE1; }
a { background-color: rgb(222,206,225); }
div.DivClassName
{
background-color: #DECEE1;
}
.BgClassName
{
background-color: #DECEE1;
}
</style>
border-color css
<style>
span { border-color: #DECEE1; }
span { border-color: rgb(222,206,225); }
td.TdClassName
{
border-color: #DECEE1;
}
.TagClassName
{
border-color: #DECEE1;
}
</style>