Shades of Snuff #DFD8DF
Tints of Snuff #DFD8DF
RGB
CMYK
RGB Variations
Color information
#DFD8DF (or 0xDFD8DF) is known color: Snuff. HEX triplet: DF, D8 and DF. RGB value is (223,216,223). Sum of RGB (Red+Green+Blue) = 223+216+223=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DF is #202720. Grayscale: #DADADA. Windows color (decimal): -2107169 or 14670047. OLE color: 14670047.
HSL color Cylindrical-coordinate representation of color #DFD8DF: hue angle of 300º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD8DF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 223 | - |
| CMYK | 0 | 0.03 | 0 | 0.13 |
| HSL | 300º | 0.1% | 0.86% | - |
| HSV(B) | 300º | 0.03% | 0.87% | - |
| XYZ | 68.31 | 70.13 | 79.75 | - |
| YUV | 218.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 223 | 0 | 0.03 | 0 | 0.13 | 300 | 0.1 | 0.86 |
| Hex | DF | D8 | DF | 0 | 3 | 0 | D | 12C | A | 56 |
| Octal | 337 | 330 | 337 | 0 | 3 | 0 | 15 | 454 | 12 | 126 |
| Binary | 11011111 | 11011000 | 11011111 | 0 | 11 | 0 | 1101 | 100101100 | 1010 | 1010110 |
Color Harmonies of #DFD8DF
Complementary color
Monochromatic Colors of #DFD8DF
Black with #DFD8DF
Text Example
Text Example
White with #DFD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8DF; }
p { color: rgb(223,216,223); }
H1.HeaderClassName
{
color: #DFD8DF;
}
.AnyTagClassName
{
color: #DFD8DF;
}
</style>
background-color css
<style>
a { background-color: #DFD8DF; }
a { background-color: rgb(223,216,223); }
div.DivClassName
{
background-color: #DFD8DF;
}
.BgClassName
{
background-color: #DFD8DF;
}
</style>
border-color css
<style>
span { border-color: #DFD8DF; }
span { border-color: rgb(223,216,223); }
td.TdClassName
{
border-color: #DFD8DF;
}
.TagClassName
{
border-color: #DFD8DF;
}
</style>