Shades of Travertine #E1DDC4
Tints of Travertine #E1DDC4
RGB
CMYK
RGB Variations
Color information
#E1DDC4 (or 0xE1DDC4) is known color: Travertine. HEX triplet: E1, DD and C4. RGB value is (225,221,196). Sum of RGB (Red+Green+Blue) = 225+221+196=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC4 is #1E223B. Grayscale: #DBDBDB. Windows color (decimal): -1974844 or 12901857. OLE color: 12901857.
HSL color Cylindrical-coordinate representation of color #E1DDC4: hue angle of 51.72º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DDC4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 196 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.12 |
| HSL | 51.72º | 0.33% | 0.83% | - |
| HSV(B) | 51.72º | 0.13% | 0.88% | - |
| XYZ | 66.87 | 71.71 | 62.54 | - |
| YUV | 219.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 196 | 0 | 0.02 | 0.13 | 0.12 | 51.72 | 0.33 | 0.83 |
| Hex | E1 | DD | C4 | 0 | 2 | D | C | 34 | 21 | 53 |
| Octal | 341 | 335 | 304 | 0 | 2 | 15 | 14 | 64 | 41 | 123 |
| Binary | 11100001 | 11011101 | 11000100 | 0 | 10 | 1101 | 1100 | 110100 | 100001 | 1010011 |
Color Harmonies of #E1DDC4
Complementary color
Monochromatic Colors of #E1DDC4
Black with #E1DDC4
Text Example
Text Example
White with #E1DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC4; }
p { color: rgb(225,221,196); }
H1.HeaderClassName
{
color: #E1DDC4;
}
.AnyTagClassName
{
color: #E1DDC4;
}
</style>
background-color css
<style>
a { background-color: #E1DDC4; }
a { background-color: rgb(225,221,196); }
div.DivClassName
{
background-color: #E1DDC4;
}
.BgClassName
{
background-color: #E1DDC4;
}
</style>
border-color css
<style>
span { border-color: #E1DDC4; }
span { border-color: rgb(225,221,196); }
td.TdClassName
{
border-color: #E1DDC4;
}
.TagClassName
{
border-color: #E1DDC4;
}
</style>