Shades of Snuff #E2D8E4
Tints of Snuff #E2D8E4
RGB
CMYK
RGB Variations
Color information
#E2D8E4 (or 0xE2D8E4) is known color: Snuff. HEX triplet: E2, D8 and E4. RGB value is (226,216,228). Sum of RGB (Red+Green+Blue) = 226+216+228=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #E2D8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8E4 is #1D271B. Grayscale: #DCDCDC. Windows color (decimal): -1910556 or 14997730. OLE color: 14997730.
HSL color Cylindrical-coordinate representation of color #E2D8E4: hue angle of 290º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D8E4 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 228 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.11 |
| HSL | 290º | 0.18% | 0.87% | - |
| HSV(B) | 290º | 0.05% | 0.89% | - |
| XYZ | 69.92 | 70.88 | 83.4 | - |
| YUV | 220.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 228 | 0.01 | 0.05 | 0 | 0.11 | 290 | 0.18 | 0.87 |
| Hex | E2 | D8 | E4 | 1 | 5 | 0 | B | 122 | 12 | 57 |
| Octal | 342 | 330 | 344 | 1 | 5 | 0 | 13 | 442 | 22 | 127 |
| Binary | 11100010 | 11011000 | 11100100 | 1 | 101 | 0 | 1011 | 100100010 | 10010 | 1010111 |
Color Harmonies of #E2D8E4
Complementary color
Monochromatic Colors of #E2D8E4
Black with #E2D8E4
Text Example
Text Example
White with #E2D8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8E4; }
p { color: rgb(226,216,228); }
H1.HeaderClassName
{
color: #E2D8E4;
}
.AnyTagClassName
{
color: #E2D8E4;
}
</style>
background-color css
<style>
a { background-color: #E2D8E4; }
a { background-color: rgb(226,216,228); }
div.DivClassName
{
background-color: #E2D8E4;
}
.BgClassName
{
background-color: #E2D8E4;
}
</style>
border-color css
<style>
span { border-color: #E2D8E4; }
span { border-color: rgb(226,216,228); }
td.TdClassName
{
border-color: #E2D8E4;
}
.TagClassName
{
border-color: #E2D8E4;
}
</style>