Shades of Travertine #E1DDC7
Tints of Travertine #E1DDC7
RGB
CMYK
RGB Variations
Color information
#E1DDC7 (or 0xE1DDC7) is known color: Travertine. HEX triplet: E1, DD and C7. RGB value is (225,221,199). Sum of RGB (Red+Green+Blue) = 225+221+199=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC7 is #1E2238. Grayscale: #DBDBDB. Windows color (decimal): -1974841 or 13098465. OLE color: 13098465.
HSL color Cylindrical-coordinate representation of color #E1DDC7: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DDC7 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 199 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.12 |
| HSL | 50.77º | 0.3% | 0.83% | - |
| HSV(B) | 50.77º | 0.12% | 0.88% | - |
| XYZ | 67.22 | 71.84 | 64.36 | - |
| YUV | 219.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 199 | 0 | 0.02 | 0.12 | 0.12 | 50.77 | 0.3 | 0.83 |
| Hex | E1 | DD | C7 | 0 | 2 | C | C | 33 | 1E | 53 |
| Octal | 341 | 335 | 307 | 0 | 2 | 14 | 14 | 63 | 36 | 123 |
| Binary | 11100001 | 11011101 | 11000111 | 0 | 10 | 1100 | 1100 | 110011 | 11110 | 1010011 |
Color Harmonies of #E1DDC7
Complementary color
Monochromatic Colors of #E1DDC7
Black with #E1DDC7
Text Example
Text Example
White with #E1DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC7; }
p { color: rgb(225,221,199); }
H1.HeaderClassName
{
color: #E1DDC7;
}
.AnyTagClassName
{
color: #E1DDC7;
}
</style>
background-color css
<style>
a { background-color: #E1DDC7; }
a { background-color: rgb(225,221,199); }
div.DivClassName
{
background-color: #E1DDC7;
}
.BgClassName
{
background-color: #E1DDC7;
}
</style>
border-color css
<style>
span { border-color: #E1DDC7; }
span { border-color: rgb(225,221,199); }
td.TdClassName
{
border-color: #E1DDC7;
}
.TagClassName
{
border-color: #E1DDC7;
}
</style>