Shades of Spring Wood #E7DFD8
Tints of Spring Wood #E7DFD8
RGB
CMYK
RGB Variations
Color information
#E7DFD8 (or 0xE7DFD8) is known color: Spring Wood. HEX triplet: E7, DF and D8. RGB value is (231,223,216). Sum of RGB (Red+Green+Blue) = 231+223+216=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFD8 is #182027. Grayscale: #E0E0E0. Windows color (decimal): -1581096 or 14213095. OLE color: 14213095.
HSL color Cylindrical-coordinate representation of color #E7DFD8: hue angle of 28º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DFD8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 216 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.09 |
| HSL | 28º | 0.24% | 0.88% | - |
| HSV(B) | 28º | 0.06% | 0.91% | - |
| XYZ | 71.74 | 74.72 | 75.61 | - |
| YUV | 224.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 216 | 0 | 0.03 | 0.06 | 0.09 | 28 | 0.24 | 0.88 |
| Hex | E7 | DF | D8 | 0 | 3 | 6 | 9 | 1C | 18 | 58 |
| Octal | 347 | 337 | 330 | 0 | 3 | 6 | 11 | 34 | 30 | 130 |
| Binary | 11100111 | 11011111 | 11011000 | 0 | 11 | 110 | 1001 | 11100 | 11000 | 1011000 |
Color Harmonies of #E7DFD8
Complementary color
Monochromatic Colors of #E7DFD8
Black with #E7DFD8
Text Example
Text Example
White with #E7DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFD8; }
p { color: rgb(231,223,216); }
H1.HeaderClassName
{
color: #E7DFD8;
}
.AnyTagClassName
{
color: #E7DFD8;
}
</style>
background-color css
<style>
a { background-color: #E7DFD8; }
a { background-color: rgb(231,223,216); }
div.DivClassName
{
background-color: #E7DFD8;
}
.BgClassName
{
background-color: #E7DFD8;
}
</style>
border-color css
<style>
span { border-color: #E7DFD8; }
span { border-color: rgb(231,223,216); }
td.TdClassName
{
border-color: #E7DFD8;
}
.TagClassName
{
border-color: #E7DFD8;
}
</style>