Shades of Travertine #E4DFCD
Tints of Travertine #E4DFCD
RGB
CMYK
RGB Variations
Color information
#E4DFCD (or 0xE4DFCD) is known color: Travertine. HEX triplet: E4, DF and CD. RGB value is (228,223,205). Sum of RGB (Red+Green+Blue) = 228+223+205=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFCD is #1B2032. Grayscale: #DEDEDE. Windows color (decimal): -1777715 or 13492196. OLE color: 13492196.
HSL color Cylindrical-coordinate representation of color #E4DFCD: hue angle of 46.96º degrees, saturation: 0.3, 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 #E4DFCD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 205 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.11 |
| HSL | 46.96º | 0.3% | 0.85% | - |
| HSV(B) | 46.96º | 0.1% | 0.89% | - |
| XYZ | 69.4 | 73.68 | 68.32 | - |
| YUV | 222.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 205 | 0 | 0.02 | 0.10 | 0.11 | 46.96 | 0.3 | 0.85 |
| Hex | E4 | DF | CD | 0 | 2 | A | B | 2F | 1E | 55 |
| Octal | 344 | 337 | 315 | 0 | 2 | 12 | 13 | 57 | 36 | 125 |
| Binary | 11100100 | 11011111 | 11001101 | 0 | 10 | 1010 | 1011 | 101111 | 11110 | 1010101 |
Color Harmonies of #E4DFCD
Complementary color
Monochromatic Colors of #E4DFCD
Black with #E4DFCD
Text Example
Text Example
White with #E4DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFCD; }
p { color: rgb(228,223,205); }
H1.HeaderClassName
{
color: #E4DFCD;
}
.AnyTagClassName
{
color: #E4DFCD;
}
</style>
background-color css
<style>
a { background-color: #E4DFCD; }
a { background-color: rgb(228,223,205); }
div.DivClassName
{
background-color: #E4DFCD;
}
.BgClassName
{
background-color: #E4DFCD;
}
</style>
border-color css
<style>
span { border-color: #E4DFCD; }
span { border-color: rgb(228,223,205); }
td.TdClassName
{
border-color: #E4DFCD;
}
.TagClassName
{
border-color: #E4DFCD;
}
</style>