Shades of Snuff #DECDDF
Tints of Snuff #DECDDF
RGB
CMYK
RGB Variations
Color information
#DECDDF (or 0xDECDDF) is known color: Snuff. HEX triplet: DE, CD and DF. RGB value is (222,205,223). Sum of RGB (Red+Green+Blue) = 222+205+223=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #DECDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDF is #213220. Grayscale: #D4D4D4. Windows color (decimal): -2175521 or 14667230. OLE color: 14667230.
HSL color Cylindrical-coordinate representation of color #DECDDF: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECDDF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 223 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.13 |
| HSL | 296.67º | 0.22% | 0.84% | - |
| HSV(B) | 296.67º | 0.08% | 0.87% | - |
| XYZ | 65.27 | 64.52 | 78.83 | - |
| YUV | 212.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 223 | 0.00 | 0.08 | 0 | 0.13 | 296.67 | 0.22 | 0.84 |
| Hex | DE | CD | DF | 0 | 8 | 0 | D | 129 | 16 | 54 |
| Octal | 336 | 315 | 337 | 0 | 10 | 0 | 15 | 451 | 26 | 124 |
| Binary | 11011110 | 11001101 | 11011111 | 0 | 1000 | 0 | 1101 | 100101001 | 10110 | 1010100 |
Color Harmonies of #DECDDF
Complementary color
Monochromatic Colors of #DECDDF
Black with #DECDDF
Text Example
Text Example
White with #DECDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDDF; }
p { color: rgb(222,205,223); }
H1.HeaderClassName
{
color: #DECDDF;
}
.AnyTagClassName
{
color: #DECDDF;
}
</style>
background-color css
<style>
a { background-color: #DECDDF; }
a { background-color: rgb(222,205,223); }
div.DivClassName
{
background-color: #DECDDF;
}
.BgClassName
{
background-color: #DECDDF;
}
</style>
border-color css
<style>
span { border-color: #DECDDF; }
span { border-color: rgb(222,205,223); }
td.TdClassName
{
border-color: #DECDDF;
}
.TagClassName
{
border-color: #DECDDF;
}
</style>