Shades of Spring Wood #EEDFD2
Tints of Spring Wood #EEDFD2
RGB
CMYK
RGB Variations
Color information
#EEDFD2 (or 0xEEDFD2) is known color: Spring Wood. HEX triplet: EE, DF and D2. RGB value is (238,223,210). Sum of RGB (Red+Green+Blue) = 238+223+210=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD2 is #11202D. Grayscale: #E2E2E2. Windows color (decimal): -1122350 or 13819886. OLE color: 13819886.
HSL color Cylindrical-coordinate representation of color #EEDFD2: hue angle of 27.86º degrees, saturation: 0.45, 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 #EEDFD2 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 210 | - |
CMYK | 0 | 0.06 | 0.12 | 0.07 |
HSL | 27.86º | 0.45% | 0.88% | - |
HSV(B) | 27.86º | 0.12% | 0.93% | - |
XYZ | 73.28 | 75.61 | 71.7 | - |
YUV | 226 | 118.97 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 210 | 0 | 0.06 | 0.12 | 0.07 | 27.86 | 0.45 | 0.88 |
Hex | EE | DF | D2 | 0 | 6 | C | 7 | 1C | 2D | 58 |
Octal | 356 | 337 | 322 | 0 | 6 | 14 | 7 | 34 | 55 | 130 |
Binary | 11101110 | 11011111 | 11010010 | 0 | 110 | 1100 | 111 | 11100 | 101101 | 1011000 |
Color Harmonies of #EEDFD2
Complementary color
Monochromatic Colors of #EEDFD2
Black with #EEDFD2
Text Example
Text Example
White with #EEDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFD2; }
p { color: rgb(238,223,210); }
H1.HeaderClassName
{
color: #EEDFD2;
}
.AnyTagClassName
{
color: #EEDFD2;
}
</style>
background-color css
<style>
a { background-color: #EEDFD2; }
a { background-color: rgb(238,223,210); }
div.DivClassName
{
background-color: #EEDFD2;
}
.BgClassName
{
background-color: #EEDFD2;
}
</style>
border-color css
<style>
span { border-color: #EEDFD2; }
span { border-color: rgb(238,223,210); }
td.TdClassName
{
border-color: #EEDFD2;
}
.TagClassName
{
border-color: #EEDFD2;
}
</style>