Shades of Snuff #DFD7DD
Tints of Snuff #DFD7DD
RGB
CMYK
RGB Variations
Color information
#DFD7DD (or 0xDFD7DD) is known color: Snuff. HEX triplet: DF, D7 and DD. RGB value is (223,215,221). Sum of RGB (Red+Green+Blue) = 223+215+221=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DD is #202822. Grayscale: #DADADA. Windows color (decimal): -2107427 or 14538719. OLE color: 14538719.
HSL color Cylindrical-coordinate representation of color #DFD7DD: hue angle of 315º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD7DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 221 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 315º | 0.11% | 0.86% | - |
HSV(B) | 315º | 0.04% | 0.87% | - |
XYZ | 67.78 | 69.51 | 78.25 | - |
YUV | 218.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 221 | 0 | 0.04 | 0.01 | 0.13 | 315 | 0.11 | 0.86 |
Hex | DF | D7 | DD | 0 | 4 | 1 | D | 13B | B | 56 |
Octal | 337 | 327 | 335 | 0 | 4 | 1 | 15 | 473 | 13 | 126 |
Binary | 11011111 | 11010111 | 11011101 | 0 | 100 | 1 | 1101 | 100111011 | 1011 | 1010110 |
Color Harmonies of #DFD7DD
Complementary color
Monochromatic Colors of #DFD7DD
Black with #DFD7DD
Text Example
Text Example
White with #DFD7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7DD; }
p { color: rgb(223,215,221); }
H1.HeaderClassName
{
color: #DFD7DD;
}
.AnyTagClassName
{
color: #DFD7DD;
}
</style>
background-color css
<style>
a { background-color: #DFD7DD; }
a { background-color: rgb(223,215,221); }
div.DivClassName
{
background-color: #DFD7DD;
}
.BgClassName
{
background-color: #DFD7DD;
}
</style>
border-color css
<style>
span { border-color: #DFD7DD; }
span { border-color: rgb(223,215,221); }
td.TdClassName
{
border-color: #DFD7DD;
}
.TagClassName
{
border-color: #DFD7DD;
}
</style>