Shades of Spring Wood #EDDED0
Tints of Spring Wood #EDDED0
RGB
CMYK
RGB Variations
Color information
#EDDED0 (or 0xEDDED0) is known color: Spring Wood. HEX triplet: ED, DE and D0. RGB value is (237,222,208). Sum of RGB (Red+Green+Blue) = 237+222+208=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED0 is #12212F. Grayscale: #E0E0E0. Windows color (decimal): -1188144 or 13688557. OLE color: 13688557.
HSL color Cylindrical-coordinate representation of color #EDDED0: hue angle of 28.97º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDED0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 208 | - |
CMYK | 0 | 0.06 | 0.12 | 0.07 |
HSL | 28.97º | 0.45% | 0.87% | - |
HSV(B) | 28.97º | 0.12% | 0.93% | - |
XYZ | 72.43 | 74.8 | 70.3 | - |
YUV | 224.89 | 118.47 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 208 | 0 | 0.06 | 0.12 | 0.07 | 28.97 | 0.45 | 0.87 |
Hex | ED | DE | D0 | 0 | 6 | C | 7 | 1D | 2D | 57 |
Octal | 355 | 336 | 320 | 0 | 6 | 14 | 7 | 35 | 55 | 127 |
Binary | 11101101 | 11011110 | 11010000 | 0 | 110 | 1100 | 111 | 11101 | 101101 | 1010111 |
Color Harmonies of #EDDED0
Complementary color
Monochromatic Colors of #EDDED0
Black with #EDDED0
Text Example
Text Example
White with #EDDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDED0; }
p { color: rgb(237,222,208); }
H1.HeaderClassName
{
color: #EDDED0;
}
.AnyTagClassName
{
color: #EDDED0;
}
</style>
background-color css
<style>
a { background-color: #EDDED0; }
a { background-color: rgb(237,222,208); }
div.DivClassName
{
background-color: #EDDED0;
}
.BgClassName
{
background-color: #EDDED0;
}
</style>
border-color css
<style>
span { border-color: #EDDED0; }
span { border-color: rgb(237,222,208); }
td.TdClassName
{
border-color: #EDDED0;
}
.TagClassName
{
border-color: #EDDED0;
}
</style>