Shades of Travertine #E1DCC9
Tints of Travertine #E1DCC9
RGB
CMYK
RGB Variations
Color information
#E1DCC9 (or 0xE1DCC9) is known color: Travertine. HEX triplet: E1, DC and C9. RGB value is (225,220,201). Sum of RGB (Red+Green+Blue) = 225+220+201=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC9 is #1E2336. Grayscale: #DBDBDB. Windows color (decimal): -1975095 or 13229281. OLE color: 13229281.
HSL color Cylindrical-coordinate representation of color #E1DCC9: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1DCC9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 201 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.12 |
| HSL | 47.5º | 0.29% | 0.84% | - |
| HSV(B) | 47.5º | 0.11% | 0.88% | - |
| XYZ | 67.19 | 71.41 | 65.5 | - |
| YUV | 219.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 201 | 0 | 0.02 | 0.11 | 0.12 | 47.5 | 0.29 | 0.84 |
| Hex | E1 | DC | C9 | 0 | 2 | B | C | 30 | 1D | 54 |
| Octal | 341 | 334 | 311 | 0 | 2 | 13 | 14 | 60 | 35 | 124 |
| Binary | 11100001 | 11011100 | 11001001 | 0 | 10 | 1011 | 1100 | 110000 | 11101 | 1010100 |
Color Harmonies of #E1DCC9
Complementary color
Monochromatic Colors of #E1DCC9
Black with #E1DCC9
Text Example
Text Example
White with #E1DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCC9; }
p { color: rgb(225,220,201); }
H1.HeaderClassName
{
color: #E1DCC9;
}
.AnyTagClassName
{
color: #E1DCC9;
}
</style>
background-color css
<style>
a { background-color: #E1DCC9; }
a { background-color: rgb(225,220,201); }
div.DivClassName
{
background-color: #E1DCC9;
}
.BgClassName
{
background-color: #E1DCC9;
}
</style>
border-color css
<style>
span { border-color: #E1DCC9; }
span { border-color: rgb(225,220,201); }
td.TdClassName
{
border-color: #E1DCC9;
}
.TagClassName
{
border-color: #E1DCC9;
}
</style>