Shades of Travertine #E5DFC2
Tints of Travertine #E5DFC2
RGB
CMYK
RGB Variations
Color information
#E5DFC2 (or 0xE5DFC2) is known color: Travertine. HEX triplet: E5, DF and C2. RGB value is (229,223,194). Sum of RGB (Red+Green+Blue) = 229+223+194=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFC2 is #1A203D. Grayscale: #DDDDDD. Windows color (decimal): -1712190 or 12771301. OLE color: 12771301.
HSL color Cylindrical-coordinate representation of color #E5DFC2: hue angle of 49.71º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5DFC2 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 194 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.10 |
| HSL | 49.71º | 0.4% | 0.83% | - |
| HSV(B) | 49.71º | 0.15% | 0.9% | - |
| XYZ | 68.44 | 73.33 | 61.59 | - |
| YUV | 221.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 194 | 0 | 0.03 | 0.15 | 0.10 | 49.71 | 0.4 | 0.83 |
| Hex | E5 | DF | C2 | 0 | 3 | F | A | 32 | 28 | 53 |
| Octal | 345 | 337 | 302 | 0 | 3 | 17 | 12 | 62 | 50 | 123 |
| Binary | 11100101 | 11011111 | 11000010 | 0 | 11 | 1111 | 1010 | 110010 | 101000 | 1010011 |
Color Harmonies of #E5DFC2
Complementary color
Monochromatic Colors of #E5DFC2
Black with #E5DFC2
Text Example
Text Example
White with #E5DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFC2; }
p { color: rgb(229,223,194); }
H1.HeaderClassName
{
color: #E5DFC2;
}
.AnyTagClassName
{
color: #E5DFC2;
}
</style>
background-color css
<style>
a { background-color: #E5DFC2; }
a { background-color: rgb(229,223,194); }
div.DivClassName
{
background-color: #E5DFC2;
}
.BgClassName
{
background-color: #E5DFC2;
}
</style>
border-color css
<style>
span { border-color: #E5DFC2; }
span { border-color: rgb(229,223,194); }
td.TdClassName
{
border-color: #E5DFC2;
}
.TagClassName
{
border-color: #E5DFC2;
}
</style>