Shades of Snuff #DFD3E1
Tints of Snuff #DFD3E1
RGB
CMYK
RGB Variations
Color information
#DFD3E1 (or 0xDFD3E1) is known color: Snuff. HEX triplet: DF, D3 and E1. RGB value is (223,211,225). Sum of RGB (Red+Green+Blue) = 223+211+225=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFD3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3E1 is #202C1E. Grayscale: #D8D8D8. Windows color (decimal): -2108447 or 14799839. OLE color: 14799839.
HSL color Cylindrical-coordinate representation of color #DFD3E1: hue angle of 291.43º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD3E1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 211 | 225 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.12 |
| HSL | 291.43º | 0.19% | 0.85% | - |
| HSV(B) | 291.43º | 0.06% | 0.88% | - |
| XYZ | 67.32 | 67.71 | 80.76 | - |
| YUV | 216.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 225 | 0.01 | 0.06 | 0 | 0.12 | 291.43 | 0.19 | 0.85 |
| Hex | DF | D3 | E1 | 1 | 6 | 0 | C | 123 | 13 | 55 |
| Octal | 337 | 323 | 341 | 1 | 6 | 0 | 14 | 443 | 23 | 125 |
| Binary | 11011111 | 11010011 | 11100001 | 1 | 110 | 0 | 1100 | 100100011 | 10011 | 1010101 |
Color Harmonies of #DFD3E1
Complementary color
Monochromatic Colors of #DFD3E1
Black with #DFD3E1
Text Example
Text Example
White with #DFD3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3E1; }
p { color: rgb(223,211,225); }
H1.HeaderClassName
{
color: #DFD3E1;
}
.AnyTagClassName
{
color: #DFD3E1;
}
</style>
background-color css
<style>
a { background-color: #DFD3E1; }
a { background-color: rgb(223,211,225); }
div.DivClassName
{
background-color: #DFD3E1;
}
.BgClassName
{
background-color: #DFD3E1;
}
</style>
border-color css
<style>
span { border-color: #DFD3E1; }
span { border-color: rgb(223,211,225); }
td.TdClassName
{
border-color: #DFD3E1;
}
.TagClassName
{
border-color: #DFD3E1;
}
</style>