Shades of Travertine #E1DCC1
Tints of Travertine #E1DCC1
RGB
CMYK
RGB Variations
Color information
#E1DCC1 (or 0xE1DCC1) is known color: Travertine. HEX triplet: E1, DC and C1. RGB value is (225,220,193). Sum of RGB (Red+Green+Blue) = 225+220+193=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC1 is #1E233E. Grayscale: #DADADA. Windows color (decimal): -1975103 or 12704993. OLE color: 12704993.
HSL color Cylindrical-coordinate representation of color #E1DCC1: hue angle of 50.62º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1DCC1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 193 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.12 |
| HSL | 50.63º | 0.35% | 0.82% | - |
| HSV(B) | 50.63º | 0.14% | 0.88% | - |
| XYZ | 66.27 | 71.04 | 60.67 | - |
| YUV | 218.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 193 | 0 | 0.02 | 0.14 | 0.12 | 50.63 | 0.35 | 0.82 |
| Hex | E1 | DC | C1 | 0 | 2 | E | C | 33 | 23 | 52 |
| Octal | 341 | 334 | 301 | 0 | 2 | 16 | 14 | 63 | 43 | 122 |
| Binary | 11100001 | 11011100 | 11000001 | 0 | 10 | 1110 | 1100 | 110011 | 100011 | 1010010 |
Color Harmonies of #E1DCC1
Complementary color
Monochromatic Colors of #E1DCC1
Black with #E1DCC1
Text Example
Text Example
White with #E1DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCC1; }
p { color: rgb(225,220,193); }
H1.HeaderClassName
{
color: #E1DCC1;
}
.AnyTagClassName
{
color: #E1DCC1;
}
</style>
background-color css
<style>
a { background-color: #E1DCC1; }
a { background-color: rgb(225,220,193); }
div.DivClassName
{
background-color: #E1DCC1;
}
.BgClassName
{
background-color: #E1DCC1;
}
</style>
border-color css
<style>
span { border-color: #E1DCC1; }
span { border-color: rgb(225,220,193); }
td.TdClassName
{
border-color: #E1DCC1;
}
.TagClassName
{
border-color: #E1DCC1;
}
</style>