Shades of Travertine #E2DBC2
Tints of Travertine #E2DBC2
RGB
CMYK
RGB Variations
Color information
#E2DBC2 (or 0xE2DBC2) is known color: Travertine. HEX triplet: E2, DB and C2. RGB value is (226,219,194). Sum of RGB (Red+Green+Blue) = 226+219+194=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBC2 is #1D243D. Grayscale: #DADADA. Windows color (decimal): -1909822 or 12770274. OLE color: 12770274.
HSL color Cylindrical-coordinate representation of color #E2DBC2: hue angle of 46.88º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2DBC2 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 194 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.11 |
| HSL | 46.88º | 0.36% | 0.82% | - |
| HSV(B) | 46.88º | 0.14% | 0.89% | - |
| XYZ | 66.43 | 70.73 | 61.19 | - |
| YUV | 218.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 194 | 0 | 0.03 | 0.14 | 0.11 | 46.88 | 0.36 | 0.82 |
| Hex | E2 | DB | C2 | 0 | 3 | E | B | 2F | 24 | 52 |
| Octal | 342 | 333 | 302 | 0 | 3 | 16 | 13 | 57 | 44 | 122 |
| Binary | 11100010 | 11011011 | 11000010 | 0 | 11 | 1110 | 1011 | 101111 | 100100 | 1010010 |
Color Harmonies of #E2DBC2
Complementary color
Monochromatic Colors of #E2DBC2
Black with #E2DBC2
Text Example
Text Example
White with #E2DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBC2; }
p { color: rgb(226,219,194); }
H1.HeaderClassName
{
color: #E2DBC2;
}
.AnyTagClassName
{
color: #E2DBC2;
}
</style>
background-color css
<style>
a { background-color: #E2DBC2; }
a { background-color: rgb(226,219,194); }
div.DivClassName
{
background-color: #E2DBC2;
}
.BgClassName
{
background-color: #E2DBC2;
}
</style>
border-color css
<style>
span { border-color: #E2DBC2; }
span { border-color: rgb(226,219,194); }
td.TdClassName
{
border-color: #E2DBC2;
}
.TagClassName
{
border-color: #E2DBC2;
}
</style>