Shades of Travertine #E3DFCC
Tints of Travertine #E3DFCC
RGB
CMYK
RGB Variations
Color information
#E3DFCC (or 0xE3DFCC) is known color: Travertine. HEX triplet: E3, DF and CC. RGB value is (227,223,204). Sum of RGB (Red+Green+Blue) = 227+223+204=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFCC is #1C2033. Grayscale: #DEDEDE. Windows color (decimal): -1843252 or 13426659. OLE color: 13426659.
HSL color Cylindrical-coordinate representation of color #E3DFCC: hue angle of 49.57º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DFCC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 204 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.11 |
| HSL | 49.57º | 0.29% | 0.85% | - |
| HSV(B) | 49.57º | 0.1% | 0.89% | - |
| XYZ | 68.97 | 73.47 | 67.67 | - |
| YUV | 222.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 204 | 0 | 0.02 | 0.10 | 0.11 | 49.57 | 0.29 | 0.85 |
| Hex | E3 | DF | CC | 0 | 2 | A | B | 32 | 1D | 55 |
| Octal | 343 | 337 | 314 | 0 | 2 | 12 | 13 | 62 | 35 | 125 |
| Binary | 11100011 | 11011111 | 11001100 | 0 | 10 | 1010 | 1011 | 110010 | 11101 | 1010101 |
Color Harmonies of #E3DFCC
Complementary color
Monochromatic Colors of #E3DFCC
Black with #E3DFCC
Text Example
Text Example
White with #E3DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFCC; }
p { color: rgb(227,223,204); }
H1.HeaderClassName
{
color: #E3DFCC;
}
.AnyTagClassName
{
color: #E3DFCC;
}
</style>
background-color css
<style>
a { background-color: #E3DFCC; }
a { background-color: rgb(227,223,204); }
div.DivClassName
{
background-color: #E3DFCC;
}
.BgClassName
{
background-color: #E3DFCC;
}
</style>
border-color css
<style>
span { border-color: #E3DFCC; }
span { border-color: rgb(227,223,204); }
td.TdClassName
{
border-color: #E3DFCC;
}
.TagClassName
{
border-color: #E3DFCC;
}
</style>