Shades of Travertine #E2DFCB
Tints of Travertine #E2DFCB
RGB
CMYK
RGB Variations
Color information
#E2DFCB (or 0xE2DFCB) is known color: Travertine. HEX triplet: E2, DF and CB. RGB value is (226,223,203). Sum of RGB (Red+Green+Blue) = 226+223+203=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFCB is #1D2034. Grayscale: #DDDDDD. Windows color (decimal): -1908789 or 13361122. OLE color: 13361122.
HSL color Cylindrical-coordinate representation of color #E2DFCB: hue angle of 52.17º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DFCB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 203 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.11 |
| HSL | 52.17º | 0.28% | 0.84% | - |
| HSV(B) | 52.17º | 0.1% | 0.89% | - |
| XYZ | 68.53 | 73.26 | 67.03 | - |
| YUV | 221.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 203 | 0 | 0.01 | 0.10 | 0.11 | 52.17 | 0.28 | 0.84 |
| Hex | E2 | DF | CB | 0 | 1 | A | B | 34 | 1C | 54 |
| Octal | 342 | 337 | 313 | 0 | 1 | 12 | 13 | 64 | 34 | 124 |
| Binary | 11100010 | 11011111 | 11001011 | 0 | 1 | 1010 | 1011 | 110100 | 11100 | 1010100 |
Color Harmonies of #E2DFCB
Complementary color
Monochromatic Colors of #E2DFCB
Black with #E2DFCB
Text Example
Text Example
White with #E2DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFCB; }
p { color: rgb(226,223,203); }
H1.HeaderClassName
{
color: #E2DFCB;
}
.AnyTagClassName
{
color: #E2DFCB;
}
</style>
background-color css
<style>
a { background-color: #E2DFCB; }
a { background-color: rgb(226,223,203); }
div.DivClassName
{
background-color: #E2DFCB;
}
.BgClassName
{
background-color: #E2DFCB;
}
</style>
border-color css
<style>
span { border-color: #E2DFCB; }
span { border-color: rgb(226,223,203); }
td.TdClassName
{
border-color: #E2DFCB;
}
.TagClassName
{
border-color: #E2DFCB;
}
</style>