Shades of Spring Wood #EBDFD1
Tints of Spring Wood #EBDFD1
RGB
CMYK
RGB Variations
Color information
#EBDFD1 (or 0xEBDFD1) is known color: Spring Wood. HEX triplet: EB, DF and D1. RGB value is (235,223,209). Sum of RGB (Red+Green+Blue) = 235+223+209=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD1 is #14202E. Grayscale: #E1E1E1. Windows color (decimal): -1318959 or 13754347. OLE color: 13754347.
HSL color Cylindrical-coordinate representation of color #EBDFD1: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDFD1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 209 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.08 |
| HSL | 32.31º | 0.39% | 0.87% | - |
| HSV(B) | 32.31º | 0.11% | 0.92% | - |
| XYZ | 72.16 | 75.04 | 71 | - |
| YUV | 224.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 209 | 0 | 0.05 | 0.11 | 0.08 | 32.31 | 0.39 | 0.87 |
| Hex | EB | DF | D1 | 0 | 5 | B | 8 | 20 | 27 | 57 |
| Octal | 353 | 337 | 321 | 0 | 5 | 13 | 10 | 40 | 47 | 127 |
| Binary | 11101011 | 11011111 | 11010001 | 0 | 101 | 1011 | 1000 | 100000 | 100111 | 1010111 |
Color Harmonies of #EBDFD1
Complementary color
Monochromatic Colors of #EBDFD1
Black with #EBDFD1
Text Example
Text Example
White with #EBDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFD1; }
p { color: rgb(235,223,209); }
H1.HeaderClassName
{
color: #EBDFD1;
}
.AnyTagClassName
{
color: #EBDFD1;
}
</style>
background-color css
<style>
a { background-color: #EBDFD1; }
a { background-color: rgb(235,223,209); }
div.DivClassName
{
background-color: #EBDFD1;
}
.BgClassName
{
background-color: #EBDFD1;
}
</style>
border-color css
<style>
span { border-color: #EBDFD1; }
span { border-color: rgb(235,223,209); }
td.TdClassName
{
border-color: #EBDFD1;
}
.TagClassName
{
border-color: #EBDFD1;
}
</style>