Shades of Snuff #DFD2DC
Tints of Snuff #DFD2DC
RGB
CMYK
RGB Variations
Color information
#DFD2DC (or 0xDFD2DC) is known color: Snuff. HEX triplet: DF, D2 and DC. RGB value is (223,210,220). Sum of RGB (Red+Green+Blue) = 223+210+220=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DC is #202D23. Grayscale: #D6D6D6. Windows color (decimal): -2108708 or 14471903. OLE color: 14471903.
HSL color Cylindrical-coordinate representation of color #DFD2DC: hue angle of 313.85º degrees, saturation: 0.17, 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 #DFD2DC is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 220 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.13 |
| HSL | 313.85º | 0.17% | 0.85% | - |
| HSV(B) | 313.85º | 0.06% | 0.87% | - |
| XYZ | 66.4 | 66.95 | 77.13 | - |
| YUV | 215.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 220 | 0 | 0.06 | 0.01 | 0.13 | 313.85 | 0.17 | 0.85 |
| Hex | DF | D2 | DC | 0 | 6 | 1 | D | 13A | 11 | 55 |
| Octal | 337 | 322 | 334 | 0 | 6 | 1 | 15 | 472 | 21 | 125 |
| Binary | 11011111 | 11010010 | 11011100 | 0 | 110 | 1 | 1101 | 100111010 | 10001 | 1010101 |
Color Harmonies of #DFD2DC
Complementary color
Monochromatic Colors of #DFD2DC
Black with #DFD2DC
Text Example
Text Example
White with #DFD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2DC; }
p { color: rgb(223,210,220); }
H1.HeaderClassName
{
color: #DFD2DC;
}
.AnyTagClassName
{
color: #DFD2DC;
}
</style>
background-color css
<style>
a { background-color: #DFD2DC; }
a { background-color: rgb(223,210,220); }
div.DivClassName
{
background-color: #DFD2DC;
}
.BgClassName
{
background-color: #DFD2DC;
}
</style>
border-color css
<style>
span { border-color: #DFD2DC; }
span { border-color: rgb(223,210,220); }
td.TdClassName
{
border-color: #DFD2DC;
}
.TagClassName
{
border-color: #DFD2DC;
}
</style>