Shades of Snuff #DFD3DE
Tints of Snuff #DFD3DE
RGB
CMYK
RGB Variations
Color information
#DFD3DE (or 0xDFD3DE) is known color: Snuff. HEX triplet: DF, D3 and DE. RGB value is (223,211,222). Sum of RGB (Red+Green+Blue) = 223+211+222=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DE is #202C21. Grayscale: #D7D7D7. Windows color (decimal): -2108450 or 14603231. OLE color: 14603231.
HSL color Cylindrical-coordinate representation of color #DFD3DE: hue angle of 305º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD3DE is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 222 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.13 |
| HSL | 305º | 0.16% | 0.85% | - |
| HSV(B) | 305º | 0.05% | 0.87% | - |
| XYZ | 66.91 | 67.55 | 78.62 | - |
| YUV | 215.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 222 | 0 | 0.05 | 0.00 | 0.13 | 305 | 0.16 | 0.85 |
| Hex | DF | D3 | DE | 0 | 5 | 0 | D | 131 | 10 | 55 |
| Octal | 337 | 323 | 336 | 0 | 5 | 0 | 15 | 461 | 20 | 125 |
| Binary | 11011111 | 11010011 | 11011110 | 0 | 101 | 0 | 1101 | 100110001 | 10000 | 1010101 |
Color Harmonies of #DFD3DE
Complementary color
Monochromatic Colors of #DFD3DE
Black with #DFD3DE
Text Example
Text Example
White with #DFD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3DE; }
p { color: rgb(223,211,222); }
H1.HeaderClassName
{
color: #DFD3DE;
}
.AnyTagClassName
{
color: #DFD3DE;
}
</style>
background-color css
<style>
a { background-color: #DFD3DE; }
a { background-color: rgb(223,211,222); }
div.DivClassName
{
background-color: #DFD3DE;
}
.BgClassName
{
background-color: #DFD3DE;
}
</style>
border-color css
<style>
span { border-color: #DFD3DE; }
span { border-color: rgb(223,211,222); }
td.TdClassName
{
border-color: #DFD3DE;
}
.TagClassName
{
border-color: #DFD3DE;
}
</style>