Shades of Snuff #E2D5E1
Tints of Snuff #E2D5E1
RGB
CMYK
RGB Variations
Color information
#E2D5E1 (or 0xE2D5E1) is known color: Snuff. HEX triplet: E2, D5 and E1. RGB value is (226,213,225). Sum of RGB (Red+Green+Blue) = 226+213+225=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5E1 is #1D2A1E. Grayscale: #DADADA. Windows color (decimal): -1911327 or 14800354. OLE color: 14800354.
HSL color Cylindrical-coordinate representation of color #E2D5E1: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2D5E1 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 225 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.11 |
| HSL | 304.62º | 0.18% | 0.86% | - |
| HSV(B) | 304.62º | 0.06% | 0.89% | - |
| XYZ | 68.75 | 69.19 | 80.97 | - |
| YUV | 218.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 225 | 0 | 0.06 | 0.00 | 0.11 | 304.62 | 0.18 | 0.86 |
| Hex | E2 | D5 | E1 | 0 | 6 | 0 | B | 131 | 12 | 56 |
| Octal | 342 | 325 | 341 | 0 | 6 | 0 | 13 | 461 | 22 | 126 |
| Binary | 11100010 | 11010101 | 11100001 | 0 | 110 | 0 | 1011 | 100110001 | 10010 | 1010110 |
Color Harmonies of #E2D5E1
Complementary color
Monochromatic Colors of #E2D5E1
Black with #E2D5E1
Text Example
Text Example
White with #E2D5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5E1; }
p { color: rgb(226,213,225); }
H1.HeaderClassName
{
color: #E2D5E1;
}
.AnyTagClassName
{
color: #E2D5E1;
}
</style>
background-color css
<style>
a { background-color: #E2D5E1; }
a { background-color: rgb(226,213,225); }
div.DivClassName
{
background-color: #E2D5E1;
}
.BgClassName
{
background-color: #E2D5E1;
}
</style>
border-color css
<style>
span { border-color: #E2D5E1; }
span { border-color: rgb(226,213,225); }
td.TdClassName
{
border-color: #E2D5E1;
}
.TagClassName
{
border-color: #E2D5E1;
}
</style>