Shades of Snuff #DFD1DE
Tints of Snuff #DFD1DE
RGB
CMYK
RGB Variations
Color information
#DFD1DE (or 0xDFD1DE) is known color: Snuff. HEX triplet: DF, D1 and DE. RGB value is (223,209,222). Sum of RGB (Red+Green+Blue) = 223+209+222=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DE is #202E21. Grayscale: #D6D6D6. Windows color (decimal): -2108962 or 14602719. OLE color: 14602719.
HSL color Cylindrical-coordinate representation of color #DFD1DE: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD1DE is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 222 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.13 |
| HSL | 304.29º | 0.18% | 0.85% | - |
| HSV(B) | 304.29º | 0.06% | 0.87% | - |
| XYZ | 66.42 | 66.56 | 78.45 | - |
| YUV | 214.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 222 | 0 | 0.06 | 0.00 | 0.13 | 304.29 | 0.18 | 0.85 |
| Hex | DF | D1 | DE | 0 | 6 | 0 | D | 130 | 12 | 55 |
| Octal | 337 | 321 | 336 | 0 | 6 | 0 | 15 | 460 | 22 | 125 |
| Binary | 11011111 | 11010001 | 11011110 | 0 | 110 | 0 | 1101 | 100110000 | 10010 | 1010101 |
Color Harmonies of #DFD1DE
Complementary color
Monochromatic Colors of #DFD1DE
Black with #DFD1DE
Text Example
Text Example
White with #DFD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1DE; }
p { color: rgb(223,209,222); }
H1.HeaderClassName
{
color: #DFD1DE;
}
.AnyTagClassName
{
color: #DFD1DE;
}
</style>
background-color css
<style>
a { background-color: #DFD1DE; }
a { background-color: rgb(223,209,222); }
div.DivClassName
{
background-color: #DFD1DE;
}
.BgClassName
{
background-color: #DFD1DE;
}
</style>
border-color css
<style>
span { border-color: #DFD1DE; }
span { border-color: rgb(223,209,222); }
td.TdClassName
{
border-color: #DFD1DE;
}
.TagClassName
{
border-color: #DFD1DE;
}
</style>