Shades of Travertine #E2DDC6
Tints of Travertine #E2DDC6
RGB
CMYK
RGB Variations
Color information
#E2DDC6 (or 0xE2DDC6) is known color: Travertine. HEX triplet: E2, DD and C6. RGB value is (226,221,198). Sum of RGB (Red+Green+Blue) = 226+221+198=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC6 is #1D2239. Grayscale: #DBDBDB. Windows color (decimal): -1909306 or 13032930. OLE color: 13032930.
HSL color Cylindrical-coordinate representation of color #E2DDC6: hue angle of 49.29º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DDC6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 198 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.11 |
| HSL | 49.29º | 0.33% | 0.83% | - |
| HSV(B) | 49.29º | 0.12% | 0.89% | - |
| XYZ | 67.41 | 71.96 | 63.76 | - |
| YUV | 219.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 198 | 0 | 0.02 | 0.12 | 0.11 | 49.29 | 0.33 | 0.83 |
| Hex | E2 | DD | C6 | 0 | 2 | C | B | 31 | 21 | 53 |
| Octal | 342 | 335 | 306 | 0 | 2 | 14 | 13 | 61 | 41 | 123 |
| Binary | 11100010 | 11011101 | 11000110 | 0 | 10 | 1100 | 1011 | 110001 | 100001 | 1010011 |
Color Harmonies of #E2DDC6
Complementary color
Monochromatic Colors of #E2DDC6
Black with #E2DDC6
Text Example
Text Example
White with #E2DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDC6; }
p { color: rgb(226,221,198); }
H1.HeaderClassName
{
color: #E2DDC6;
}
.AnyTagClassName
{
color: #E2DDC6;
}
</style>
background-color css
<style>
a { background-color: #E2DDC6; }
a { background-color: rgb(226,221,198); }
div.DivClassName
{
background-color: #E2DDC6;
}
.BgClassName
{
background-color: #E2DDC6;
}
</style>
border-color css
<style>
span { border-color: #E2DDC6; }
span { border-color: rgb(226,221,198); }
td.TdClassName
{
border-color: #E2DDC6;
}
.TagClassName
{
border-color: #E2DDC6;
}
</style>