Shades of Snuff #DFD2DD
Tints of Snuff #DFD2DD
RGB
CMYK
RGB Variations
Color information
#DFD2DD (or 0xDFD2DD) is known color: Snuff. HEX triplet: DF, D2 and DD. RGB value is (223,210,221). Sum of RGB (Red+Green+Blue) = 223+210+221=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2DD is #202D22. Grayscale: #D7D7D7. Windows color (decimal): -2108707 or 14537439. OLE color: 14537439.
HSL color Cylindrical-coordinate representation of color #DFD2DD: hue angle of 309.23º 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 #DFD2DD is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 210 | 221 | - |
CMYK | 0 | 0.06 | 0.01 | 0.13 |
HSL | 309.23º | 0.17% | 0.85% | - |
HSV(B) | 309.23º | 0.06% | 0.87% | - |
XYZ | 66.53 | 67 | 77.83 | - |
YUV | 215.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 210 | 221 | 0 | 0.06 | 0.01 | 0.13 | 309.23 | 0.17 | 0.85 |
Hex | DF | D2 | DD | 0 | 6 | 1 | D | 135 | 11 | 55 |
Octal | 337 | 322 | 335 | 0 | 6 | 1 | 15 | 465 | 21 | 125 |
Binary | 11011111 | 11010010 | 11011101 | 0 | 110 | 1 | 1101 | 100110101 | 10001 | 1010101 |
Color Harmonies of #DFD2DD
Complementary color
Monochromatic Colors of #DFD2DD
Black with #DFD2DD
Text Example
Text Example
White with #DFD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2DD; }
p { color: rgb(223,210,221); }
H1.HeaderClassName
{
color: #DFD2DD;
}
.AnyTagClassName
{
color: #DFD2DD;
}
</style>
background-color css
<style>
a { background-color: #DFD2DD; }
a { background-color: rgb(223,210,221); }
div.DivClassName
{
background-color: #DFD2DD;
}
.BgClassName
{
background-color: #DFD2DD;
}
</style>
border-color css
<style>
span { border-color: #DFD2DD; }
span { border-color: rgb(223,210,221); }
td.TdClassName
{
border-color: #DFD2DD;
}
.TagClassName
{
border-color: #DFD2DD;
}
</style>