Shades of Travertine #E3DECD
Tints of Travertine #E3DECD
RGB
CMYK
RGB Variations
Color information
#E3DECD (or 0xE3DECD) is known color: Travertine. HEX triplet: E3, DE and CD. RGB value is (227,222,205). Sum of RGB (Red+Green+Blue) = 227+222+205=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DECD is #1C2132. Grayscale: #DDDDDD. Windows color (decimal): -1843507 or 13491939. OLE color: 13491939.
HSL color Cylindrical-coordinate representation of color #E3DECD: hue angle of 46.36º degrees, saturation: 0.28, 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 #E3DECD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 205 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.11 |
| HSL | 46.36º | 0.28% | 0.85% | - |
| HSV(B) | 46.36º | 0.1% | 0.89% | - |
| XYZ | 68.82 | 72.98 | 68.22 | - |
| YUV | 221.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 205 | 0 | 0.02 | 0.10 | 0.11 | 46.36 | 0.28 | 0.85 |
| Hex | E3 | DE | CD | 0 | 2 | A | B | 2E | 1C | 55 |
| Octal | 343 | 336 | 315 | 0 | 2 | 12 | 13 | 56 | 34 | 125 |
| Binary | 11100011 | 11011110 | 11001101 | 0 | 10 | 1010 | 1011 | 101110 | 11100 | 1010101 |
Color Harmonies of #E3DECD
Complementary color
Monochromatic Colors of #E3DECD
Black with #E3DECD
Text Example
Text Example
White with #E3DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DECD; }
p { color: rgb(227,222,205); }
H1.HeaderClassName
{
color: #E3DECD;
}
.AnyTagClassName
{
color: #E3DECD;
}
</style>
background-color css
<style>
a { background-color: #E3DECD; }
a { background-color: rgb(227,222,205); }
div.DivClassName
{
background-color: #E3DECD;
}
.BgClassName
{
background-color: #E3DECD;
}
</style>
border-color css
<style>
span { border-color: #E3DECD; }
span { border-color: rgb(227,222,205); }
td.TdClassName
{
border-color: #E3DECD;
}
.TagClassName
{
border-color: #E3DECD;
}
</style>