Shades of Spring Wood #E7DDD6
Tints of Spring Wood #E7DDD6
RGB
CMYK
RGB Variations
Color information
#E7DDD6 (or 0xE7DDD6) is known color: Spring Wood. HEX triplet: E7, DD and D6. RGB value is (231,221,214). Sum of RGB (Red+Green+Blue) = 231+221+214=666 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.68% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDD6 is #182229. Grayscale: #DFDFDF. Windows color (decimal): -1581610 or 14081511. OLE color: 14081511.
HSL color Cylindrical-coordinate representation of color #E7DDD6: hue angle of 24.71º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DDD6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 214 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.09 |
| HSL | 24.71º | 0.26% | 0.87% | - |
| HSV(B) | 24.71º | 0.07% | 0.91% | - |
| XYZ | 70.95 | 73.56 | 74.08 | - |
| YUV | 223.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 214 | 0 | 0.04 | 0.07 | 0.09 | 24.71 | 0.26 | 0.87 |
| Hex | E7 | DD | D6 | 0 | 4 | 7 | 9 | 19 | 1A | 57 |
| Octal | 347 | 335 | 326 | 0 | 4 | 7 | 11 | 31 | 32 | 127 |
| Binary | 11100111 | 11011101 | 11010110 | 0 | 100 | 111 | 1001 | 11001 | 11010 | 1010111 |
Color Harmonies of #E7DDD6
Complementary color
Monochromatic Colors of #E7DDD6
Black with #E7DDD6
Text Example
Text Example
White with #E7DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDD6; }
p { color: rgb(231,221,214); }
H1.HeaderClassName
{
color: #E7DDD6;
}
.AnyTagClassName
{
color: #E7DDD6;
}
</style>
background-color css
<style>
a { background-color: #E7DDD6; }
a { background-color: rgb(231,221,214); }
div.DivClassName
{
background-color: #E7DDD6;
}
.BgClassName
{
background-color: #E7DDD6;
}
</style>
border-color css
<style>
span { border-color: #E7DDD6; }
span { border-color: rgb(231,221,214); }
td.TdClassName
{
border-color: #E7DDD6;
}
.TagClassName
{
border-color: #E7DDD6;
}
</style>