Shades of Travertine #E2DDC8
Tints of Travertine #E2DDC8
RGB
CMYK
RGB Variations
Color information
#E2DDC8 (or 0xE2DDC8) is known color: Travertine. HEX triplet: E2, DD and C8. RGB value is (226,221,200). Sum of RGB (Red+Green+Blue) = 226+221+200=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC8 is #1D2237. Grayscale: #DCDCDC. Windows color (decimal): -1909304 or 13164002. OLE color: 13164002.
HSL color Cylindrical-coordinate representation of color #E2DDC8: hue angle of 48.46º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DDC8 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 200 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.11 |
| HSL | 48.46º | 0.31% | 0.84% | - |
| HSV(B) | 48.46º | 0.12% | 0.89% | - |
| XYZ | 67.65 | 72.05 | 64.99 | - |
| YUV | 220.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 200 | 0 | 0.02 | 0.12 | 0.11 | 48.46 | 0.31 | 0.84 |
| Hex | E2 | DD | C8 | 0 | 2 | C | B | 30 | 1F | 54 |
| Octal | 342 | 335 | 310 | 0 | 2 | 14 | 13 | 60 | 37 | 124 |
| Binary | 11100010 | 11011101 | 11001000 | 0 | 10 | 1100 | 1011 | 110000 | 11111 | 1010100 |
Color Harmonies of #E2DDC8
Complementary color
Monochromatic Colors of #E2DDC8
Black with #E2DDC8
Text Example
Text Example
White with #E2DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDC8; }
p { color: rgb(226,221,200); }
H1.HeaderClassName
{
color: #E2DDC8;
}
.AnyTagClassName
{
color: #E2DDC8;
}
</style>
background-color css
<style>
a { background-color: #E2DDC8; }
a { background-color: rgb(226,221,200); }
div.DivClassName
{
background-color: #E2DDC8;
}
.BgClassName
{
background-color: #E2DDC8;
}
</style>
border-color css
<style>
span { border-color: #E2DDC8; }
span { border-color: rgb(226,221,200); }
td.TdClassName
{
border-color: #E2DDC8;
}
.TagClassName
{
border-color: #E2DDC8;
}
</style>