Shades of Travertine #E1DBC5
Tints of Travertine #E1DBC5
RGB
CMYK
RGB Variations
Color information
#E1DBC5 (or 0xE1DBC5) is known color: Travertine. HEX triplet: E1, DB and C5. RGB value is (225,219,197). Sum of RGB (Red+Green+Blue) = 225+219+197=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBC5 is #1E243A. Grayscale: #DADADA. Windows color (decimal): -1975355 or 12966881. OLE color: 12966881.
HSL color Cylindrical-coordinate representation of color #E1DBC5: hue angle of 47.14º degrees, saturation: 0.32, 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 #E1DBC5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 197 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.12 |
| HSL | 47.14º | 0.32% | 0.83% | - |
| HSV(B) | 47.14º | 0.12% | 0.88% | - |
| XYZ | 66.46 | 70.7 | 62.97 | - |
| YUV | 218.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 197 | 0 | 0.03 | 0.12 | 0.12 | 47.14 | 0.32 | 0.83 |
| Hex | E1 | DB | C5 | 0 | 3 | C | C | 2F | 20 | 53 |
| Octal | 341 | 333 | 305 | 0 | 3 | 14 | 14 | 57 | 40 | 123 |
| Binary | 11100001 | 11011011 | 11000101 | 0 | 11 | 1100 | 1100 | 101111 | 100000 | 1010011 |
Color Harmonies of #E1DBC5
Complementary color
Monochromatic Colors of #E1DBC5
Black with #E1DBC5
Text Example
Text Example
White with #E1DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBC5; }
p { color: rgb(225,219,197); }
H1.HeaderClassName
{
color: #E1DBC5;
}
.AnyTagClassName
{
color: #E1DBC5;
}
</style>
background-color css
<style>
a { background-color: #E1DBC5; }
a { background-color: rgb(225,219,197); }
div.DivClassName
{
background-color: #E1DBC5;
}
.BgClassName
{
background-color: #E1DBC5;
}
</style>
border-color css
<style>
span { border-color: #E1DBC5; }
span { border-color: rgb(225,219,197); }
td.TdClassName
{
border-color: #E1DBC5;
}
.TagClassName
{
border-color: #E1DBC5;
}
</style>