Shades of Travertine #E2DDC5
Tints of Travertine #E2DDC5
RGB
CMYK
RGB Variations
Color information
#E2DDC5 (or 0xE2DDC5) is known color: Travertine. HEX triplet: E2, DD and C5. RGB value is (226,221,197). Sum of RGB (Red+Green+Blue) = 226+221+197=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC5 is #1D223A. Grayscale: #DBDBDB. Windows color (decimal): -1909307 or 12967394. OLE color: 12967394.
HSL color Cylindrical-coordinate representation of color #E2DDC5: hue angle of 49.66º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DDC5 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 197 | - |
CMYK | 0 | 0.02 | 0.13 | 0.11 |
HSL | 49.66º | 0.33% | 0.83% | - |
HSV(B) | 49.66º | 0.13% | 0.89% | - |
XYZ | 67.3 | 71.91 | 63.16 | - |
YUV | 219.76 | 115.16 | 132.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 197 | 0 | 0.02 | 0.13 | 0.11 | 49.66 | 0.33 | 0.83 |
Hex | E2 | DD | C5 | 0 | 2 | D | B | 32 | 21 | 53 |
Octal | 342 | 335 | 305 | 0 | 2 | 15 | 13 | 62 | 41 | 123 |
Binary | 11100010 | 11011101 | 11000101 | 0 | 10 | 1101 | 1011 | 110010 | 100001 | 1010011 |
Color Harmonies of #E2DDC5
Complementary color
Monochromatic Colors of #E2DDC5
Black with #E2DDC5
Text Example
Text Example
White with #E2DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDC5; }
p { color: rgb(226,221,197); }
H1.HeaderClassName
{
color: #E2DDC5;
}
.AnyTagClassName
{
color: #E2DDC5;
}
</style>
background-color css
<style>
a { background-color: #E2DDC5; }
a { background-color: rgb(226,221,197); }
div.DivClassName
{
background-color: #E2DDC5;
}
.BgClassName
{
background-color: #E2DDC5;
}
</style>
border-color css
<style>
span { border-color: #E2DDC5; }
span { border-color: rgb(226,221,197); }
td.TdClassName
{
border-color: #E2DDC5;
}
.TagClassName
{
border-color: #E2DDC5;
}
</style>