Shades of Spring Wood #EBDFD6
Tints of Spring Wood #EBDFD6
RGB
CMYK
RGB Variations
Color information
#EBDFD6 (or 0xEBDFD6) is known color: Spring Wood. HEX triplet: EB, DF and D6. RGB value is (235,223,214). Sum of RGB (Red+Green+Blue) = 235+223+214=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD6 is #142029. Grayscale: #E1E1E1. Windows color (decimal): -1318954 or 14082027. OLE color: 14082027.
HSL color Cylindrical-coordinate representation of color #EBDFD6: hue angle of 25.71º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 214 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.08 |
| HSL | 25.71º | 0.34% | 0.88% | - |
| HSV(B) | 25.71º | 0.09% | 0.92% | - |
| XYZ | 72.79 | 75.29 | 74.32 | - |
| YUV | 225.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 214 | 0 | 0.05 | 0.09 | 0.08 | 25.71 | 0.34 | 0.88 |
| Hex | EB | DF | D6 | 0 | 5 | 9 | 8 | 1A | 22 | 58 |
| Octal | 353 | 337 | 326 | 0 | 5 | 11 | 10 | 32 | 42 | 130 |
| Binary | 11101011 | 11011111 | 11010110 | 0 | 101 | 1001 | 1000 | 11010 | 100010 | 1011000 |
Color Harmonies of #EBDFD6
Complementary color
Monochromatic Colors of #EBDFD6
Black with #EBDFD6
Text Example
Text Example
White with #EBDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFD6; }
p { color: rgb(235,223,214); }
H1.HeaderClassName
{
color: #EBDFD6;
}
.AnyTagClassName
{
color: #EBDFD6;
}
</style>
background-color css
<style>
a { background-color: #EBDFD6; }
a { background-color: rgb(235,223,214); }
div.DivClassName
{
background-color: #EBDFD6;
}
.BgClassName
{
background-color: #EBDFD6;
}
</style>
border-color css
<style>
span { border-color: #EBDFD6; }
span { border-color: rgb(235,223,214); }
td.TdClassName
{
border-color: #EBDFD6;
}
.TagClassName
{
border-color: #EBDFD6;
}
</style>