Shades of Snuff #DECFE0
Tints of Snuff #DECFE0
RGB
CMYK
RGB Variations
Color information
#DECFE0 (or 0xDECFE0) is known color: Snuff. HEX triplet: DE, CF and E0. RGB value is (222,207,224). Sum of RGB (Red+Green+Blue) = 222+207+224=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFE0 is #21301F. Grayscale: #D5D5D5. Windows color (decimal): -2175008 or 14733278. OLE color: 14733278.
HSL color Cylindrical-coordinate representation of color #DECFE0: hue angle of 292.94º degrees, saturation: 0.22, 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 #DECFE0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 207 | 224 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 292.94º | 0.22% | 0.85% | - |
| HSV(B) | 292.94º | 0.08% | 0.88% | - |
| XYZ | 65.89 | 65.54 | 79.7 | - |
| YUV | 213.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 224 | 0.01 | 0.08 | 0 | 0.12 | 292.94 | 0.22 | 0.85 |
| Hex | DE | CF | E0 | 1 | 8 | 0 | C | 125 | 16 | 55 |
| Octal | 336 | 317 | 340 | 1 | 10 | 0 | 14 | 445 | 26 | 125 |
| Binary | 11011110 | 11001111 | 11100000 | 1 | 1000 | 0 | 1100 | 100100101 | 10110 | 1010101 |
Color Harmonies of #DECFE0
Complementary color
Monochromatic Colors of #DECFE0
Black with #DECFE0
Text Example
Text Example
White with #DECFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFE0; }
p { color: rgb(222,207,224); }
H1.HeaderClassName
{
color: #DECFE0;
}
.AnyTagClassName
{
color: #DECFE0;
}
</style>
background-color css
<style>
a { background-color: #DECFE0; }
a { background-color: rgb(222,207,224); }
div.DivClassName
{
background-color: #DECFE0;
}
.BgClassName
{
background-color: #DECFE0;
}
</style>
border-color css
<style>
span { border-color: #DECFE0; }
span { border-color: rgb(222,207,224); }
td.TdClassName
{
border-color: #DECFE0;
}
.TagClassName
{
border-color: #DECFE0;
}
</style>