Shades of Spring Wood #EBDED2
Tints of Spring Wood #EBDED2
RGB
CMYK
RGB Variations
Color information
#EBDED2 (or 0xEBDED2) is known color: Spring Wood. HEX triplet: EB, DE and D2. RGB value is (235,222,210). Sum of RGB (Red+Green+Blue) = 235+222+210=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED2 is #14212D. Grayscale: #E0E0E0. Windows color (decimal): -1319214 or 13819627. OLE color: 13819627.
HSL color Cylindrical-coordinate representation of color #EBDED2: hue angle of 28.8º degrees, saturation: 0.38, 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 #EBDED2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 210 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.08 |
| HSL | 28.8º | 0.38% | 0.87% | - |
| HSV(B) | 28.8º | 0.11% | 0.92% | - |
| XYZ | 72.02 | 74.56 | 71.57 | - |
| YUV | 224.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 210 | 0 | 0.06 | 0.11 | 0.08 | 28.8 | 0.38 | 0.87 |
| Hex | EB | DE | D2 | 0 | 6 | B | 8 | 1D | 26 | 57 |
| Octal | 353 | 336 | 322 | 0 | 6 | 13 | 10 | 35 | 46 | 127 |
| Binary | 11101011 | 11011110 | 11010010 | 0 | 110 | 1011 | 1000 | 11101 | 100110 | 1010111 |
Color Harmonies of #EBDED2
Complementary color
Monochromatic Colors of #EBDED2
Black with #EBDED2
Text Example
Text Example
White with #EBDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDED2; }
p { color: rgb(235,222,210); }
H1.HeaderClassName
{
color: #EBDED2;
}
.AnyTagClassName
{
color: #EBDED2;
}
</style>
background-color css
<style>
a { background-color: #EBDED2; }
a { background-color: rgb(235,222,210); }
div.DivClassName
{
background-color: #EBDED2;
}
.BgClassName
{
background-color: #EBDED2;
}
</style>
border-color css
<style>
span { border-color: #EBDED2; }
span { border-color: rgb(235,222,210); }
td.TdClassName
{
border-color: #EBDED2;
}
.TagClassName
{
border-color: #EBDED2;
}
</style>