Shades of Spring Wood #EEDFD3
Tints of Spring Wood #EEDFD3
RGB
CMYK
RGB Variations
Color information
#EEDFD3 (or 0xEEDFD3) is known color: Spring Wood. HEX triplet: EE, DF and D3. RGB value is (238,223,211). Sum of RGB (Red+Green+Blue) = 238+223+211=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD3 is #11202C. Grayscale: #E2E2E2. Windows color (decimal): -1122349 or 13885422. OLE color: 13885422.
HSL color Cylindrical-coordinate representation of color #EEDFD3: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 211 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.07 |
| HSL | 26.67º | 0.44% | 0.88% | - |
| HSV(B) | 26.67º | 0.11% | 0.93% | - |
| XYZ | 73.41 | 75.66 | 72.36 | - |
| YUV | 226.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 211 | 0 | 0.06 | 0.11 | 0.07 | 26.67 | 0.44 | 0.88 |
| Hex | EE | DF | D3 | 0 | 6 | B | 7 | 1B | 2C | 58 |
| Octal | 356 | 337 | 323 | 0 | 6 | 13 | 7 | 33 | 54 | 130 |
| Binary | 11101110 | 11011111 | 11010011 | 0 | 110 | 1011 | 111 | 11011 | 101100 | 1011000 |
Color Harmonies of #EEDFD3
Complementary color
Monochromatic Colors of #EEDFD3
Black with #EEDFD3
Text Example
Text Example
White with #EEDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFD3; }
p { color: rgb(238,223,211); }
H1.HeaderClassName
{
color: #EEDFD3;
}
.AnyTagClassName
{
color: #EEDFD3;
}
</style>
background-color css
<style>
a { background-color: #EEDFD3; }
a { background-color: rgb(238,223,211); }
div.DivClassName
{
background-color: #EEDFD3;
}
.BgClassName
{
background-color: #EEDFD3;
}
</style>
border-color css
<style>
span { border-color: #EEDFD3; }
span { border-color: rgb(238,223,211); }
td.TdClassName
{
border-color: #EEDFD3;
}
.TagClassName
{
border-color: #EEDFD3;
}
</style>