Shades of Snuff #DFD3DC
Tints of Snuff #DFD3DC
RGB
CMYK
RGB Variations
Color information
#DFD3DC (or 0xDFD3DC) is known color: Snuff. HEX triplet: DF, D3 and DC. RGB value is (223,211,220). Sum of RGB (Red+Green+Blue) = 223+211+220=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DC is #202C23. Grayscale: #D7D7D7. Windows color (decimal): -2108452 or 14472159. OLE color: 14472159.
HSL color Cylindrical-coordinate representation of color #DFD3DC: hue angle of 315º 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 #DFD3DC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 220 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.13 |
| HSL | 315º | 0.16% | 0.85% | - |
| HSV(B) | 315º | 0.05% | 0.87% | - |
| XYZ | 66.64 | 67.44 | 77.22 | - |
| YUV | 215.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 220 | 0 | 0.05 | 0.01 | 0.13 | 315 | 0.16 | 0.85 |
| Hex | DF | D3 | DC | 0 | 5 | 1 | D | 13B | 10 | 55 |
| Octal | 337 | 323 | 334 | 0 | 5 | 1 | 15 | 473 | 20 | 125 |
| Binary | 11011111 | 11010011 | 11011100 | 0 | 101 | 1 | 1101 | 100111011 | 10000 | 1010101 |
Color Harmonies of #DFD3DC
Complementary color
Monochromatic Colors of #DFD3DC
Black with #DFD3DC
Text Example
Text Example
White with #DFD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3DC; }
p { color: rgb(223,211,220); }
H1.HeaderClassName
{
color: #DFD3DC;
}
.AnyTagClassName
{
color: #DFD3DC;
}
</style>
background-color css
<style>
a { background-color: #DFD3DC; }
a { background-color: rgb(223,211,220); }
div.DivClassName
{
background-color: #DFD3DC;
}
.BgClassName
{
background-color: #DFD3DC;
}
</style>
border-color css
<style>
span { border-color: #DFD3DC; }
span { border-color: rgb(223,211,220); }
td.TdClassName
{
border-color: #DFD3DC;
}
.TagClassName
{
border-color: #DFD3DC;
}
</style>