Shades of Snuff #DFD2DE
Tints of Snuff #DFD2DE
RGB
CMYK
RGB Variations
Color information
#DFD2DE (or 0xDFD2DE) is known color: Snuff. HEX triplet: DF, D2 and DE. RGB value is (223,210,222). Sum of RGB (Red+Green+Blue) = 223+210+222=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DE is #202D21. Grayscale: #D7D7D7. Windows color (decimal): -2108706 or 14602975. OLE color: 14602975.
HSL color Cylindrical-coordinate representation of color #DFD2DE: hue angle of 304.62º 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 #DFD2DE is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 222 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.13 |
| HSL | 304.62º | 0.17% | 0.85% | - |
| HSV(B) | 304.62º | 0.06% | 0.87% | - |
| XYZ | 66.66 | 67.06 | 78.54 | - |
| YUV | 215.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 222 | 0 | 0.06 | 0.00 | 0.13 | 304.62 | 0.17 | 0.85 |
| Hex | DF | D2 | DE | 0 | 6 | 0 | D | 131 | 11 | 55 |
| Octal | 337 | 322 | 336 | 0 | 6 | 0 | 15 | 461 | 21 | 125 |
| Binary | 11011111 | 11010010 | 11011110 | 0 | 110 | 0 | 1101 | 100110001 | 10001 | 1010101 |
Color Harmonies of #DFD2DE
Complementary color
Monochromatic Colors of #DFD2DE
Black with #DFD2DE
Text Example
Text Example
White with #DFD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2DE; }
p { color: rgb(223,210,222); }
H1.HeaderClassName
{
color: #DFD2DE;
}
.AnyTagClassName
{
color: #DFD2DE;
}
</style>
background-color css
<style>
a { background-color: #DFD2DE; }
a { background-color: rgb(223,210,222); }
div.DivClassName
{
background-color: #DFD2DE;
}
.BgClassName
{
background-color: #DFD2DE;
}
</style>
border-color css
<style>
span { border-color: #DFD2DE; }
span { border-color: rgb(223,210,222); }
td.TdClassName
{
border-color: #DFD2DE;
}
.TagClassName
{
border-color: #DFD2DE;
}
</style>