Shades of Spring Wood #EEE3D7
Tints of Spring Wood #EEE3D7
RGB
CMYK
RGB Variations
Color information
#EEE3D7 (or 0xEEE3D7) is known color: Spring Wood. HEX triplet: EE, E3 and D7. RGB value is (238,227,215). Sum of RGB (Red+Green+Blue) = 238+227+215=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3D7 is #111C28. Grayscale: #E4E4E4. Windows color (decimal): -1121321 or 14148590. OLE color: 14148590.
HSL color Cylindrical-coordinate representation of color #EEE3D7: hue angle of 31.3º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE3D7 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 215 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.07 |
| HSL | 31.3º | 0.4% | 0.89% | - |
| HSV(B) | 31.3º | 0.1% | 0.93% | - |
| XYZ | 74.99 | 78.02 | 75.4 | - |
| YUV | 228.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 215 | 0 | 0.05 | 0.10 | 0.07 | 31.3 | 0.4 | 0.89 |
| Hex | EE | E3 | D7 | 0 | 5 | A | 7 | 1F | 28 | 59 |
| Octal | 356 | 343 | 327 | 0 | 5 | 12 | 7 | 37 | 50 | 131 |
| Binary | 11101110 | 11100011 | 11010111 | 0 | 101 | 1010 | 111 | 11111 | 101000 | 1011001 |
Color Harmonies of #EEE3D7
Complementary color
Monochromatic Colors of #EEE3D7
Black with #EEE3D7
Text Example
Text Example
White with #EEE3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3D7; }
p { color: rgb(238,227,215); }
H1.HeaderClassName
{
color: #EEE3D7;
}
.AnyTagClassName
{
color: #EEE3D7;
}
</style>
background-color css
<style>
a { background-color: #EEE3D7; }
a { background-color: rgb(238,227,215); }
div.DivClassName
{
background-color: #EEE3D7;
}
.BgClassName
{
background-color: #EEE3D7;
}
</style>
border-color css
<style>
span { border-color: #EEE3D7; }
span { border-color: rgb(238,227,215); }
td.TdClassName
{
border-color: #EEE3D7;
}
.TagClassName
{
border-color: #EEE3D7;
}
</style>