Shades of Snuff #DECAE2
Tints of Snuff #DECAE2
RGB
CMYK
RGB Variations
Color information
#DECAE2 (or 0xDECAE2) is known color: Snuff. HEX triplet: DE, CA and E2. RGB value is (222,202,226). Sum of RGB (Red+Green+Blue) = 222+202+226=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DECAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE2 is #21351D. Grayscale: #D2D2D2. Windows color (decimal): -2176286 or 14863070. OLE color: 14863070.
HSL color Cylindrical-coordinate representation of color #DECAE2: hue angle of 290º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DECAE2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 202 | 226 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.11 |
| HSL | 290º | 0.29% | 0.84% | - |
| HSV(B) | 290º | 0.11% | 0.89% | - |
| XYZ | 64.97 | 63.26 | 80.74 | - |
| YUV | 210.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 226 | 0.02 | 0.11 | 0 | 0.11 | 290 | 0.29 | 0.84 |
| Hex | DE | CA | E2 | 2 | B | 0 | B | 122 | 1D | 54 |
| Octal | 336 | 312 | 342 | 2 | 13 | 0 | 13 | 442 | 35 | 124 |
| Binary | 11011110 | 11001010 | 11100010 | 10 | 1011 | 0 | 1011 | 100100010 | 11101 | 1010100 |
Color Harmonies of #DECAE2
Complementary color
Monochromatic Colors of #DECAE2
Black with #DECAE2
Text Example
Text Example
White with #DECAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAE2; }
p { color: rgb(222,202,226); }
H1.HeaderClassName
{
color: #DECAE2;
}
.AnyTagClassName
{
color: #DECAE2;
}
</style>
background-color css
<style>
a { background-color: #DECAE2; }
a { background-color: rgb(222,202,226); }
div.DivClassName
{
background-color: #DECAE2;
}
.BgClassName
{
background-color: #DECAE2;
}
</style>
border-color css
<style>
span { border-color: #DECAE2; }
span { border-color: rgb(222,202,226); }
td.TdClassName
{
border-color: #DECAE2;
}
.TagClassName
{
border-color: #DECAE2;
}
</style>