Shades of Spring Wood #EADDD4
Tints of Spring Wood #EADDD4
RGB
CMYK
RGB Variations
Color information
#EADDD4 (or 0xEADDD4) is known color: Spring Wood. HEX triplet: EA, DD and D4. RGB value is (234,221,212). Sum of RGB (Red+Green+Blue) = 234+221+212=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD4 is #15222B. Grayscale: #DFDFDF. Windows color (decimal): -1385004 or 13950442. OLE color: 13950442.
HSL color Cylindrical-coordinate representation of color #EADDD4: hue angle of 24.55º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADDD4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 212 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.08 |
| HSL | 24.55º | 0.34% | 0.87% | - |
| HSV(B) | 24.55º | 0.09% | 0.92% | - |
| XYZ | 71.67 | 73.96 | 72.79 | - |
| YUV | 223.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 212 | 0 | 0.06 | 0.09 | 0.08 | 24.55 | 0.34 | 0.87 |
| Hex | EA | DD | D4 | 0 | 6 | 9 | 8 | 19 | 22 | 57 |
| Octal | 352 | 335 | 324 | 0 | 6 | 11 | 10 | 31 | 42 | 127 |
| Binary | 11101010 | 11011101 | 11010100 | 0 | 110 | 1001 | 1000 | 11001 | 100010 | 1010111 |
Color Harmonies of #EADDD4
Complementary color
Monochromatic Colors of #EADDD4
Black with #EADDD4
Text Example
Text Example
White with #EADDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDD4; }
p { color: rgb(234,221,212); }
H1.HeaderClassName
{
color: #EADDD4;
}
.AnyTagClassName
{
color: #EADDD4;
}
</style>
background-color css
<style>
a { background-color: #EADDD4; }
a { background-color: rgb(234,221,212); }
div.DivClassName
{
background-color: #EADDD4;
}
.BgClassName
{
background-color: #EADDD4;
}
</style>
border-color css
<style>
span { border-color: #EADDD4; }
span { border-color: rgb(234,221,212); }
td.TdClassName
{
border-color: #EADDD4;
}
.TagClassName
{
border-color: #EADDD4;
}
</style>