Shades of Travertine #E1DDC9
Tints of Travertine #E1DDC9
RGB
CMYK
RGB Variations
Color information
#E1DDC9 (or 0xE1DDC9) is known color: Travertine. HEX triplet: E1, DD and C9. RGB value is (225,221,201). Sum of RGB (Red+Green+Blue) = 225+221+201=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC9 is #1E2236. Grayscale: #DCDCDC. Windows color (decimal): -1974839 or 13229537. OLE color: 13229537.
HSL color Cylindrical-coordinate representation of color #E1DDC9: hue angle of 50º 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 #E1DDC9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 201 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.12 |
| HSL | 50º | 0.29% | 0.84% | - |
| HSV(B) | 50º | 0.11% | 0.88% | - |
| XYZ | 67.45 | 71.94 | 65.59 | - |
| YUV | 219.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 201 | 0 | 0.02 | 0.11 | 0.12 | 50 | 0.29 | 0.84 |
| Hex | E1 | DD | C9 | 0 | 2 | B | C | 32 | 1D | 54 |
| Octal | 341 | 335 | 311 | 0 | 2 | 13 | 14 | 62 | 35 | 124 |
| Binary | 11100001 | 11011101 | 11001001 | 0 | 10 | 1011 | 1100 | 110010 | 11101 | 1010100 |
Color Harmonies of #E1DDC9
Complementary color
Monochromatic Colors of #E1DDC9
Black with #E1DDC9
Text Example
Text Example
White with #E1DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC9; }
p { color: rgb(225,221,201); }
H1.HeaderClassName
{
color: #E1DDC9;
}
.AnyTagClassName
{
color: #E1DDC9;
}
</style>
background-color css
<style>
a { background-color: #E1DDC9; }
a { background-color: rgb(225,221,201); }
div.DivClassName
{
background-color: #E1DDC9;
}
.BgClassName
{
background-color: #E1DDC9;
}
</style>
border-color css
<style>
span { border-color: #E1DDC9; }
span { border-color: rgb(225,221,201); }
td.TdClassName
{
border-color: #E1DDC9;
}
.TagClassName
{
border-color: #E1DDC9;
}
</style>