Shades of Snuff #DECFDD
Tints of Snuff #DECFDD
RGB
CMYK
RGB Variations
Color information
#DECFDD (or 0xDECFDD) is known color: Snuff. HEX triplet: DE, CF and DD. RGB value is (222,207,221). Sum of RGB (Red+Green+Blue) = 222+207+221=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFDD is #213022. Grayscale: #D5D5D5. Windows color (decimal): -2175011 or 14536670. OLE color: 14536670.
HSL color Cylindrical-coordinate representation of color #DECFDD: hue angle of 304º degrees, saturation: 0.19, 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 #DECFDD is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 221 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.13 |
| HSL | 304º | 0.19% | 0.84% | - |
| HSV(B) | 304º | 0.07% | 0.87% | - |
| XYZ | 65.49 | 65.38 | 77.57 | - |
| YUV | 213.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 221 | 0 | 0.07 | 0.00 | 0.13 | 304 | 0.19 | 0.84 |
| Hex | DE | CF | DD | 0 | 7 | 0 | D | 130 | 13 | 54 |
| Octal | 336 | 317 | 335 | 0 | 7 | 0 | 15 | 460 | 23 | 124 |
| Binary | 11011110 | 11001111 | 11011101 | 0 | 111 | 0 | 1101 | 100110000 | 10011 | 1010100 |
Color Harmonies of #DECFDD
Complementary color
Monochromatic Colors of #DECFDD
Black with #DECFDD
Text Example
Text Example
White with #DECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFDD; }
p { color: rgb(222,207,221); }
H1.HeaderClassName
{
color: #DECFDD;
}
.AnyTagClassName
{
color: #DECFDD;
}
</style>
background-color css
<style>
a { background-color: #DECFDD; }
a { background-color: rgb(222,207,221); }
div.DivClassName
{
background-color: #DECFDD;
}
.BgClassName
{
background-color: #DECFDD;
}
</style>
border-color css
<style>
span { border-color: #DECFDD; }
span { border-color: rgb(222,207,221); }
td.TdClassName
{
border-color: #DECFDD;
}
.TagClassName
{
border-color: #DECFDD;
}
</style>