Shades of Spring Wood #E6E1DE
Tints of Spring Wood #E6E1DE
RGB
CMYK
RGB Variations
Color information
#E6E1DE (or 0xE6E1DE) is known color: Spring Wood. HEX triplet: E6, E1 and DE. RGB value is (230,225,222). Sum of RGB (Red+Green+Blue) = 230+225+222=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1DE is #191E21. Grayscale: #E2E2E2. Windows color (decimal): -1646114 or 14606822. OLE color: 14606822.
HSL color Cylindrical-coordinate representation of color #E6E1DE: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E1DE is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 222 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.10 |
| HSL | 22.5º | 0.14% | 0.89% | - |
| HSV(B) | 22.5º | 0.03% | 0.9% | - |
| XYZ | 72.74 | 75.95 | 79.93 | - |
| YUV | 226.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 222 | 0 | 0.02 | 0.03 | 0.10 | 22.5 | 0.14 | 0.89 |
| Hex | E6 | E1 | DE | 0 | 2 | 3 | A | 16 | E | 59 |
| Octal | 346 | 341 | 336 | 0 | 2 | 3 | 12 | 26 | 16 | 131 |
| Binary | 11100110 | 11100001 | 11011110 | 0 | 10 | 11 | 1010 | 10110 | 1110 | 1011001 |
Color Harmonies of #E6E1DE
Complementary color
Monochromatic Colors of #E6E1DE
Black with #E6E1DE
Text Example
Text Example
White with #E6E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1DE; }
p { color: rgb(230,225,222); }
H1.HeaderClassName
{
color: #E6E1DE;
}
.AnyTagClassName
{
color: #E6E1DE;
}
</style>
background-color css
<style>
a { background-color: #E6E1DE; }
a { background-color: rgb(230,225,222); }
div.DivClassName
{
background-color: #E6E1DE;
}
.BgClassName
{
background-color: #E6E1DE;
}
</style>
border-color css
<style>
span { border-color: #E6E1DE; }
span { border-color: rgb(230,225,222); }
td.TdClassName
{
border-color: #E6E1DE;
}
.TagClassName
{
border-color: #E6E1DE;
}
</style>