Shades of Spring Wood #EDDDCF
Tints of Spring Wood #EDDDCF
RGB
CMYK
RGB Variations
Color information
#EDDDCF (or 0xEDDDCF) is known color: Spring Wood. HEX triplet: ED, DD and CF. RGB value is (237,221,207). Sum of RGB (Red+Green+Blue) = 237+221+207=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDCF is #122230. Grayscale: #E0E0E0. Windows color (decimal): -1188401 or 13622765. OLE color: 13622765.
HSL color Cylindrical-coordinate representation of color #EDDDCF: hue angle of 28º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDDCF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 207 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.07 |
| HSL | 28º | 0.45% | 0.87% | - |
| HSV(B) | 28º | 0.13% | 0.93% | - |
| XYZ | 72.04 | 74.22 | 69.56 | - |
| YUV | 224.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 207 | 0 | 0.07 | 0.13 | 0.07 | 28 | 0.45 | 0.87 |
| Hex | ED | DD | CF | 0 | 7 | D | 7 | 1C | 2D | 57 |
| Octal | 355 | 335 | 317 | 0 | 7 | 15 | 7 | 34 | 55 | 127 |
| Binary | 11101101 | 11011101 | 11001111 | 0 | 111 | 1101 | 111 | 11100 | 101101 | 1010111 |
Color Harmonies of #EDDDCF
Complementary color
Monochromatic Colors of #EDDDCF
Black with #EDDDCF
Text Example
Text Example
White with #EDDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDCF; }
p { color: rgb(237,221,207); }
H1.HeaderClassName
{
color: #EDDDCF;
}
.AnyTagClassName
{
color: #EDDDCF;
}
</style>
background-color css
<style>
a { background-color: #EDDDCF; }
a { background-color: rgb(237,221,207); }
div.DivClassName
{
background-color: #EDDDCF;
}
.BgClassName
{
background-color: #EDDDCF;
}
</style>
border-color css
<style>
span { border-color: #EDDDCF; }
span { border-color: rgb(237,221,207); }
td.TdClassName
{
border-color: #EDDDCF;
}
.TagClassName
{
border-color: #EDDDCF;
}
</style>