Shades of Travertine #E2DCC2
Tints of Travertine #E2DCC2
RGB
CMYK
RGB Variations
Color information
#E2DCC2 (or 0xE2DCC2) is known color: Travertine. HEX triplet: E2, DC and C2. RGB value is (226,220,194). Sum of RGB (Red+Green+Blue) = 226+220+194=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCC2 is #1D233D. Grayscale: #DADADA. Windows color (decimal): -1909566 or 12770530. OLE color: 12770530.
HSL color Cylindrical-coordinate representation of color #E2DCC2: hue angle of 48.75º 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 #E2DCC2 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 194 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.11 |
| HSL | 48.75º | 0.36% | 0.82% | - |
| HSV(B) | 48.75º | 0.14% | 0.89% | - |
| XYZ | 66.69 | 71.25 | 61.28 | - |
| YUV | 218.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 194 | 0 | 0.03 | 0.14 | 0.11 | 48.75 | 0.36 | 0.82 |
| Hex | E2 | DC | C2 | 0 | 3 | E | B | 31 | 24 | 52 |
| Octal | 342 | 334 | 302 | 0 | 3 | 16 | 13 | 61 | 44 | 122 |
| Binary | 11100010 | 11011100 | 11000010 | 0 | 11 | 1110 | 1011 | 110001 | 100100 | 1010010 |
Color Harmonies of #E2DCC2
Complementary color
Monochromatic Colors of #E2DCC2
Black with #E2DCC2
Text Example
Text Example
White with #E2DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCC2; }
p { color: rgb(226,220,194); }
H1.HeaderClassName
{
color: #E2DCC2;
}
.AnyTagClassName
{
color: #E2DCC2;
}
</style>
background-color css
<style>
a { background-color: #E2DCC2; }
a { background-color: rgb(226,220,194); }
div.DivClassName
{
background-color: #E2DCC2;
}
.BgClassName
{
background-color: #E2DCC2;
}
</style>
border-color css
<style>
span { border-color: #E2DCC2; }
span { border-color: rgb(226,220,194); }
td.TdClassName
{
border-color: #E2DCC2;
}
.TagClassName
{
border-color: #E2DCC2;
}
</style>