Shades of Travertine #E2DCC5
Tints of Travertine #E2DCC5
RGB
CMYK
RGB Variations
Color information
#E2DCC5 (or 0xE2DCC5) is known color: Travertine. HEX triplet: E2, DC and C5. RGB value is (226,220,197). Sum of RGB (Red+Green+Blue) = 226+220+197=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCC5 is #1D233A. Grayscale: #DBDBDB. Windows color (decimal): -1909563 or 12967138. OLE color: 12967138.
HSL color Cylindrical-coordinate representation of color #E2DCC5: hue angle of 47.59º 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 #E2DCC5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 197 | - |
CMYK | 0 | 0.03 | 0.13 | 0.11 |
HSL | 47.59º | 0.33% | 0.83% | - |
HSV(B) | 47.59º | 0.13% | 0.89% | - |
XYZ | 67.04 | 71.39 | 63.07 | - |
YUV | 219.17 | 115.49 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 197 | 0 | 0.03 | 0.13 | 0.11 | 47.59 | 0.33 | 0.83 |
Hex | E2 | DC | C5 | 0 | 3 | D | B | 30 | 21 | 53 |
Octal | 342 | 334 | 305 | 0 | 3 | 15 | 13 | 60 | 41 | 123 |
Binary | 11100010 | 11011100 | 11000101 | 0 | 11 | 1101 | 1011 | 110000 | 100001 | 1010011 |
Color Harmonies of #E2DCC5
Complementary color
Monochromatic Colors of #E2DCC5
Black with #E2DCC5
Text Example
Text Example
White with #E2DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCC5; }
p { color: rgb(226,220,197); }
H1.HeaderClassName
{
color: #E2DCC5;
}
.AnyTagClassName
{
color: #E2DCC5;
}
</style>
background-color css
<style>
a { background-color: #E2DCC5; }
a { background-color: rgb(226,220,197); }
div.DivClassName
{
background-color: #E2DCC5;
}
.BgClassName
{
background-color: #E2DCC5;
}
</style>
border-color css
<style>
span { border-color: #E2DCC5; }
span { border-color: rgb(226,220,197); }
td.TdClassName
{
border-color: #E2DCC5;
}
.TagClassName
{
border-color: #E2DCC5;
}
</style>