Shades of Spring Wood #E8DFD8
Tints of Spring Wood #E8DFD8
RGB
CMYK
RGB Variations
Color information
#E8DFD8 (or 0xE8DFD8) is known color: Spring Wood. HEX triplet: E8, DF and D8. RGB value is (232,223,216). Sum of RGB (Red+Green+Blue) = 232+223+216=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFD8 is #172027. Grayscale: #E0E0E0. Windows color (decimal): -1515560 or 14213096. OLE color: 14213096.
HSL color Cylindrical-coordinate representation of color #E8DFD8: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8DFD8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 216 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.09 |
| HSL | 26.25º | 0.26% | 0.88% | - |
| HSV(B) | 26.25º | 0.07% | 0.91% | - |
| XYZ | 72.06 | 74.89 | 75.62 | - |
| YUV | 224.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 216 | 0 | 0.04 | 0.07 | 0.09 | 26.25 | 0.26 | 0.88 |
| Hex | E8 | DF | D8 | 0 | 4 | 7 | 9 | 1A | 1A | 58 |
| Octal | 350 | 337 | 330 | 0 | 4 | 7 | 11 | 32 | 32 | 130 |
| Binary | 11101000 | 11011111 | 11011000 | 0 | 100 | 111 | 1001 | 11010 | 11010 | 1011000 |
Color Harmonies of #E8DFD8
Complementary color
Monochromatic Colors of #E8DFD8
Black with #E8DFD8
Text Example
Text Example
White with #E8DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFD8; }
p { color: rgb(232,223,216); }
H1.HeaderClassName
{
color: #E8DFD8;
}
.AnyTagClassName
{
color: #E8DFD8;
}
</style>
background-color css
<style>
a { background-color: #E8DFD8; }
a { background-color: rgb(232,223,216); }
div.DivClassName
{
background-color: #E8DFD8;
}
.BgClassName
{
background-color: #E8DFD8;
}
</style>
border-color css
<style>
span { border-color: #E8DFD8; }
span { border-color: rgb(232,223,216); }
td.TdClassName
{
border-color: #E8DFD8;
}
.TagClassName
{
border-color: #E8DFD8;
}
</style>