Shades of Spring Wood #EDDFD5
Tints of Spring Wood #EDDFD5
RGB
CMYK
RGB Variations
Color information
#EDDFD5 (or 0xEDDFD5) is known color: Spring Wood. HEX triplet: ED, DF and D5. RGB value is (237,223,213). Sum of RGB (Red+Green+Blue) = 237+223+213=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD5 is #12202A. Grayscale: #E2E2E2. Windows color (decimal): -1187883 or 14016493. OLE color: 14016493.
HSL color Cylindrical-coordinate representation of color #EDDFD5: hue angle of 25º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDFD5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 213 | - |
CMYK | 0 | 0.06 | 0.10 | 0.07 |
HSL | 25º | 0.4% | 0.88% | - |
HSV(B) | 25º | 0.1% | 0.93% | - |
XYZ | 73.32 | 75.58 | 73.68 | - |
YUV | 226.05 | 120.64 | 135.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 213 | 0 | 0.06 | 0.10 | 0.07 | 25 | 0.4 | 0.88 |
Hex | ED | DF | D5 | 0 | 6 | A | 7 | 19 | 28 | 58 |
Octal | 355 | 337 | 325 | 0 | 6 | 12 | 7 | 31 | 50 | 130 |
Binary | 11101101 | 11011111 | 11010101 | 0 | 110 | 1010 | 111 | 11001 | 101000 | 1011000 |
Color Harmonies of #EDDFD5
Complementary color
Monochromatic Colors of #EDDFD5
Black with #EDDFD5
Text Example
Text Example
White with #EDDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFD5; }
p { color: rgb(237,223,213); }
H1.HeaderClassName
{
color: #EDDFD5;
}
.AnyTagClassName
{
color: #EDDFD5;
}
</style>
background-color css
<style>
a { background-color: #EDDFD5; }
a { background-color: rgb(237,223,213); }
div.DivClassName
{
background-color: #EDDFD5;
}
.BgClassName
{
background-color: #EDDFD5;
}
</style>
border-color css
<style>
span { border-color: #EDDFD5; }
span { border-color: rgb(237,223,213); }
td.TdClassName
{
border-color: #EDDFD5;
}
.TagClassName
{
border-color: #EDDFD5;
}
</style>