Shades of Snuff #DECEDD
Tints of Snuff #DECEDD
RGB
CMYK
RGB Variations
Color information
#DECEDD (or 0xDECEDD) is known color: Snuff. HEX triplet: DE, CE and DD. RGB value is (222,206,221). Sum of RGB (Red+Green+Blue) = 222+206+221=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDD is #213122. Grayscale: #D4D4D4. Windows color (decimal): -2175267 or 14536414. OLE color: 14536414.
HSL color Cylindrical-coordinate representation of color #DECEDD: hue angle of 303.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECEDD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 221 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.13 |
| HSL | 303.75º | 0.2% | 0.84% | - |
| HSV(B) | 303.75º | 0.07% | 0.87% | - |
| XYZ | 65.25 | 64.89 | 77.49 | - |
| YUV | 212.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 221 | 0 | 0.07 | 0.00 | 0.13 | 303.75 | 0.2 | 0.84 |
| Hex | DE | CE | DD | 0 | 7 | 0 | D | 130 | 14 | 54 |
| Octal | 336 | 316 | 335 | 0 | 7 | 0 | 15 | 460 | 24 | 124 |
| Binary | 11011110 | 11001110 | 11011101 | 0 | 111 | 0 | 1101 | 100110000 | 10100 | 1010100 |
Color Harmonies of #DECEDD
Complementary color
Monochromatic Colors of #DECEDD
Black with #DECEDD
Text Example
Text Example
White with #DECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEDD; }
p { color: rgb(222,206,221); }
H1.HeaderClassName
{
color: #DECEDD;
}
.AnyTagClassName
{
color: #DECEDD;
}
</style>
background-color css
<style>
a { background-color: #DECEDD; }
a { background-color: rgb(222,206,221); }
div.DivClassName
{
background-color: #DECEDD;
}
.BgClassName
{
background-color: #DECEDD;
}
</style>
border-color css
<style>
span { border-color: #DECEDD; }
span { border-color: rgb(222,206,221); }
td.TdClassName
{
border-color: #DECEDD;
}
.TagClassName
{
border-color: #DECEDD;
}
</style>