Shades of Snuff #DECFE1
Tints of Snuff #DECFE1
RGB
CMYK
RGB Variations
Color information
#DECFE1 (or 0xDECFE1) is known color: Snuff. HEX triplet: DE, CF and E1. RGB value is (222,207,225). Sum of RGB (Red+Green+Blue) = 222+207+225=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFE1 is #21301E. Grayscale: #D5D5D5. Windows color (decimal): -2175007 or 14798814. OLE color: 14798814.
HSL color Cylindrical-coordinate representation of color #DECFE1: hue angle of 290º degrees, saturation: 0.23, 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 #DECFE1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 207 | 225 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.12 |
| HSL | 290º | 0.23% | 0.85% | - |
| HSV(B) | 290º | 0.08% | 0.88% | - |
| XYZ | 66.03 | 65.59 | 80.41 | - |
| YUV | 213.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 225 | 0.01 | 0.08 | 0 | 0.12 | 290 | 0.23 | 0.85 |
| Hex | DE | CF | E1 | 1 | 8 | 0 | C | 122 | 17 | 55 |
| Octal | 336 | 317 | 341 | 1 | 10 | 0 | 14 | 442 | 27 | 125 |
| Binary | 11011110 | 11001111 | 11100001 | 1 | 1000 | 0 | 1100 | 100100010 | 10111 | 1010101 |
Color Harmonies of #DECFE1
Complementary color
Monochromatic Colors of #DECFE1
Black with #DECFE1
Text Example
Text Example
White with #DECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFE1; }
p { color: rgb(222,207,225); }
H1.HeaderClassName
{
color: #DECFE1;
}
.AnyTagClassName
{
color: #DECFE1;
}
</style>
background-color css
<style>
a { background-color: #DECFE1; }
a { background-color: rgb(222,207,225); }
div.DivClassName
{
background-color: #DECFE1;
}
.BgClassName
{
background-color: #DECFE1;
}
</style>
border-color css
<style>
span { border-color: #DECFE1; }
span { border-color: rgb(222,207,225); }
td.TdClassName
{
border-color: #DECFE1;
}
.TagClassName
{
border-color: #DECFE1;
}
</style>