Shades of Travertine #E0DDC7
Tints of Travertine #E0DDC7
RGB
CMYK
RGB Variations
Color information
#E0DDC7 (or 0xE0DDC7) is known color: Travertine. HEX triplet: E0, DD and C7. RGB value is (224,221,199). Sum of RGB (Red+Green+Blue) = 224+221+199=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDC7 is #1F2238. Grayscale: #DBDBDB. Windows color (decimal): -2040377 or 13098464. OLE color: 13098464.
HSL color Cylindrical-coordinate representation of color #E0DDC7: hue angle of 52.8º degrees, saturation: 0.29, 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 #E0DDC7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 199 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.12 |
| HSL | 52.8º | 0.29% | 0.83% | - |
| HSV(B) | 52.8º | 0.11% | 0.88% | - |
| XYZ | 66.91 | 71.68 | 64.34 | - |
| YUV | 219.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 199 | 0 | 0.01 | 0.11 | 0.12 | 52.8 | 0.29 | 0.83 |
| Hex | E0 | DD | C7 | 0 | 1 | B | C | 35 | 1D | 53 |
| Octal | 340 | 335 | 307 | 0 | 1 | 13 | 14 | 65 | 35 | 123 |
| Binary | 11100000 | 11011101 | 11000111 | 0 | 1 | 1011 | 1100 | 110101 | 11101 | 1010011 |
Color Harmonies of #E0DDC7
Complementary color
Monochromatic Colors of #E0DDC7
Black with #E0DDC7
Text Example
Text Example
White with #E0DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDC7; }
p { color: rgb(224,221,199); }
H1.HeaderClassName
{
color: #E0DDC7;
}
.AnyTagClassName
{
color: #E0DDC7;
}
</style>
background-color css
<style>
a { background-color: #E0DDC7; }
a { background-color: rgb(224,221,199); }
div.DivClassName
{
background-color: #E0DDC7;
}
.BgClassName
{
background-color: #E0DDC7;
}
</style>
border-color css
<style>
span { border-color: #E0DDC7; }
span { border-color: rgb(224,221,199); }
td.TdClassName
{
border-color: #E0DDC7;
}
.TagClassName
{
border-color: #E0DDC7;
}
</style>