Shades of Travertine #E1DECC
Tints of Travertine #E1DECC
RGB
CMYK
RGB Variations
Color information
#E1DECC (or 0xE1DECC) is known color: Travertine. HEX triplet: E1, DE and CC. RGB value is (225,222,204). Sum of RGB (Red+Green+Blue) = 225+222+204=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECC is #1E2133. Grayscale: #DCDCDC. Windows color (decimal): -1974580 or 13426401. OLE color: 13426401.
HSL color Cylindrical-coordinate representation of color #E1DECC: hue angle of 51.43º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DECC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 204 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.12 |
| HSL | 51.43º | 0.26% | 0.84% | - |
| HSV(B) | 51.43º | 0.09% | 0.88% | - |
| XYZ | 68.07 | 72.61 | 67.55 | - |
| YUV | 220.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 204 | 0 | 0.01 | 0.09 | 0.12 | 51.43 | 0.26 | 0.84 |
| Hex | E1 | DE | CC | 0 | 1 | 9 | C | 33 | 1A | 54 |
| Octal | 341 | 336 | 314 | 0 | 1 | 11 | 14 | 63 | 32 | 124 |
| Binary | 11100001 | 11011110 | 11001100 | 0 | 1 | 1001 | 1100 | 110011 | 11010 | 1010100 |
Color Harmonies of #E1DECC
Complementary color
Monochromatic Colors of #E1DECC
Black with #E1DECC
Text Example
Text Example
White with #E1DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DECC; }
p { color: rgb(225,222,204); }
H1.HeaderClassName
{
color: #E1DECC;
}
.AnyTagClassName
{
color: #E1DECC;
}
</style>
background-color css
<style>
a { background-color: #E1DECC; }
a { background-color: rgb(225,222,204); }
div.DivClassName
{
background-color: #E1DECC;
}
.BgClassName
{
background-color: #E1DECC;
}
</style>
border-color css
<style>
span { border-color: #E1DECC; }
span { border-color: rgb(225,222,204); }
td.TdClassName
{
border-color: #E1DECC;
}
.TagClassName
{
border-color: #E1DECC;
}
</style>