Shades of Spring Wood #EDDDD1
Tints of Spring Wood #EDDDD1
RGB
CMYK
RGB Variations
Color information
#EDDDD1 (or 0xEDDDD1) is known color: Spring Wood. HEX triplet: ED, DD and D1. RGB value is (237,221,209). Sum of RGB (Red+Green+Blue) = 237+221+209=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD1 is #12222E. Grayscale: #E0E0E0. Windows color (decimal): -1188399 or 13753837. OLE color: 13753837.
HSL color Cylindrical-coordinate representation of color #EDDDD1: hue angle of 25.71º degrees, saturation: 0.44, 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 #EDDDD1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 209 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.07 |
| HSL | 25.71º | 0.44% | 0.87% | - |
| HSV(B) | 25.71º | 0.12% | 0.93% | - |
| XYZ | 72.29 | 74.32 | 70.86 | - |
| YUV | 224.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 209 | 0 | 0.07 | 0.12 | 0.07 | 25.71 | 0.44 | 0.87 |
| Hex | ED | DD | D1 | 0 | 7 | C | 7 | 1A | 2C | 57 |
| Octal | 355 | 335 | 321 | 0 | 7 | 14 | 7 | 32 | 54 | 127 |
| Binary | 11101101 | 11011101 | 11010001 | 0 | 111 | 1100 | 111 | 11010 | 101100 | 1010111 |
Color Harmonies of #EDDDD1
Complementary color
Monochromatic Colors of #EDDDD1
Black with #EDDDD1
Text Example
Text Example
White with #EDDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDD1; }
p { color: rgb(237,221,209); }
H1.HeaderClassName
{
color: #EDDDD1;
}
.AnyTagClassName
{
color: #EDDDD1;
}
</style>
background-color css
<style>
a { background-color: #EDDDD1; }
a { background-color: rgb(237,221,209); }
div.DivClassName
{
background-color: #EDDDD1;
}
.BgClassName
{
background-color: #EDDDD1;
}
</style>
border-color css
<style>
span { border-color: #EDDDD1; }
span { border-color: rgb(237,221,209); }
td.TdClassName
{
border-color: #EDDDD1;
}
.TagClassName
{
border-color: #EDDDD1;
}
</style>