Shades of Snuff #DECFDF
Tints of Snuff #DECFDF
RGB
CMYK
RGB Variations
Color information
#DECFDF (or 0xDECFDF) is known color: Snuff. HEX triplet: DE, CF and DF. RGB value is (222,207,223). Sum of RGB (Red+Green+Blue) = 222+207+223=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 223 - color contains mainly: blue. Hex color #DECFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFDF is #213020. Grayscale: #D5D5D5. Windows color (decimal): -2175009 or 14667742. OLE color: 14667742.
HSL color Cylindrical-coordinate representation of color #DECFDF: hue angle of 296.25º 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 #DECFDF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 207 | 223 | - |
CMYK | 0.00 | 0.07 | 0 | 0.13 |
HSL | 296.25º | 0.2% | 0.84% | - |
HSV(B) | 296.25º | 0.07% | 0.87% | - |
XYZ | 65.76 | 65.48 | 78.99 | - |
YUV | 213.31 | 133.47 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 207 | 223 | 0.00 | 0.07 | 0 | 0.13 | 296.25 | 0.2 | 0.84 |
Hex | DE | CF | DF | 0 | 7 | 0 | D | 128 | 14 | 54 |
Octal | 336 | 317 | 337 | 0 | 7 | 0 | 15 | 450 | 24 | 124 |
Binary | 11011110 | 11001111 | 11011111 | 0 | 111 | 0 | 1101 | 100101000 | 10100 | 1010100 |
Color Harmonies of #DECFDF
Complementary color
Monochromatic Colors of #DECFDF
Black with #DECFDF
Text Example
Text Example
White with #DECFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECFDF; }
p { color: rgb(222,207,223); }
H1.HeaderClassName
{
color: #DECFDF;
}
.AnyTagClassName
{
color: #DECFDF;
}
</style>
background-color css
<style>
a { background-color: #DECFDF; }
a { background-color: rgb(222,207,223); }
div.DivClassName
{
background-color: #DECFDF;
}
.BgClassName
{
background-color: #DECFDF;
}
</style>
border-color css
<style>
span { border-color: #DECFDF; }
span { border-color: rgb(222,207,223); }
td.TdClassName
{
border-color: #DECFDF;
}
.TagClassName
{
border-color: #DECFDF;
}
</style>