Shades of Snuff #E1D3DF
Tints of Snuff #E1D3DF
RGB
CMYK
RGB Variations
Color information
#E1D3DF (or 0xE1D3DF) is known color: Snuff. HEX triplet: E1, D3 and DF. RGB value is (225,211,223). Sum of RGB (Red+Green+Blue) = 225+211+223=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DF is #1E2C20. Grayscale: #D8D8D8. Windows color (decimal): -1977377 or 14668769. OLE color: 14668769.
HSL color Cylindrical-coordinate representation of color #E1D3DF: hue angle of 308.57º 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 #E1D3DF is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 223 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.12 |
| HSL | 308.57º | 0.19% | 0.85% | - |
| HSV(B) | 308.57º | 0.06% | 0.88% | - |
| XYZ | 67.66 | 67.92 | 79.36 | - |
| YUV | 216.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 223 | 0 | 0.06 | 0.01 | 0.12 | 308.57 | 0.19 | 0.85 |
| Hex | E1 | D3 | DF | 0 | 6 | 1 | C | 135 | 13 | 55 |
| Octal | 341 | 323 | 337 | 0 | 6 | 1 | 14 | 465 | 23 | 125 |
| Binary | 11100001 | 11010011 | 11011111 | 0 | 110 | 1 | 1100 | 100110101 | 10011 | 1010101 |
Color Harmonies of #E1D3DF
Complementary color
Monochromatic Colors of #E1D3DF
Black with #E1D3DF
Text Example
Text Example
White with #E1D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3DF; }
p { color: rgb(225,211,223); }
H1.HeaderClassName
{
color: #E1D3DF;
}
.AnyTagClassName
{
color: #E1D3DF;
}
</style>
background-color css
<style>
a { background-color: #E1D3DF; }
a { background-color: rgb(225,211,223); }
div.DivClassName
{
background-color: #E1D3DF;
}
.BgClassName
{
background-color: #E1D3DF;
}
</style>
border-color css
<style>
span { border-color: #E1D3DF; }
span { border-color: rgb(225,211,223); }
td.TdClassName
{
border-color: #E1D3DF;
}
.TagClassName
{
border-color: #E1D3DF;
}
</style>