Shades of Snuff #DFDEDF
Tints of Snuff #DFDEDF
RGB
CMYK
RGB Variations
Color information
#DFDEDF (or 0xDFDEDF) is known color: Snuff. HEX triplet: DF, DE and DF. RGB value is (223,222,223). Sum of RGB (Red+Green+Blue) = 223+222+223=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDF is #202120. Grayscale: #DEDEDE. Windows color (decimal): -2105633 or 14671583. OLE color: 14671583.
HSL color Cylindrical-coordinate representation of color #DFDEDF: hue angle of 300º degrees, saturation: 0.02, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DFDEDF is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 223 | - |
CMYK | 0 | 0.00 | 0 | 0.13 |
HSL | 300º | 0.02% | 0.87% | - |
HSV(B) | 300º | 0% | 0.87% | - |
XYZ | 69.87 | 73.26 | 80.27 | - |
YUV | 222.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 223 | 0 | 0.00 | 0 | 0.13 | 300 | 0.02 | 0.87 |
Hex | DF | DE | DF | 0 | 0 | 0 | D | 12C | 2 | 57 |
Octal | 337 | 336 | 337 | 0 | 0 | 0 | 15 | 454 | 2 | 127 |
Binary | 11011111 | 11011110 | 11011111 | 0 | 0 | 0 | 1101 | 100101100 | 10 | 1010111 |
Color Harmonies of #DFDEDF
Complementary color
Monochromatic Colors of #DFDEDF
Black with #DFDEDF
Text Example
Text Example
White with #DFDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEDF; }
p { color: rgb(223,222,223); }
H1.HeaderClassName
{
color: #DFDEDF;
}
.AnyTagClassName
{
color: #DFDEDF;
}
</style>
background-color css
<style>
a { background-color: #DFDEDF; }
a { background-color: rgb(223,222,223); }
div.DivClassName
{
background-color: #DFDEDF;
}
.BgClassName
{
background-color: #DFDEDF;
}
</style>
border-color css
<style>
span { border-color: #DFDEDF; }
span { border-color: rgb(223,222,223); }
td.TdClassName
{
border-color: #DFDEDF;
}
.TagClassName
{
border-color: #DFDEDF;
}
</style>