Shades of Travertine #E5DEC7
Tints of Travertine #E5DEC7
RGB
CMYK
RGB Variations
Color information
#E5DEC7 (or 0xE5DEC7) is known color: Travertine. HEX triplet: E5, DE and C7. RGB value is (229,222,199). Sum of RGB (Red+Green+Blue) = 229+222+199=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEC7 is #1A2138. Grayscale: #DDDDDD. Windows color (decimal): -1712441 or 13098725. OLE color: 13098725.
HSL color Cylindrical-coordinate representation of color #E5DEC7: hue angle of 46º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DEC7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 222 | 199 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.10 |
| HSL | 46º | 0.37% | 0.84% | - |
| HSV(B) | 46º | 0.13% | 0.9% | - |
| XYZ | 68.74 | 73.02 | 64.5 | - |
| YUV | 221.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 199 | 0 | 0.03 | 0.13 | 0.10 | 46 | 0.37 | 0.84 |
| Hex | E5 | DE | C7 | 0 | 3 | D | A | 2E | 25 | 54 |
| Octal | 345 | 336 | 307 | 0 | 3 | 15 | 12 | 56 | 45 | 124 |
| Binary | 11100101 | 11011110 | 11000111 | 0 | 11 | 1101 | 1010 | 101110 | 100101 | 1010100 |
Color Harmonies of #E5DEC7
Complementary color
Monochromatic Colors of #E5DEC7
Black with #E5DEC7
Text Example
Text Example
White with #E5DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEC7; }
p { color: rgb(229,222,199); }
H1.HeaderClassName
{
color: #E5DEC7;
}
.AnyTagClassName
{
color: #E5DEC7;
}
</style>
background-color css
<style>
a { background-color: #E5DEC7; }
a { background-color: rgb(229,222,199); }
div.DivClassName
{
background-color: #E5DEC7;
}
.BgClassName
{
background-color: #E5DEC7;
}
</style>
border-color css
<style>
span { border-color: #E5DEC7; }
span { border-color: rgb(229,222,199); }
td.TdClassName
{
border-color: #E5DEC7;
}
.TagClassName
{
border-color: #E5DEC7;
}
</style>