Shades of Travertine #E1DAC5
Tints of Travertine #E1DAC5
RGB
CMYK
RGB Variations
Color information
#E1DAC5 (or 0xE1DAC5) is known color: Travertine. HEX triplet: E1, DA and C5. RGB value is (225,218,197). Sum of RGB (Red+Green+Blue) = 225+218+197=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAC5 is #1E253A. Grayscale: #D9D9D9. Windows color (decimal): -1975611 or 12966625. OLE color: 12966625.
HSL color Cylindrical-coordinate representation of color #E1DAC5: hue angle of 45º 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 #E1DAC5 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 197 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.12 |
| HSL | 45º | 0.32% | 0.83% | - |
| HSV(B) | 45º | 0.12% | 0.88% | - |
| XYZ | 66.2 | 70.18 | 62.88 | - |
| YUV | 217.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 197 | 0 | 0.03 | 0.12 | 0.12 | 45 | 0.32 | 0.83 |
| Hex | E1 | DA | C5 | 0 | 3 | C | C | 2D | 20 | 53 |
| Octal | 341 | 332 | 305 | 0 | 3 | 14 | 14 | 55 | 40 | 123 |
| Binary | 11100001 | 11011010 | 11000101 | 0 | 11 | 1100 | 1100 | 101101 | 100000 | 1010011 |
Color Harmonies of #E1DAC5
Complementary color
Monochromatic Colors of #E1DAC5
Black with #E1DAC5
Text Example
Text Example
White with #E1DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAC5; }
p { color: rgb(225,218,197); }
H1.HeaderClassName
{
color: #E1DAC5;
}
.AnyTagClassName
{
color: #E1DAC5;
}
</style>
background-color css
<style>
a { background-color: #E1DAC5; }
a { background-color: rgb(225,218,197); }
div.DivClassName
{
background-color: #E1DAC5;
}
.BgClassName
{
background-color: #E1DAC5;
}
</style>
border-color css
<style>
span { border-color: #E1DAC5; }
span { border-color: rgb(225,218,197); }
td.TdClassName
{
border-color: #E1DAC5;
}
.TagClassName
{
border-color: #E1DAC5;
}
</style>