Shades of Snuff #E2DBE1
Tints of Snuff #E2DBE1
RGB
CMYK
RGB Variations
Color information
#E2DBE1 (or 0xE2DBE1) is known color: Snuff. HEX triplet: E2, DB and E1. RGB value is (226,219,225). Sum of RGB (Red+Green+Blue) = 226+219+225=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBE1 is #1D241E. Grayscale: #DDDDDD. Windows color (decimal): -1909791 or 14801890. OLE color: 14801890.
HSL color Cylindrical-coordinate representation of color #E2DBE1: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DBE1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 225 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.11 |
| HSL | 308.57º | 0.11% | 0.87% | - |
| HSV(B) | 308.57º | 0.03% | 0.89% | - |
| XYZ | 70.29 | 72.27 | 81.48 | - |
| YUV | 221.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 225 | 0 | 0.03 | 0.00 | 0.11 | 308.57 | 0.11 | 0.87 |
| Hex | E2 | DB | E1 | 0 | 3 | 0 | B | 135 | B | 57 |
| Octal | 342 | 333 | 341 | 0 | 3 | 0 | 13 | 465 | 13 | 127 |
| Binary | 11100010 | 11011011 | 11100001 | 0 | 11 | 0 | 1011 | 100110101 | 1011 | 1010111 |
Color Harmonies of #E2DBE1
Complementary color
Monochromatic Colors of #E2DBE1
Black with #E2DBE1
Text Example
Text Example
White with #E2DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBE1; }
p { color: rgb(226,219,225); }
H1.HeaderClassName
{
color: #E2DBE1;
}
.AnyTagClassName
{
color: #E2DBE1;
}
</style>
background-color css
<style>
a { background-color: #E2DBE1; }
a { background-color: rgb(226,219,225); }
div.DivClassName
{
background-color: #E2DBE1;
}
.BgClassName
{
background-color: #E2DBE1;
}
</style>
border-color css
<style>
span { border-color: #E2DBE1; }
span { border-color: rgb(226,219,225); }
td.TdClassName
{
border-color: #E2DBE1;
}
.TagClassName
{
border-color: #E2DBE1;
}
</style>