Shades of Spring Wood #E7DDD1
Tints of Spring Wood #E7DDD1
RGB
CMYK
RGB Variations
Color information
#E7DDD1 (or 0xE7DDD1) is known color: Spring Wood. HEX triplet: E7, DD and D1. RGB value is (231,221,209). Sum of RGB (Red+Green+Blue) = 231+221+209=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDD1 is #18222E. Grayscale: #DEDEDE. Windows color (decimal): -1581615 or 13753831. OLE color: 13753831.
HSL color Cylindrical-coordinate representation of color #E7DDD1: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DDD1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 209 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.09 |
| HSL | 32.73º | 0.31% | 0.86% | - |
| HSV(B) | 32.73º | 0.1% | 0.91% | - |
| XYZ | 70.32 | 73.31 | 70.76 | - |
| YUV | 222.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 209 | 0 | 0.04 | 0.10 | 0.09 | 32.73 | 0.31 | 0.86 |
| Hex | E7 | DD | D1 | 0 | 4 | A | 9 | 21 | 1F | 56 |
| Octal | 347 | 335 | 321 | 0 | 4 | 12 | 11 | 41 | 37 | 126 |
| Binary | 11100111 | 11011101 | 11010001 | 0 | 100 | 1010 | 1001 | 100001 | 11111 | 1010110 |
Color Harmonies of #E7DDD1
Complementary color
Monochromatic Colors of #E7DDD1
Black with #E7DDD1
Text Example
Text Example
White with #E7DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDD1; }
p { color: rgb(231,221,209); }
H1.HeaderClassName
{
color: #E7DDD1;
}
.AnyTagClassName
{
color: #E7DDD1;
}
</style>
background-color css
<style>
a { background-color: #E7DDD1; }
a { background-color: rgb(231,221,209); }
div.DivClassName
{
background-color: #E7DDD1;
}
.BgClassName
{
background-color: #E7DDD1;
}
</style>
border-color css
<style>
span { border-color: #E7DDD1; }
span { border-color: rgb(231,221,209); }
td.TdClassName
{
border-color: #E7DDD1;
}
.TagClassName
{
border-color: #E7DDD1;
}
</style>