Shades of Travertine #E1DBC7
Tints of Travertine #E1DBC7
RGB
CMYK
RGB Variations
Color information
#E1DBC7 (or 0xE1DBC7) is known color: Travertine. HEX triplet: E1, DB and C7. RGB value is (225,219,199). Sum of RGB (Red+Green+Blue) = 225+219+199=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBC7 is #1E2438. Grayscale: #DADADA. Windows color (decimal): -1975353 or 13097953. OLE color: 13097953.
HSL color Cylindrical-coordinate representation of color #E1DBC7: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DBC7 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 199 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.12 |
| HSL | 46.15º | 0.3% | 0.83% | - |
| HSV(B) | 46.15º | 0.12% | 0.88% | - |
| XYZ | 66.69 | 70.79 | 64.18 | - |
| YUV | 218.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 199 | 0 | 0.03 | 0.12 | 0.12 | 46.15 | 0.3 | 0.83 |
| Hex | E1 | DB | C7 | 0 | 3 | C | C | 2E | 1E | 53 |
| Octal | 341 | 333 | 307 | 0 | 3 | 14 | 14 | 56 | 36 | 123 |
| Binary | 11100001 | 11011011 | 11000111 | 0 | 11 | 1100 | 1100 | 101110 | 11110 | 1010011 |
Color Harmonies of #E1DBC7
Complementary color
Monochromatic Colors of #E1DBC7
Black with #E1DBC7
Text Example
Text Example
White with #E1DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBC7; }
p { color: rgb(225,219,199); }
H1.HeaderClassName
{
color: #E1DBC7;
}
.AnyTagClassName
{
color: #E1DBC7;
}
</style>
background-color css
<style>
a { background-color: #E1DBC7; }
a { background-color: rgb(225,219,199); }
div.DivClassName
{
background-color: #E1DBC7;
}
.BgClassName
{
background-color: #E1DBC7;
}
</style>
border-color css
<style>
span { border-color: #E1DBC7; }
span { border-color: rgb(225,219,199); }
td.TdClassName
{
border-color: #E1DBC7;
}
.TagClassName
{
border-color: #E1DBC7;
}
</style>