Shades of Travertine #E1DCCB
Tints of Travertine #E1DCCB
RGB
CMYK
RGB Variations
Color information
#E1DCCB (or 0xE1DCCB) is known color: Travertine. HEX triplet: E1, DC and CB. RGB value is (225,220,203). Sum of RGB (Red+Green+Blue) = 225+220+203=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCB is #1E2334. Grayscale: #DBDBDB. Windows color (decimal): -1975093 or 13360353. OLE color: 13360353.
HSL color Cylindrical-coordinate representation of color #E1DCCB: hue angle of 46.36º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DCCB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 203 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.12 |
| HSL | 46.36º | 0.27% | 0.84% | - |
| HSV(B) | 46.36º | 0.1% | 0.88% | - |
| XYZ | 67.42 | 71.51 | 66.75 | - |
| YUV | 219.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 203 | 0 | 0.02 | 0.10 | 0.12 | 46.36 | 0.27 | 0.84 |
| Hex | E1 | DC | CB | 0 | 2 | A | C | 2E | 1B | 54 |
| Octal | 341 | 334 | 313 | 0 | 2 | 12 | 14 | 56 | 33 | 124 |
| Binary | 11100001 | 11011100 | 11001011 | 0 | 10 | 1010 | 1100 | 101110 | 11011 | 1010100 |
Color Harmonies of #E1DCCB
Complementary color
Monochromatic Colors of #E1DCCB
Black with #E1DCCB
Text Example
Text Example
White with #E1DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCCB; }
p { color: rgb(225,220,203); }
H1.HeaderClassName
{
color: #E1DCCB;
}
.AnyTagClassName
{
color: #E1DCCB;
}
</style>
background-color css
<style>
a { background-color: #E1DCCB; }
a { background-color: rgb(225,220,203); }
div.DivClassName
{
background-color: #E1DCCB;
}
.BgClassName
{
background-color: #E1DCCB;
}
</style>
border-color css
<style>
span { border-color: #E1DCCB; }
span { border-color: rgb(225,220,203); }
td.TdClassName
{
border-color: #E1DCCB;
}
.TagClassName
{
border-color: #E1DCCB;
}
</style>