Shades of Travertine #E2DEC9
Tints of Travertine #E2DEC9
RGB
CMYK
RGB Variations
Color information
#E2DEC9 (or 0xE2DEC9) is known color: Travertine. HEX triplet: E2, DE and C9. RGB value is (226,222,201). Sum of RGB (Red+Green+Blue) = 226+222+201=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEC9 is #1D2136. Grayscale: #DCDCDC. Windows color (decimal): -1909047 or 13229794. OLE color: 13229794.
HSL color Cylindrical-coordinate representation of color #E2DEC9: hue angle of 50.4º 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 #E2DEC9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 201 | - |
CMYK | 0 | 0.02 | 0.11 | 0.11 |
HSL | 50.4º | 0.3% | 0.84% | - |
HSV(B) | 50.4º | 0.11% | 0.89% | - |
XYZ | 68.03 | 72.63 | 65.69 | - |
YUV | 220.8 | 116.83 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 201 | 0 | 0.02 | 0.11 | 0.11 | 50.4 | 0.3 | 0.84 |
Hex | E2 | DE | C9 | 0 | 2 | B | B | 32 | 1E | 54 |
Octal | 342 | 336 | 311 | 0 | 2 | 13 | 13 | 62 | 36 | 124 |
Binary | 11100010 | 11011110 | 11001001 | 0 | 10 | 1011 | 1011 | 110010 | 11110 | 1010100 |
Color Harmonies of #E2DEC9
Complementary color
Monochromatic Colors of #E2DEC9
Black with #E2DEC9
Text Example
Text Example
White with #E2DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEC9; }
p { color: rgb(226,222,201); }
H1.HeaderClassName
{
color: #E2DEC9;
}
.AnyTagClassName
{
color: #E2DEC9;
}
</style>
background-color css
<style>
a { background-color: #E2DEC9; }
a { background-color: rgb(226,222,201); }
div.DivClassName
{
background-color: #E2DEC9;
}
.BgClassName
{
background-color: #E2DEC9;
}
</style>
border-color css
<style>
span { border-color: #E2DEC9; }
span { border-color: rgb(226,222,201); }
td.TdClassName
{
border-color: #E2DEC9;
}
.TagClassName
{
border-color: #E2DEC9;
}
</style>