Shades of Snuff #DECEDF
Tints of Snuff #DECEDF
RGB
CMYK
RGB Variations
Color information
#DECEDF (or 0xDECEDF) is known color: Snuff. HEX triplet: DE, CE and DF. RGB value is (222,206,223). Sum of RGB (Red+Green+Blue) = 222+206+223=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #DECEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDF is #213120. Grayscale: #D4D4D4. Windows color (decimal): -2175265 or 14667486. OLE color: 14667486.
HSL color Cylindrical-coordinate representation of color #DECEDF: hue angle of 296.47º degrees, saturation: 0.21, 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 #DECEDF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 223 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.13 |
| HSL | 296.47º | 0.21% | 0.84% | - |
| HSV(B) | 296.47º | 0.08% | 0.87% | - |
| XYZ | 65.51 | 65 | 78.91 | - |
| YUV | 212.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 223 | 0.00 | 0.08 | 0 | 0.13 | 296.47 | 0.21 | 0.84 |
| Hex | DE | CE | DF | 0 | 8 | 0 | D | 128 | 15 | 54 |
| Octal | 336 | 316 | 337 | 0 | 10 | 0 | 15 | 450 | 25 | 124 |
| Binary | 11011110 | 11001110 | 11011111 | 0 | 1000 | 0 | 1101 | 100101000 | 10101 | 1010100 |
Color Harmonies of #DECEDF
Complementary color
Monochromatic Colors of #DECEDF
Black with #DECEDF
Text Example
Text Example
White with #DECEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEDF; }
p { color: rgb(222,206,223); }
H1.HeaderClassName
{
color: #DECEDF;
}
.AnyTagClassName
{
color: #DECEDF;
}
</style>
background-color css
<style>
a { background-color: #DECEDF; }
a { background-color: rgb(222,206,223); }
div.DivClassName
{
background-color: #DECEDF;
}
.BgClassName
{
background-color: #DECEDF;
}
</style>
border-color css
<style>
span { border-color: #DECEDF; }
span { border-color: rgb(222,206,223); }
td.TdClassName
{
border-color: #DECEDF;
}
.TagClassName
{
border-color: #DECEDF;
}
</style>