Shades of Snuff #DFD7E0
Tints of Snuff #DFD7E0
RGB
CMYK
RGB Variations
Color information
#DFD7E0 (or 0xDFD7E0) is known color: Snuff. HEX triplet: DF, D7 and E0. RGB value is (223,215,224). Sum of RGB (Red+Green+Blue) = 223+215+224=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7E0 is #20281F. Grayscale: #DADADA. Windows color (decimal): -2107424 or 14735327. OLE color: 14735327.
HSL color Cylindrical-coordinate representation of color #DFD7E0: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD7E0 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 215 | 224 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.12 |
| HSL | 293.33º | 0.13% | 0.86% | - |
| HSV(B) | 293.33º | 0.04% | 0.88% | - |
| XYZ | 68.19 | 69.67 | 80.37 | - |
| YUV | 218.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 224 | 0.00 | 0.04 | 0 | 0.12 | 293.33 | 0.13 | 0.86 |
| Hex | DF | D7 | E0 | 0 | 4 | 0 | C | 125 | D | 56 |
| Octal | 337 | 327 | 340 | 0 | 4 | 0 | 14 | 445 | 15 | 126 |
| Binary | 11011111 | 11010111 | 11100000 | 0 | 100 | 0 | 1100 | 100100101 | 1101 | 1010110 |
Color Harmonies of #DFD7E0
Complementary color
Monochromatic Colors of #DFD7E0
Black with #DFD7E0
Text Example
Text Example
White with #DFD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7E0; }
p { color: rgb(223,215,224); }
H1.HeaderClassName
{
color: #DFD7E0;
}
.AnyTagClassName
{
color: #DFD7E0;
}
</style>
background-color css
<style>
a { background-color: #DFD7E0; }
a { background-color: rgb(223,215,224); }
div.DivClassName
{
background-color: #DFD7E0;
}
.BgClassName
{
background-color: #DFD7E0;
}
</style>
border-color css
<style>
span { border-color: #DFD7E0; }
span { border-color: rgb(223,215,224); }
td.TdClassName
{
border-color: #DFD7E0;
}
.TagClassName
{
border-color: #DFD7E0;
}
</style>