Shades of Spring Wood #EADFD6
Tints of Spring Wood #EADFD6
RGB
CMYK
RGB Variations
Color information
#EADFD6 (or 0xEADFD6) is known color: Spring Wood. HEX triplet: EA, DF and D6. RGB value is (234,223,214). Sum of RGB (Red+Green+Blue) = 234+223+214=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD6 is #152029. Grayscale: #E1E1E1. Windows color (decimal): -1384490 or 14082026. OLE color: 14082026.
HSL color Cylindrical-coordinate representation of color #EADFD6: hue angle of 27º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 214 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.08 |
| HSL | 27º | 0.32% | 0.88% | - |
| HSV(B) | 27º | 0.09% | 0.92% | - |
| XYZ | 72.46 | 75.12 | 74.3 | - |
| YUV | 225.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 214 | 0 | 0.05 | 0.09 | 0.08 | 27 | 0.32 | 0.88 |
| Hex | EA | DF | D6 | 0 | 5 | 9 | 8 | 1B | 20 | 58 |
| Octal | 352 | 337 | 326 | 0 | 5 | 11 | 10 | 33 | 40 | 130 |
| Binary | 11101010 | 11011111 | 11010110 | 0 | 101 | 1001 | 1000 | 11011 | 100000 | 1011000 |
Color Harmonies of #EADFD6
Complementary color
Monochromatic Colors of #EADFD6
Black with #EADFD6
Text Example
Text Example
White with #EADFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFD6; }
p { color: rgb(234,223,214); }
H1.HeaderClassName
{
color: #EADFD6;
}
.AnyTagClassName
{
color: #EADFD6;
}
</style>
background-color css
<style>
a { background-color: #EADFD6; }
a { background-color: rgb(234,223,214); }
div.DivClassName
{
background-color: #EADFD6;
}
.BgClassName
{
background-color: #EADFD6;
}
</style>
border-color css
<style>
span { border-color: #EADFD6; }
span { border-color: rgb(234,223,214); }
td.TdClassName
{
border-color: #EADFD6;
}
.TagClassName
{
border-color: #EADFD6;
}
</style>