Shades of Travertine #E1DEC9
Tints of Travertine #E1DEC9
RGB
CMYK
RGB Variations
Color information
#E1DEC9 (or 0xE1DEC9) is known color: Travertine. HEX triplet: E1, DE and C9. RGB value is (225,222,201). Sum of RGB (Red+Green+Blue) = 225+222+201=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEC9 is #1E2136. Grayscale: #DCDCDC. Windows color (decimal): -1974583 or 13229793. OLE color: 13229793.
HSL color Cylindrical-coordinate representation of color #E1DEC9: hue angle of 52.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 #E1DEC9 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 201 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.12 |
| HSL | 52.5º | 0.29% | 0.84% | - |
| HSV(B) | 52.5º | 0.11% | 0.88% | - |
| XYZ | 67.72 | 72.47 | 65.68 | - |
| YUV | 220.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 201 | 0 | 0.01 | 0.11 | 0.12 | 52.5 | 0.29 | 0.84 |
| Hex | E1 | DE | C9 | 0 | 1 | B | C | 34 | 1D | 54 |
| Octal | 341 | 336 | 311 | 0 | 1 | 13 | 14 | 64 | 35 | 124 |
| Binary | 11100001 | 11011110 | 11001001 | 0 | 1 | 1011 | 1100 | 110100 | 11101 | 1010100 |
Color Harmonies of #E1DEC9
Complementary color
Monochromatic Colors of #E1DEC9
Black with #E1DEC9
Text Example
Text Example
White with #E1DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEC9; }
p { color: rgb(225,222,201); }
H1.HeaderClassName
{
color: #E1DEC9;
}
.AnyTagClassName
{
color: #E1DEC9;
}
</style>
background-color css
<style>
a { background-color: #E1DEC9; }
a { background-color: rgb(225,222,201); }
div.DivClassName
{
background-color: #E1DEC9;
}
.BgClassName
{
background-color: #E1DEC9;
}
</style>
border-color css
<style>
span { border-color: #E1DEC9; }
span { border-color: rgb(225,222,201); }
td.TdClassName
{
border-color: #E1DEC9;
}
.TagClassName
{
border-color: #E1DEC9;
}
</style>