Shades of Spring Wood #E7DBD0
Tints of Spring Wood #E7DBD0
RGB
CMYK
RGB Variations
Color information
#E7DBD0 (or 0xE7DBD0) is known color: Spring Wood. HEX triplet: E7, DB and D0. RGB value is (231,219,208). Sum of RGB (Red+Green+Blue) = 231+219+208=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBD0 is #18242F. Grayscale: #DDDDDD. Windows color (decimal): -1582128 or 13687783. OLE color: 13687783.
HSL color Cylindrical-coordinate representation of color #E7DBD0: hue angle of 28.7º degrees, saturation: 0.32, 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 #E7DBD0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 208 | - |
CMYK | 0 | 0.05 | 0.10 | 0.09 |
HSL | 28.7º | 0.32% | 0.86% | - |
HSV(B) | 28.7º | 0.1% | 0.91% | - |
XYZ | 69.67 | 72.21 | 69.94 | - |
YUV | 221.33 | 120.48 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 208 | 0 | 0.05 | 0.10 | 0.09 | 28.7 | 0.32 | 0.86 |
Hex | E7 | DB | D0 | 0 | 5 | A | 9 | 1D | 20 | 56 |
Octal | 347 | 333 | 320 | 0 | 5 | 12 | 11 | 35 | 40 | 126 |
Binary | 11100111 | 11011011 | 11010000 | 0 | 101 | 1010 | 1001 | 11101 | 100000 | 1010110 |
Color Harmonies of #E7DBD0
Complementary color
Monochromatic Colors of #E7DBD0
Black with #E7DBD0
Text Example
Text Example
White with #E7DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBD0; }
p { color: rgb(231,219,208); }
H1.HeaderClassName
{
color: #E7DBD0;
}
.AnyTagClassName
{
color: #E7DBD0;
}
</style>
background-color css
<style>
a { background-color: #E7DBD0; }
a { background-color: rgb(231,219,208); }
div.DivClassName
{
background-color: #E7DBD0;
}
.BgClassName
{
background-color: #E7DBD0;
}
</style>
border-color css
<style>
span { border-color: #E7DBD0; }
span { border-color: rgb(231,219,208); }
td.TdClassName
{
border-color: #E7DBD0;
}
.TagClassName
{
border-color: #E7DBD0;
}
</style>