Shades of Spring Wood #EDDFD3
Tints of Spring Wood #EDDFD3
RGB
CMYK
RGB Variations
Color information
#EDDFD3 (or 0xEDDFD3) is known color: Spring Wood. HEX triplet: ED, DF and D3. RGB value is (237,223,211). Sum of RGB (Red+Green+Blue) = 237+223+211=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD3 is #12202C. Grayscale: #E1E1E1. Windows color (decimal): -1187885 or 13885421. OLE color: 13885421.
HSL color Cylindrical-coordinate representation of color #EDDFD3: hue angle of 27.69º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 211 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.07 |
| HSL | 27.69º | 0.42% | 0.88% | - |
| HSV(B) | 27.69º | 0.11% | 0.93% | - |
| XYZ | 73.07 | 75.48 | 72.35 | - |
| YUV | 225.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 211 | 0 | 0.06 | 0.11 | 0.07 | 27.69 | 0.42 | 0.88 |
| Hex | ED | DF | D3 | 0 | 6 | B | 7 | 1C | 2A | 58 |
| Octal | 355 | 337 | 323 | 0 | 6 | 13 | 7 | 34 | 52 | 130 |
| Binary | 11101101 | 11011111 | 11010011 | 0 | 110 | 1011 | 111 | 11100 | 101010 | 1011000 |
Color Harmonies of #EDDFD3
Complementary color
Monochromatic Colors of #EDDFD3
Black with #EDDFD3
Text Example
Text Example
White with #EDDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFD3; }
p { color: rgb(237,223,211); }
H1.HeaderClassName
{
color: #EDDFD3;
}
.AnyTagClassName
{
color: #EDDFD3;
}
</style>
background-color css
<style>
a { background-color: #EDDFD3; }
a { background-color: rgb(237,223,211); }
div.DivClassName
{
background-color: #EDDFD3;
}
.BgClassName
{
background-color: #EDDFD3;
}
</style>
border-color css
<style>
span { border-color: #EDDFD3; }
span { border-color: rgb(237,223,211); }
td.TdClassName
{
border-color: #EDDFD3;
}
.TagClassName
{
border-color: #EDDFD3;
}
</style>