Shades of Travertine #E5DDC5
Tints of Travertine #E5DDC5
RGB
CMYK
RGB Variations
Color information
#E5DDC5 (or 0xE5DDC5) is known color: Travertine. HEX triplet: E5, DD and C5. RGB value is (229,221,197). Sum of RGB (Red+Green+Blue) = 229+221+197=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDC5 is #1A223A. Grayscale: #DCDCDC. Windows color (decimal): -1712699 or 12967397. OLE color: 12967397.
HSL color Cylindrical-coordinate representation of color #E5DDC5: hue angle of 45º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5DDC5 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 197 | - |
CMYK | 0 | 0.03 | 0.14 | 0.10 |
HSL | 45º | 0.38% | 0.84% | - |
HSV(B) | 45º | 0.14% | 0.9% | - |
XYZ | 68.25 | 72.4 | 63.2 | - |
YUV | 220.66 | 114.65 | 133.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 197 | 0 | 0.03 | 0.14 | 0.10 | 45 | 0.38 | 0.84 |
Hex | E5 | DD | C5 | 0 | 3 | E | A | 2D | 26 | 54 |
Octal | 345 | 335 | 305 | 0 | 3 | 16 | 12 | 55 | 46 | 124 |
Binary | 11100101 | 11011101 | 11000101 | 0 | 11 | 1110 | 1010 | 101101 | 100110 | 1010100 |
Color Harmonies of #E5DDC5
Complementary color
Monochromatic Colors of #E5DDC5
Black with #E5DDC5
Text Example
Text Example
White with #E5DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDC5; }
p { color: rgb(229,221,197); }
H1.HeaderClassName
{
color: #E5DDC5;
}
.AnyTagClassName
{
color: #E5DDC5;
}
</style>
background-color css
<style>
a { background-color: #E5DDC5; }
a { background-color: rgb(229,221,197); }
div.DivClassName
{
background-color: #E5DDC5;
}
.BgClassName
{
background-color: #E5DDC5;
}
</style>
border-color css
<style>
span { border-color: #E5DDC5; }
span { border-color: rgb(229,221,197); }
td.TdClassName
{
border-color: #E5DDC5;
}
.TagClassName
{
border-color: #E5DDC5;
}
</style>