Shades of Travertine #E2DDC9
Tints of Travertine #E2DDC9
RGB
CMYK
RGB Variations
Color information
#E2DDC9 (or 0xE2DDC9) is known color: Travertine. HEX triplet: E2, DD and C9. RGB value is (226,221,201). Sum of RGB (Red+Green+Blue) = 226+221+201=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC9 is #1D2236. Grayscale: #DCDCDC. Windows color (decimal): -1909303 or 13229538. OLE color: 13229538.
HSL color Cylindrical-coordinate representation of color #E2DDC9: hue angle of 48º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DDC9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 201 | - |
CMYK | 0 | 0.02 | 0.11 | 0.11 |
HSL | 48º | 0.3% | 0.84% | - |
HSV(B) | 48º | 0.11% | 0.89% | - |
XYZ | 67.76 | 72.1 | 65.6 | - |
YUV | 220.22 | 117.16 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 201 | 0 | 0.02 | 0.11 | 0.11 | 48 | 0.3 | 0.84 |
Hex | E2 | DD | C9 | 0 | 2 | B | B | 30 | 1E | 54 |
Octal | 342 | 335 | 311 | 0 | 2 | 13 | 13 | 60 | 36 | 124 |
Binary | 11100010 | 11011101 | 11001001 | 0 | 10 | 1011 | 1011 | 110000 | 11110 | 1010100 |
Color Harmonies of #E2DDC9
Complementary color
Monochromatic Colors of #E2DDC9
Black with #E2DDC9
Text Example
Text Example
White with #E2DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDC9; }
p { color: rgb(226,221,201); }
H1.HeaderClassName
{
color: #E2DDC9;
}
.AnyTagClassName
{
color: #E2DDC9;
}
</style>
background-color css
<style>
a { background-color: #E2DDC9; }
a { background-color: rgb(226,221,201); }
div.DivClassName
{
background-color: #E2DDC9;
}
.BgClassName
{
background-color: #E2DDC9;
}
</style>
border-color css
<style>
span { border-color: #E2DDC9; }
span { border-color: rgb(226,221,201); }
td.TdClassName
{
border-color: #E2DDC9;
}
.TagClassName
{
border-color: #E2DDC9;
}
</style>