Shades of Spring Wood #EEDFD1
Tints of Spring Wood #EEDFD1
RGB
CMYK
RGB Variations
Color information
#EEDFD1 (or 0xEEDFD1) is known color: Spring Wood. HEX triplet: EE, DF and D1. RGB value is (238,223,209). Sum of RGB (Red+Green+Blue) = 238+223+209=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD1 is #11202E. Grayscale: #E1E1E1. Windows color (decimal): -1122351 or 13754350. OLE color: 13754350.
HSL color Cylindrical-coordinate representation of color #EEDFD1: hue angle of 28.97º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEDFD1 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 209 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.07 |
| HSL | 28.97º | 0.46% | 0.88% | - |
| HSV(B) | 28.97º | 0.12% | 0.93% | - |
| XYZ | 73.16 | 75.56 | 71.05 | - |
| YUV | 225.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 209 | 0 | 0.06 | 0.12 | 0.07 | 28.97 | 0.46 | 0.88 |
| Hex | EE | DF | D1 | 0 | 6 | C | 7 | 1D | 2E | 58 |
| Octal | 356 | 337 | 321 | 0 | 6 | 14 | 7 | 35 | 56 | 130 |
| Binary | 11101110 | 11011111 | 11010001 | 0 | 110 | 1100 | 111 | 11101 | 101110 | 1011000 |
Color Harmonies of #EEDFD1
Complementary color
Monochromatic Colors of #EEDFD1
Black with #EEDFD1
Text Example
Text Example
White with #EEDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFD1; }
p { color: rgb(238,223,209); }
H1.HeaderClassName
{
color: #EEDFD1;
}
.AnyTagClassName
{
color: #EEDFD1;
}
</style>
background-color css
<style>
a { background-color: #EEDFD1; }
a { background-color: rgb(238,223,209); }
div.DivClassName
{
background-color: #EEDFD1;
}
.BgClassName
{
background-color: #EEDFD1;
}
</style>
border-color css
<style>
span { border-color: #EEDFD1; }
span { border-color: rgb(238,223,209); }
td.TdClassName
{
border-color: #EEDFD1;
}
.TagClassName
{
border-color: #EEDFD1;
}
</style>