Shades of Snuff #DFD5DD
Tints of Snuff #DFD5DD
RGB
CMYK
RGB Variations
Color information
#DFD5DD (or 0xDFD5DD) is known color: Snuff. HEX triplet: DF, D5 and DD. RGB value is (223,213,221). Sum of RGB (Red+Green+Blue) = 223+213+221=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DD is #202A22. Grayscale: #D8D8D8. Windows color (decimal): -2107939 or 14538207. OLE color: 14538207.
HSL color Cylindrical-coordinate representation of color #DFD5DD: hue angle of 312º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD5DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 221 | - |
CMYK | 0 | 0.04 | 0.01 | 0.13 |
HSL | 312º | 0.14% | 0.85% | - |
HSV(B) | 312º | 0.04% | 0.87% | - |
XYZ | 67.28 | 68.5 | 78.08 | - |
YUV | 216.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 221 | 0 | 0.04 | 0.01 | 0.13 | 312 | 0.14 | 0.85 |
Hex | DF | D5 | DD | 0 | 4 | 1 | D | 138 | E | 55 |
Octal | 337 | 325 | 335 | 0 | 4 | 1 | 15 | 470 | 16 | 125 |
Binary | 11011111 | 11010101 | 11011101 | 0 | 100 | 1 | 1101 | 100111000 | 1110 | 1010101 |
Color Harmonies of #DFD5DD
Complementary color
Monochromatic Colors of #DFD5DD
Black with #DFD5DD
Text Example
Text Example
White with #DFD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5DD; }
p { color: rgb(223,213,221); }
H1.HeaderClassName
{
color: #DFD5DD;
}
.AnyTagClassName
{
color: #DFD5DD;
}
</style>
background-color css
<style>
a { background-color: #DFD5DD; }
a { background-color: rgb(223,213,221); }
div.DivClassName
{
background-color: #DFD5DD;
}
.BgClassName
{
background-color: #DFD5DD;
}
</style>
border-color css
<style>
span { border-color: #DFD5DD; }
span { border-color: rgb(223,213,221); }
td.TdClassName
{
border-color: #DFD5DD;
}
.TagClassName
{
border-color: #DFD5DD;
}
</style>