Shades of Snuff #DFD4DD
Tints of Snuff #DFD4DD
RGB
CMYK
RGB Variations
Color information
#DFD4DD (or 0xDFD4DD) is known color: Snuff. HEX triplet: DF, D4 and DD. RGB value is (223,212,221). Sum of RGB (Red+Green+Blue) = 223+212+221=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4DD is #202B22. Grayscale: #D8D8D8. Windows color (decimal): -2108195 or 14537951. OLE color: 14537951.
HSL color Cylindrical-coordinate representation of color #DFD4DD: hue angle of 310.91º degrees, saturation: 0.15, 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 #DFD4DD is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 221 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.13 |
| HSL | 310.91º | 0.15% | 0.85% | - |
| HSV(B) | 310.91º | 0.05% | 0.87% | - |
| XYZ | 67.03 | 68 | 78 | - |
| YUV | 216.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 221 | 0 | 0.05 | 0.01 | 0.13 | 310.91 | 0.15 | 0.85 |
| Hex | DF | D4 | DD | 0 | 5 | 1 | D | 137 | F | 55 |
| Octal | 337 | 324 | 335 | 0 | 5 | 1 | 15 | 467 | 17 | 125 |
| Binary | 11011111 | 11010100 | 11011101 | 0 | 101 | 1 | 1101 | 100110111 | 1111 | 1010101 |
Color Harmonies of #DFD4DD
Complementary color
Monochromatic Colors of #DFD4DD
Black with #DFD4DD
Text Example
Text Example
White with #DFD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4DD; }
p { color: rgb(223,212,221); }
H1.HeaderClassName
{
color: #DFD4DD;
}
.AnyTagClassName
{
color: #DFD4DD;
}
</style>
background-color css
<style>
a { background-color: #DFD4DD; }
a { background-color: rgb(223,212,221); }
div.DivClassName
{
background-color: #DFD4DD;
}
.BgClassName
{
background-color: #DFD4DD;
}
</style>
border-color css
<style>
span { border-color: #DFD4DD; }
span { border-color: rgb(223,212,221); }
td.TdClassName
{
border-color: #DFD4DD;
}
.TagClassName
{
border-color: #DFD4DD;
}
</style>