Shades of Snuff #DECDE2
Tints of Snuff #DECDE2
RGB
CMYK
RGB Variations
Color information
#DECDE2 (or 0xDECDE2) is known color: Snuff. HEX triplet: DE, CD and E2. RGB value is (222,205,226). Sum of RGB (Red+Green+Blue) = 222+205+226=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #DECDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDE2 is #21321D. Grayscale: #D4D4D4. Windows color (decimal): -2175518 or 14863838. OLE color: 14863838.
HSL color Cylindrical-coordinate representation of color #DECDE2: hue angle of 288.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECDE2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 205 | 226 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.11 |
| HSL | 288.57º | 0.27% | 0.85% | - |
| HSV(B) | 288.57º | 0.09% | 0.89% | - |
| XYZ | 65.68 | 64.68 | 80.97 | - |
| YUV | 212.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 226 | 0.02 | 0.09 | 0 | 0.11 | 288.57 | 0.27 | 0.85 |
| Hex | DE | CD | E2 | 2 | 9 | 0 | B | 121 | 1B | 55 |
| Octal | 336 | 315 | 342 | 2 | 11 | 0 | 13 | 441 | 33 | 125 |
| Binary | 11011110 | 11001101 | 11100010 | 10 | 1001 | 0 | 1011 | 100100001 | 11011 | 1010101 |
Color Harmonies of #DECDE2
Complementary color
Monochromatic Colors of #DECDE2
Black with #DECDE2
Text Example
Text Example
White with #DECDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDE2; }
p { color: rgb(222,205,226); }
H1.HeaderClassName
{
color: #DECDE2;
}
.AnyTagClassName
{
color: #DECDE2;
}
</style>
background-color css
<style>
a { background-color: #DECDE2; }
a { background-color: rgb(222,205,226); }
div.DivClassName
{
background-color: #DECDE2;
}
.BgClassName
{
background-color: #DECDE2;
}
</style>
border-color css
<style>
span { border-color: #DECDE2; }
span { border-color: rgb(222,205,226); }
td.TdClassName
{
border-color: #DECDE2;
}
.TagClassName
{
border-color: #DECDE2;
}
</style>