Shades of Snuff #E3D8E0
Tints of Snuff #E3D8E0
RGB
CMYK
RGB Variations
Color information
#E3D8E0 (or 0xE3D8E0) is known color: Snuff. HEX triplet: E3, D8 and E0. RGB value is (227,216,224). Sum of RGB (Red+Green+Blue) = 227+216+224=667 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.03% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8E0 is #1C271F. Grayscale: #DCDCDC. Windows color (decimal): -1845024 or 14735587. OLE color: 14735587.
HSL color Cylindrical-coordinate representation of color #E3D8E0: hue angle of 316.36º degrees, saturation: 0.16, 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 #E3D8E0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 224 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.11 |
| HSL | 316.36º | 0.16% | 0.87% | - |
| HSV(B) | 316.36º | 0.05% | 0.89% | - |
| XYZ | 69.69 | 70.82 | 80.52 | - |
| YUV | 220.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 224 | 0 | 0.05 | 0.01 | 0.11 | 316.36 | 0.16 | 0.87 |
| Hex | E3 | D8 | E0 | 0 | 5 | 1 | B | 13C | 10 | 57 |
| Octal | 343 | 330 | 340 | 0 | 5 | 1 | 13 | 474 | 20 | 127 |
| Binary | 11100011 | 11011000 | 11100000 | 0 | 101 | 1 | 1011 | 100111100 | 10000 | 1010111 |
Color Harmonies of #E3D8E0
Complementary color
Monochromatic Colors of #E3D8E0
Black with #E3D8E0
Text Example
Text Example
White with #E3D8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8E0; }
p { color: rgb(227,216,224); }
H1.HeaderClassName
{
color: #E3D8E0;
}
.AnyTagClassName
{
color: #E3D8E0;
}
</style>
background-color css
<style>
a { background-color: #E3D8E0; }
a { background-color: rgb(227,216,224); }
div.DivClassName
{
background-color: #E3D8E0;
}
.BgClassName
{
background-color: #E3D8E0;
}
</style>
border-color css
<style>
span { border-color: #E3D8E0; }
span { border-color: rgb(227,216,224); }
td.TdClassName
{
border-color: #E3D8E0;
}
.TagClassName
{
border-color: #E3D8E0;
}
</style>