Shades of Travertine #E3DDC1
Tints of Travertine #E3DDC1
RGB
CMYK
RGB Variations
Color information
#E3DDC1 (or 0xE3DDC1) is known color: Travertine. HEX triplet: E3, DD and C1. RGB value is (227,221,193). Sum of RGB (Red+Green+Blue) = 227+221+193=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDC1 is #1C223E. Grayscale: #DBDBDB. Windows color (decimal): -1843775 or 12705251. OLE color: 12705251.
HSL color Cylindrical-coordinate representation of color #E3DDC1: hue angle of 49.41º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3DDC1 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 193 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.11 |
| HSL | 49.41º | 0.38% | 0.82% | - |
| HSV(B) | 49.41º | 0.15% | 0.89% | - |
| XYZ | 67.16 | 71.89 | 60.79 | - |
| YUV | 219.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 193 | 0 | 0.03 | 0.15 | 0.11 | 49.41 | 0.38 | 0.82 |
| Hex | E3 | DD | C1 | 0 | 3 | F | B | 31 | 26 | 52 |
| Octal | 343 | 335 | 301 | 0 | 3 | 17 | 13 | 61 | 46 | 122 |
| Binary | 11100011 | 11011101 | 11000001 | 0 | 11 | 1111 | 1011 | 110001 | 100110 | 1010010 |
Color Harmonies of #E3DDC1
Complementary color
Monochromatic Colors of #E3DDC1
Black with #E3DDC1
Text Example
Text Example
White with #E3DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDC1; }
p { color: rgb(227,221,193); }
H1.HeaderClassName
{
color: #E3DDC1;
}
.AnyTagClassName
{
color: #E3DDC1;
}
</style>
background-color css
<style>
a { background-color: #E3DDC1; }
a { background-color: rgb(227,221,193); }
div.DivClassName
{
background-color: #E3DDC1;
}
.BgClassName
{
background-color: #E3DDC1;
}
</style>
border-color css
<style>
span { border-color: #E3DDC1; }
span { border-color: rgb(227,221,193); }
td.TdClassName
{
border-color: #E3DDC1;
}
.TagClassName
{
border-color: #E3DDC1;
}
</style>