Shades of Snuff #DFD7DF
Tints of Snuff #DFD7DF
RGB
CMYK
RGB Variations
Color information
#DFD7DF (or 0xDFD7DF) is known color: Snuff. HEX triplet: DF, D7 and DF. RGB value is (223,215,223). Sum of RGB (Red+Green+Blue) = 223+215+223=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7DF is #202820. Grayscale: #DADADA. Windows color (decimal): -2107425 or 14669791. OLE color: 14669791.
HSL color Cylindrical-coordinate representation of color #DFD7DF: hue angle of 300º 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 #DFD7DF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 223 | - |
CMYK | 0 | 0.04 | 0 | 0.13 |
HSL | 300º | 0.11% | 0.86% | - |
HSV(B) | 300º | 0.04% | 0.87% | - |
XYZ | 68.05 | 69.62 | 79.66 | - |
YUV | 218.3 | 130.65 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 223 | 0 | 0.04 | 0 | 0.13 | 300 | 0.11 | 0.86 |
Hex | DF | D7 | DF | 0 | 4 | 0 | D | 12C | B | 56 |
Octal | 337 | 327 | 337 | 0 | 4 | 0 | 15 | 454 | 13 | 126 |
Binary | 11011111 | 11010111 | 11011111 | 0 | 100 | 0 | 1101 | 100101100 | 1011 | 1010110 |
Color Harmonies of #DFD7DF
Complementary color
Monochromatic Colors of #DFD7DF
Black with #DFD7DF
Text Example
Text Example
White with #DFD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7DF; }
p { color: rgb(223,215,223); }
H1.HeaderClassName
{
color: #DFD7DF;
}
.AnyTagClassName
{
color: #DFD7DF;
}
</style>
background-color css
<style>
a { background-color: #DFD7DF; }
a { background-color: rgb(223,215,223); }
div.DivClassName
{
background-color: #DFD7DF;
}
.BgClassName
{
background-color: #DFD7DF;
}
</style>
border-color css
<style>
span { border-color: #DFD7DF; }
span { border-color: rgb(223,215,223); }
td.TdClassName
{
border-color: #DFD7DF;
}
.TagClassName
{
border-color: #DFD7DF;
}
</style>