Shades of Snuff #DECAE1
Tints of Snuff #DECAE1
RGB
CMYK
RGB Variations
Color information
#DECAE1 (or 0xDECAE1) is known color: Snuff. HEX triplet: DE, CA and E1. RGB value is (222,202,225). Sum of RGB (Red+Green+Blue) = 222+202+225=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE1 is #21351E. Grayscale: #D2D2D2. Windows color (decimal): -2176287 or 14797534. OLE color: 14797534.
HSL color Cylindrical-coordinate representation of color #DECAE1: hue angle of 292.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECAE1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 202 | 225 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.12 |
| HSL | 292.17º | 0.28% | 0.84% | - |
| HSV(B) | 292.17º | 0.1% | 0.88% | - |
| XYZ | 64.84 | 63.21 | 80.02 | - |
| YUV | 210.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 225 | 0.01 | 0.10 | 0 | 0.12 | 292.17 | 0.28 | 0.84 |
| Hex | DE | CA | E1 | 1 | A | 0 | C | 124 | 1C | 54 |
| Octal | 336 | 312 | 341 | 1 | 12 | 0 | 14 | 444 | 34 | 124 |
| Binary | 11011110 | 11001010 | 11100001 | 1 | 1010 | 0 | 1100 | 100100100 | 11100 | 1010100 |
Color Harmonies of #DECAE1
Complementary color
Monochromatic Colors of #DECAE1
Black with #DECAE1
Text Example
Text Example
White with #DECAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAE1; }
p { color: rgb(222,202,225); }
H1.HeaderClassName
{
color: #DECAE1;
}
.AnyTagClassName
{
color: #DECAE1;
}
</style>
background-color css
<style>
a { background-color: #DECAE1; }
a { background-color: rgb(222,202,225); }
div.DivClassName
{
background-color: #DECAE1;
}
.BgClassName
{
background-color: #DECAE1;
}
</style>
border-color css
<style>
span { border-color: #DECAE1; }
span { border-color: rgb(222,202,225); }
td.TdClassName
{
border-color: #DECAE1;
}
.TagClassName
{
border-color: #DECAE1;
}
</style>