Shades of Spring Wood #EADED3
Tints of Spring Wood #EADED3
RGB
CMYK
RGB Variations
Color information
#EADED3 (or 0xEADED3) is known color: Spring Wood. HEX triplet: EA, DE and D3. RGB value is (234,222,211). Sum of RGB (Red+Green+Blue) = 234+222+211=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED3 is #15212C. Grayscale: #E0E0E0. Windows color (decimal): -1384749 or 13885162. OLE color: 13885162.
HSL color Cylindrical-coordinate representation of color #EADED3: hue angle of 28.7º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADED3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 222 | 211 | - |
CMYK | 0 | 0.05 | 0.10 | 0.08 |
HSL | 28.7º | 0.35% | 0.87% | - |
HSV(B) | 28.7º | 0.1% | 0.92% | - |
XYZ | 71.81 | 74.44 | 72.21 | - |
YUV | 224.33 | 120.48 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 211 | 0 | 0.05 | 0.10 | 0.08 | 28.7 | 0.35 | 0.87 |
Hex | EA | DE | D3 | 0 | 5 | A | 8 | 1D | 23 | 57 |
Octal | 352 | 336 | 323 | 0 | 5 | 12 | 10 | 35 | 43 | 127 |
Binary | 11101010 | 11011110 | 11010011 | 0 | 101 | 1010 | 1000 | 11101 | 100011 | 1010111 |
Color Harmonies of #EADED3
Complementary color
Monochromatic Colors of #EADED3
Black with #EADED3
Text Example
Text Example
White with #EADED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADED3; }
p { color: rgb(234,222,211); }
H1.HeaderClassName
{
color: #EADED3;
}
.AnyTagClassName
{
color: #EADED3;
}
</style>
background-color css
<style>
a { background-color: #EADED3; }
a { background-color: rgb(234,222,211); }
div.DivClassName
{
background-color: #EADED3;
}
.BgClassName
{
background-color: #EADED3;
}
</style>
border-color css
<style>
span { border-color: #EADED3; }
span { border-color: rgb(234,222,211); }
td.TdClassName
{
border-color: #EADED3;
}
.TagClassName
{
border-color: #EADED3;
}
</style>