Shades of Spring Wood #EDE2D8
Tints of Spring Wood #EDE2D8
RGB
CMYK
RGB Variations
Color information
#EDE2D8 (or 0xEDE2D8) is known color: Spring Wood. HEX triplet: ED, E2 and D8. RGB value is (237,226,216). Sum of RGB (Red+Green+Blue) = 237+226+216=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D8 is #121D27. Grayscale: #E4E4E4. Windows color (decimal): -1187112 or 14213869. OLE color: 14213869.
HSL color Cylindrical-coordinate representation of color #EDE2D8: hue angle of 28.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE2D8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 216 | - |
CMYK | 0 | 0.05 | 0.09 | 0.07 |
HSL | 28.57º | 0.37% | 0.89% | - |
HSV(B) | 28.57º | 0.09% | 0.93% | - |
XYZ | 74.52 | 77.36 | 75.97 | - |
YUV | 228.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 216 | 0 | 0.05 | 0.09 | 0.07 | 28.57 | 0.37 | 0.89 |
Hex | ED | E2 | D8 | 0 | 5 | 9 | 7 | 1D | 25 | 59 |
Octal | 355 | 342 | 330 | 0 | 5 | 11 | 7 | 35 | 45 | 131 |
Binary | 11101101 | 11100010 | 11011000 | 0 | 101 | 1001 | 111 | 11101 | 100101 | 1011001 |
Color Harmonies of #EDE2D8
Complementary color
Monochromatic Colors of #EDE2D8
Black with #EDE2D8
Text Example
Text Example
White with #EDE2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2D8; }
p { color: rgb(237,226,216); }
H1.HeaderClassName
{
color: #EDE2D8;
}
.AnyTagClassName
{
color: #EDE2D8;
}
</style>
background-color css
<style>
a { background-color: #EDE2D8; }
a { background-color: rgb(237,226,216); }
div.DivClassName
{
background-color: #EDE2D8;
}
.BgClassName
{
background-color: #EDE2D8;
}
</style>
border-color css
<style>
span { border-color: #EDE2D8; }
span { border-color: rgb(237,226,216); }
td.TdClassName
{
border-color: #EDE2D8;
}
.TagClassName
{
border-color: #EDE2D8;
}
</style>