Shades of Spring Wood #EDDFD4
Tints of Spring Wood #EDDFD4
RGB
CMYK
RGB Variations
Color information
#EDDFD4 (or 0xEDDFD4) is known color: Spring Wood. HEX triplet: ED, DF and D4. RGB value is (237,223,212). Sum of RGB (Red+Green+Blue) = 237+223+212=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD4 is #12202B. Grayscale: #E1E1E1. Windows color (decimal): -1187884 or 13950957. OLE color: 13950957.
HSL color Cylindrical-coordinate representation of color #EDDFD4: hue angle of 26.4º degrees, saturation: 0.41, 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 #EDDFD4 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 212 | - |
CMYK | 0 | 0.06 | 0.11 | 0.07 |
HSL | 26.4º | 0.41% | 0.88% | - |
HSV(B) | 26.4º | 0.11% | 0.93% | - |
XYZ | 73.2 | 75.53 | 73.01 | - |
YUV | 225.93 | 120.14 | 135.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 212 | 0 | 0.06 | 0.11 | 0.07 | 26.4 | 0.41 | 0.88 |
Hex | ED | DF | D4 | 0 | 6 | B | 7 | 1A | 29 | 58 |
Octal | 355 | 337 | 324 | 0 | 6 | 13 | 7 | 32 | 51 | 130 |
Binary | 11101101 | 11011111 | 11010100 | 0 | 110 | 1011 | 111 | 11010 | 101001 | 1011000 |
Color Harmonies of #EDDFD4
Complementary color
Monochromatic Colors of #EDDFD4
Black with #EDDFD4
Text Example
Text Example
White with #EDDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFD4; }
p { color: rgb(237,223,212); }
H1.HeaderClassName
{
color: #EDDFD4;
}
.AnyTagClassName
{
color: #EDDFD4;
}
</style>
background-color css
<style>
a { background-color: #EDDFD4; }
a { background-color: rgb(237,223,212); }
div.DivClassName
{
background-color: #EDDFD4;
}
.BgClassName
{
background-color: #EDDFD4;
}
</style>
border-color css
<style>
span { border-color: #EDDFD4; }
span { border-color: rgb(237,223,212); }
td.TdClassName
{
border-color: #EDDFD4;
}
.TagClassName
{
border-color: #EDDFD4;
}
</style>