Shades of Travertine #E1DEC7
Tints of Travertine #E1DEC7
RGB
CMYK
RGB Variations
Color information
#E1DEC7 (or 0xE1DEC7) is known color: Travertine. HEX triplet: E1, DE and C7. RGB value is (225,222,199). Sum of RGB (Red+Green+Blue) = 225+222+199=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEC7 is #1E2138. Grayscale: #DCDCDC. Windows color (decimal): -1974585 or 13098721. OLE color: 13098721.
HSL color Cylindrical-coordinate representation of color #E1DEC7: hue angle of 53.08º 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 #E1DEC7 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 199 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.12 |
| HSL | 53.08º | 0.3% | 0.83% | - |
| HSV(B) | 53.08º | 0.12% | 0.88% | - |
| XYZ | 67.48 | 72.37 | 64.45 | - |
| YUV | 220.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 199 | 0 | 0.01 | 0.12 | 0.12 | 53.08 | 0.3 | 0.83 |
| Hex | E1 | DE | C7 | 0 | 1 | C | C | 35 | 1E | 53 |
| Octal | 341 | 336 | 307 | 0 | 1 | 14 | 14 | 65 | 36 | 123 |
| Binary | 11100001 | 11011110 | 11000111 | 0 | 1 | 1100 | 1100 | 110101 | 11110 | 1010011 |
Color Harmonies of #E1DEC7
Complementary color
Monochromatic Colors of #E1DEC7
Black with #E1DEC7
Text Example
Text Example
White with #E1DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEC7; }
p { color: rgb(225,222,199); }
H1.HeaderClassName
{
color: #E1DEC7;
}
.AnyTagClassName
{
color: #E1DEC7;
}
</style>
background-color css
<style>
a { background-color: #E1DEC7; }
a { background-color: rgb(225,222,199); }
div.DivClassName
{
background-color: #E1DEC7;
}
.BgClassName
{
background-color: #E1DEC7;
}
</style>
border-color css
<style>
span { border-color: #E1DEC7; }
span { border-color: rgb(225,222,199); }
td.TdClassName
{
border-color: #E1DEC7;
}
.TagClassName
{
border-color: #E1DEC7;
}
</style>