Shades of Snuff #E1D5DF
Tints of Snuff #E1D5DF
RGB
CMYK
RGB Variations
Color information
#E1D5DF (or 0xE1D5DF) is known color: Snuff. HEX triplet: E1, D5 and DF. RGB value is (225,213,223). Sum of RGB (Red+Green+Blue) = 225+213+223=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5DF is #1E2A20. Grayscale: #D9D9D9. Windows color (decimal): -1976865 or 14669281. OLE color: 14669281.
HSL color Cylindrical-coordinate representation of color #E1D5DF: hue angle of 310º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D5DF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 223 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.12 |
| HSL | 310º | 0.17% | 0.86% | - |
| HSV(B) | 310º | 0.05% | 0.88% | - |
| XYZ | 68.16 | 68.92 | 79.52 | - |
| YUV | 217.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 223 | 0 | 0.05 | 0.01 | 0.12 | 310 | 0.17 | 0.86 |
| Hex | E1 | D5 | DF | 0 | 5 | 1 | C | 136 | 11 | 56 |
| Octal | 341 | 325 | 337 | 0 | 5 | 1 | 14 | 466 | 21 | 126 |
| Binary | 11100001 | 11010101 | 11011111 | 0 | 101 | 1 | 1100 | 100110110 | 10001 | 1010110 |
Color Harmonies of #E1D5DF
Complementary color
Monochromatic Colors of #E1D5DF
Black with #E1D5DF
Text Example
Text Example
White with #E1D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5DF; }
p { color: rgb(225,213,223); }
H1.HeaderClassName
{
color: #E1D5DF;
}
.AnyTagClassName
{
color: #E1D5DF;
}
</style>
background-color css
<style>
a { background-color: #E1D5DF; }
a { background-color: rgb(225,213,223); }
div.DivClassName
{
background-color: #E1D5DF;
}
.BgClassName
{
background-color: #E1D5DF;
}
</style>
border-color css
<style>
span { border-color: #E1D5DF; }
span { border-color: rgb(225,213,223); }
td.TdClassName
{
border-color: #E1D5DF;
}
.TagClassName
{
border-color: #E1D5DF;
}
</style>