Shades of Travertine #E0DDC8
Tints of Travertine #E0DDC8
RGB
CMYK
RGB Variations
Color information
#E0DDC8 (or 0xE0DDC8) is known color: Travertine. HEX triplet: E0, DD and C8. RGB value is (224,221,200). Sum of RGB (Red+Green+Blue) = 224+221+200=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDC8 is #1F2237. Grayscale: #DBDBDB. Windows color (decimal): -2040376 or 13164000. OLE color: 13164000.
HSL color Cylindrical-coordinate representation of color #E0DDC8: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DDC8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 200 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.12 |
| HSL | 52.5º | 0.28% | 0.83% | - |
| HSV(B) | 52.5º | 0.11% | 0.88% | - |
| XYZ | 67.02 | 71.73 | 64.96 | - |
| YUV | 219.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 200 | 0 | 0.01 | 0.11 | 0.12 | 52.5 | 0.28 | 0.83 |
| Hex | E0 | DD | C8 | 0 | 1 | B | C | 34 | 1C | 53 |
| Octal | 340 | 335 | 310 | 0 | 1 | 13 | 14 | 64 | 34 | 123 |
| Binary | 11100000 | 11011101 | 11001000 | 0 | 1 | 1011 | 1100 | 110100 | 11100 | 1010011 |
Color Harmonies of #E0DDC8
Complementary color
Monochromatic Colors of #E0DDC8
Black with #E0DDC8
Text Example
Text Example
White with #E0DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDC8; }
p { color: rgb(224,221,200); }
H1.HeaderClassName
{
color: #E0DDC8;
}
.AnyTagClassName
{
color: #E0DDC8;
}
</style>
background-color css
<style>
a { background-color: #E0DDC8; }
a { background-color: rgb(224,221,200); }
div.DivClassName
{
background-color: #E0DDC8;
}
.BgClassName
{
background-color: #E0DDC8;
}
</style>
border-color css
<style>
span { border-color: #E0DDC8; }
span { border-color: rgb(224,221,200); }
td.TdClassName
{
border-color: #E0DDC8;
}
.TagClassName
{
border-color: #E0DDC8;
}
</style>