Shades of Spring Wood #E7E1DB
Tints of Spring Wood #E7E1DB
RGB
CMYK
RGB Variations
Color information
#E7E1DB (or 0xE7E1DB) is known color: Spring Wood. HEX triplet: E7, E1 and DB. RGB value is (231,225,219). Sum of RGB (Red+Green+Blue) = 231+225+219=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1DB is #181E24. Grayscale: #E2E2E2. Windows color (decimal): -1580581 or 14410215. OLE color: 14410215.
HSL color Cylindrical-coordinate representation of color #E7E1DB: hue angle of 30º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7E1DB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 219 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.09 |
| HSL | 30º | 0.2% | 0.88% | - |
| HSV(B) | 30º | 0.05% | 0.91% | - |
| XYZ | 72.67 | 75.95 | 77.85 | - |
| YUV | 226.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 219 | 0 | 0.03 | 0.05 | 0.09 | 30 | 0.2 | 0.88 |
| Hex | E7 | E1 | DB | 0 | 3 | 5 | 9 | 1E | 14 | 58 |
| Octal | 347 | 341 | 333 | 0 | 3 | 5 | 11 | 36 | 24 | 130 |
| Binary | 11100111 | 11100001 | 11011011 | 0 | 11 | 101 | 1001 | 11110 | 10100 | 1011000 |
Color Harmonies of #E7E1DB
Complementary color
Monochromatic Colors of #E7E1DB
Black with #E7E1DB
Text Example
Text Example
White with #E7E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1DB; }
p { color: rgb(231,225,219); }
H1.HeaderClassName
{
color: #E7E1DB;
}
.AnyTagClassName
{
color: #E7E1DB;
}
</style>
background-color css
<style>
a { background-color: #E7E1DB; }
a { background-color: rgb(231,225,219); }
div.DivClassName
{
background-color: #E7E1DB;
}
.BgClassName
{
background-color: #E7E1DB;
}
</style>
border-color css
<style>
span { border-color: #E7E1DB; }
span { border-color: rgb(231,225,219); }
td.TdClassName
{
border-color: #E7E1DB;
}
.TagClassName
{
border-color: #E7E1DB;
}
</style>