Shades of Spring Wood #E5E1DD
Tints of Spring Wood #E5E1DD
RGB
CMYK
RGB Variations
Color information
#E5E1DD (or 0xE5E1DD) is known color: Spring Wood. HEX triplet: E5, E1 and DD. RGB value is (229,225,221). Sum of RGB (Red+Green+Blue) = 229+225+221=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DD is #1A1E22. Grayscale: #E1E1E1. Windows color (decimal): -1711651 or 14541285. OLE color: 14541285.
HSL color Cylindrical-coordinate representation of color #E5E1DD: hue angle of 30º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5E1DD is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 225 | 221 | - |
CMYK | 0 | 0.02 | 0.03 | 0.10 |
HSL | 30º | 0.13% | 0.88% | - |
HSV(B) | 30º | 0.03% | 0.9% | - |
XYZ | 72.29 | 75.73 | 79.21 | - |
YUV | 225.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 225 | 221 | 0 | 0.02 | 0.03 | 0.10 | 30 | 0.13 | 0.88 |
Hex | E5 | E1 | DD | 0 | 2 | 3 | A | 1E | D | 58 |
Octal | 345 | 341 | 335 | 0 | 2 | 3 | 12 | 36 | 15 | 130 |
Binary | 11100101 | 11100001 | 11011101 | 0 | 10 | 11 | 1010 | 11110 | 1101 | 1011000 |
Color Harmonies of #E5E1DD
Complementary color
Monochromatic Colors of #E5E1DD
Black with #E5E1DD
Text Example
Text Example
White with #E5E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1DD; }
p { color: rgb(229,225,221); }
H1.HeaderClassName
{
color: #E5E1DD;
}
.AnyTagClassName
{
color: #E5E1DD;
}
</style>
background-color css
<style>
a { background-color: #E5E1DD; }
a { background-color: rgb(229,225,221); }
div.DivClassName
{
background-color: #E5E1DD;
}
.BgClassName
{
background-color: #E5E1DD;
}
</style>
border-color css
<style>
span { border-color: #E5E1DD; }
span { border-color: rgb(229,225,221); }
td.TdClassName
{
border-color: #E5E1DD;
}
.TagClassName
{
border-color: #E5E1DD;
}
</style>