Shades of Snuff #DFD0DD
Tints of Snuff #DFD0DD
RGB
CMYK
RGB Variations
Color information
#DFD0DD (or 0xDFD0DD) is known color: Snuff. HEX triplet: DF, D0 and DD. RGB value is (223,208,221). Sum of RGB (Red+Green+Blue) = 223+208+221=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DD is #202F22. Grayscale: #D5D5D5. Windows color (decimal): -2109219 or 14536927. OLE color: 14536927.
HSL color Cylindrical-coordinate representation of color #DFD0DD: hue angle of 308º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0DD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 208 | 221 | - |
CMYK | 0 | 0.07 | 0.01 | 0.13 |
HSL | 308º | 0.19% | 0.85% | - |
HSV(B) | 308º | 0.07% | 0.87% | - |
XYZ | 66.04 | 66.02 | 77.67 | - |
YUV | 213.97 | 131.97 | 134.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 221 | 0 | 0.07 | 0.01 | 0.13 | 308 | 0.19 | 0.85 |
Hex | DF | D0 | DD | 0 | 7 | 1 | D | 134 | 13 | 55 |
Octal | 337 | 320 | 335 | 0 | 7 | 1 | 15 | 464 | 23 | 125 |
Binary | 11011111 | 11010000 | 11011101 | 0 | 111 | 1 | 1101 | 100110100 | 10011 | 1010101 |
Color Harmonies of #DFD0DD
Complementary color
Monochromatic Colors of #DFD0DD
Black with #DFD0DD
Text Example
Text Example
White with #DFD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0DD; }
p { color: rgb(223,208,221); }
H1.HeaderClassName
{
color: #DFD0DD;
}
.AnyTagClassName
{
color: #DFD0DD;
}
</style>
background-color css
<style>
a { background-color: #DFD0DD; }
a { background-color: rgb(223,208,221); }
div.DivClassName
{
background-color: #DFD0DD;
}
.BgClassName
{
background-color: #DFD0DD;
}
</style>
border-color css
<style>
span { border-color: #DFD0DD; }
span { border-color: rgb(223,208,221); }
td.TdClassName
{
border-color: #DFD0DD;
}
.TagClassName
{
border-color: #DFD0DD;
}
</style>