Shades of Spring Wood #EDDDD0
Tints of Spring Wood #EDDDD0
RGB
CMYK
RGB Variations
Color information
#EDDDD0 (or 0xEDDDD0) is known color: Spring Wood. HEX triplet: ED, DD and D0. RGB value is (237,221,208). Sum of RGB (Red+Green+Blue) = 237+221+208=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD0 is #12222F. Grayscale: #E0E0E0. Windows color (decimal): -1188400 or 13688301. OLE color: 13688301.
HSL color Cylindrical-coordinate representation of color #EDDDD0: hue angle of 26.9º 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 #EDDDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 208 | - |
CMYK | 0 | 0.07 | 0.12 | 0.07 |
HSL | 26.9º | 0.45% | 0.87% | - |
HSV(B) | 26.9º | 0.12% | 0.93% | - |
XYZ | 72.17 | 74.27 | 70.21 | - |
YUV | 224.3 | 118.8 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 208 | 0 | 0.07 | 0.12 | 0.07 | 26.9 | 0.45 | 0.87 |
Hex | ED | DD | D0 | 0 | 7 | C | 7 | 1B | 2D | 57 |
Octal | 355 | 335 | 320 | 0 | 7 | 14 | 7 | 33 | 55 | 127 |
Binary | 11101101 | 11011101 | 11010000 | 0 | 111 | 1100 | 111 | 11011 | 101101 | 1010111 |
Color Harmonies of #EDDDD0
Complementary color
Monochromatic Colors of #EDDDD0
Black with #EDDDD0
Text Example
Text Example
White with #EDDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD0; }
p { color: rgb(237,221,208); }
H1.HeaderClassName
{
color: #EDDDD0;
}
.AnyTagClassName
{
color: #EDDDD0;
}
</style>
background-color css
<style>
a { background-color: #EDDDD0; }
a { background-color: rgb(237,221,208); }
div.DivClassName
{
background-color: #EDDDD0;
}
.BgClassName
{
background-color: #EDDDD0;
}
</style>
border-color css
<style>
span { border-color: #EDDDD0; }
span { border-color: rgb(237,221,208); }
td.TdClassName
{
border-color: #EDDDD0;
}
.TagClassName
{
border-color: #EDDDD0;
}
</style>