Shades of Spring Wood #EBDFD4
Tints of Spring Wood #EBDFD4
RGB
CMYK
RGB Variations
Color information
#EBDFD4 (or 0xEBDFD4) is known color: Spring Wood. HEX triplet: EB, DF and D4. RGB value is (235,223,212). Sum of RGB (Red+Green+Blue) = 235+223+212=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD4 is #14202B. Grayscale: #E1E1E1. Windows color (decimal): -1318956 or 13950955. OLE color: 13950955.
HSL color Cylindrical-coordinate representation of color #EBDFD4: hue angle of 28.7º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBDFD4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 212 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.08 |
| HSL | 28.7º | 0.37% | 0.88% | - |
| HSV(B) | 28.7º | 0.1% | 0.92% | - |
| XYZ | 72.53 | 75.19 | 72.98 | - |
| YUV | 225.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 212 | 0 | 0.05 | 0.10 | 0.08 | 28.7 | 0.37 | 0.88 |
| Hex | EB | DF | D4 | 0 | 5 | A | 8 | 1D | 25 | 58 |
| Octal | 353 | 337 | 324 | 0 | 5 | 12 | 10 | 35 | 45 | 130 |
| Binary | 11101011 | 11011111 | 11010100 | 0 | 101 | 1010 | 1000 | 11101 | 100101 | 1011000 |
Color Harmonies of #EBDFD4
Complementary color
Monochromatic Colors of #EBDFD4
Black with #EBDFD4
Text Example
Text Example
White with #EBDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFD4; }
p { color: rgb(235,223,212); }
H1.HeaderClassName
{
color: #EBDFD4;
}
.AnyTagClassName
{
color: #EBDFD4;
}
</style>
background-color css
<style>
a { background-color: #EBDFD4; }
a { background-color: rgb(235,223,212); }
div.DivClassName
{
background-color: #EBDFD4;
}
.BgClassName
{
background-color: #EBDFD4;
}
</style>
border-color css
<style>
span { border-color: #EBDFD4; }
span { border-color: rgb(235,223,212); }
td.TdClassName
{
border-color: #EBDFD4;
}
.TagClassName
{
border-color: #EBDFD4;
}
</style>