Shades of Spring Wood #E7E1DA
Tints of Spring Wood #E7E1DA
RGB
CMYK
RGB Variations
Color information
#E7E1DA (or 0xE7E1DA) is known color: Spring Wood. HEX triplet: E7, E1 and DA. RGB value is (231,225,218). Sum of RGB (Red+Green+Blue) = 231+225+218=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1DA is #181E25. Grayscale: #E2E2E2. Windows color (decimal): -1580582 or 14344679. OLE color: 14344679.
HSL color Cylindrical-coordinate representation of color #E7E1DA: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7E1DA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 218 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.09 |
| HSL | 32.31º | 0.21% | 0.88% | - |
| HSV(B) | 32.31º | 0.06% | 0.91% | - |
| XYZ | 72.54 | 75.9 | 77.16 | - |
| YUV | 226 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 218 | 0 | 0.03 | 0.06 | 0.09 | 32.31 | 0.21 | 0.88 |
| Hex | E7 | E1 | DA | 0 | 3 | 6 | 9 | 20 | 15 | 58 |
| Octal | 347 | 341 | 332 | 0 | 3 | 6 | 11 | 40 | 25 | 130 |
| Binary | 11100111 | 11100001 | 11011010 | 0 | 11 | 110 | 1001 | 100000 | 10101 | 1011000 |
Color Harmonies of #E7E1DA
Complementary color
Monochromatic Colors of #E7E1DA
Black with #E7E1DA
Text Example
Text Example
White with #E7E1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1DA; }
p { color: rgb(231,225,218); }
H1.HeaderClassName
{
color: #E7E1DA;
}
.AnyTagClassName
{
color: #E7E1DA;
}
</style>
background-color css
<style>
a { background-color: #E7E1DA; }
a { background-color: rgb(231,225,218); }
div.DivClassName
{
background-color: #E7E1DA;
}
.BgClassName
{
background-color: #E7E1DA;
}
</style>
border-color css
<style>
span { border-color: #E7E1DA; }
span { border-color: rgb(231,225,218); }
td.TdClassName
{
border-color: #E7E1DA;
}
.TagClassName
{
border-color: #E7E1DA;
}
</style>