Shades of Travertine #E3DFCB
Tints of Travertine #E3DFCB
RGB
CMYK
RGB Variations
Color information
#E3DFCB (or 0xE3DFCB) is known color: Travertine. HEX triplet: E3, DF and CB. RGB value is (227,223,203). Sum of RGB (Red+Green+Blue) = 227+223+203=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFCB is #1C2034. Grayscale: #DEDEDE. Windows color (decimal): -1843253 or 13361123. OLE color: 13361123.
HSL color Cylindrical-coordinate representation of color #E3DFCB: hue angle of 50º 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 #E3DFCB is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 203 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.11 |
| HSL | 50º | 0.3% | 0.84% | - |
| HSV(B) | 50º | 0.11% | 0.89% | - |
| XYZ | 68.85 | 73.42 | 67.04 | - |
| YUV | 221.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 203 | 0 | 0.02 | 0.11 | 0.11 | 50 | 0.3 | 0.84 |
| Hex | E3 | DF | CB | 0 | 2 | B | B | 32 | 1E | 54 |
| Octal | 343 | 337 | 313 | 0 | 2 | 13 | 13 | 62 | 36 | 124 |
| Binary | 11100011 | 11011111 | 11001011 | 0 | 10 | 1011 | 1011 | 110010 | 11110 | 1010100 |
Color Harmonies of #E3DFCB
Complementary color
Monochromatic Colors of #E3DFCB
Black with #E3DFCB
Text Example
Text Example
White with #E3DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFCB; }
p { color: rgb(227,223,203); }
H1.HeaderClassName
{
color: #E3DFCB;
}
.AnyTagClassName
{
color: #E3DFCB;
}
</style>
background-color css
<style>
a { background-color: #E3DFCB; }
a { background-color: rgb(227,223,203); }
div.DivClassName
{
background-color: #E3DFCB;
}
.BgClassName
{
background-color: #E3DFCB;
}
</style>
border-color css
<style>
span { border-color: #E3DFCB; }
span { border-color: rgb(227,223,203); }
td.TdClassName
{
border-color: #E3DFCB;
}
.TagClassName
{
border-color: #E3DFCB;
}
</style>