Shades of Travertine #E2DEC1
Tints of Travertine #E2DEC1
RGB
CMYK
RGB Variations
Color information
#E2DEC1 (or 0xE2DEC1) is known color: Travertine. HEX triplet: E2, DE and C1. RGB value is (226,222,193). Sum of RGB (Red+Green+Blue) = 226+222+193=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEC1 is #1D213E. Grayscale: #DCDCDC. Windows color (decimal): -1909055 or 12705506. OLE color: 12705506.
HSL color Cylindrical-coordinate representation of color #E2DEC1: hue angle of 52.73º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2DEC1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 193 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.11 |
| HSL | 52.73º | 0.36% | 0.82% | - |
| HSV(B) | 52.73º | 0.15% | 0.89% | - |
| XYZ | 67.11 | 72.26 | 60.86 | - |
| YUV | 219.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 193 | 0 | 0.02 | 0.15 | 0.11 | 52.73 | 0.36 | 0.82 |
| Hex | E2 | DE | C1 | 0 | 2 | F | B | 35 | 24 | 52 |
| Octal | 342 | 336 | 301 | 0 | 2 | 17 | 13 | 65 | 44 | 122 |
| Binary | 11100010 | 11011110 | 11000001 | 0 | 10 | 1111 | 1011 | 110101 | 100100 | 1010010 |
Color Harmonies of #E2DEC1
Complementary color
Monochromatic Colors of #E2DEC1
Black with #E2DEC1
Text Example
Text Example
White with #E2DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEC1; }
p { color: rgb(226,222,193); }
H1.HeaderClassName
{
color: #E2DEC1;
}
.AnyTagClassName
{
color: #E2DEC1;
}
</style>
background-color css
<style>
a { background-color: #E2DEC1; }
a { background-color: rgb(226,222,193); }
div.DivClassName
{
background-color: #E2DEC1;
}
.BgClassName
{
background-color: #E2DEC1;
}
</style>
border-color css
<style>
span { border-color: #E2DEC1; }
span { border-color: rgb(226,222,193); }
td.TdClassName
{
border-color: #E2DEC1;
}
.TagClassName
{
border-color: #E2DEC1;
}
</style>