Shades of Snuff #DFD3DD
Tints of Snuff #DFD3DD
RGB
CMYK
RGB Variations
Color information
#DFD3DD (or 0xDFD3DD) is known color: Snuff. HEX triplet: DF, D3 and DD. RGB value is (223,211,221). Sum of RGB (Red+Green+Blue) = 223+211+221=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DD is #202C22. Grayscale: #D7D7D7. Windows color (decimal): -2108451 or 14537695. OLE color: 14537695.
HSL color Cylindrical-coordinate representation of color #DFD3DD: hue angle of 310º 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 #DFD3DD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 221 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.13 |
| HSL | 310º | 0.16% | 0.85% | - |
| HSV(B) | 310º | 0.05% | 0.87% | - |
| XYZ | 66.78 | 67.5 | 77.92 | - |
| YUV | 215.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 221 | 0 | 0.05 | 0.01 | 0.13 | 310 | 0.16 | 0.85 |
| Hex | DF | D3 | DD | 0 | 5 | 1 | D | 136 | 10 | 55 |
| Octal | 337 | 323 | 335 | 0 | 5 | 1 | 15 | 466 | 20 | 125 |
| Binary | 11011111 | 11010011 | 11011101 | 0 | 101 | 1 | 1101 | 100110110 | 10000 | 1010101 |
Color Harmonies of #DFD3DD
Complementary color
Monochromatic Colors of #DFD3DD
Black with #DFD3DD
Text Example
Text Example
White with #DFD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3DD; }
p { color: rgb(223,211,221); }
H1.HeaderClassName
{
color: #DFD3DD;
}
.AnyTagClassName
{
color: #DFD3DD;
}
</style>
background-color css
<style>
a { background-color: #DFD3DD; }
a { background-color: rgb(223,211,221); }
div.DivClassName
{
background-color: #DFD3DD;
}
.BgClassName
{
background-color: #DFD3DD;
}
</style>
border-color css
<style>
span { border-color: #DFD3DD; }
span { border-color: rgb(223,211,221); }
td.TdClassName
{
border-color: #DFD3DD;
}
.TagClassName
{
border-color: #DFD3DD;
}
</style>