Shades of Travertine #E1DDC3
Tints of Travertine #E1DDC3
RGB
CMYK
RGB Variations
Color information
#E1DDC3 (or 0xE1DDC3) is known color: Travertine. HEX triplet: E1, DD and C3. RGB value is (225,221,195). Sum of RGB (Red+Green+Blue) = 225+221+195=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC3 is #1E223C. Grayscale: #DBDBDB. Windows color (decimal): -1974845 or 12836321. OLE color: 12836321.
HSL color Cylindrical-coordinate representation of color #E1DDC3: hue angle of 52º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DDC3 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 195 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.12 |
| HSL | 52º | 0.33% | 0.82% | - |
| HSV(B) | 52º | 0.13% | 0.88% | - |
| XYZ | 66.76 | 71.66 | 61.94 | - |
| YUV | 219.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 195 | 0 | 0.02 | 0.13 | 0.12 | 52 | 0.33 | 0.82 |
| Hex | E1 | DD | C3 | 0 | 2 | D | C | 34 | 21 | 52 |
| Octal | 341 | 335 | 303 | 0 | 2 | 15 | 14 | 64 | 41 | 122 |
| Binary | 11100001 | 11011101 | 11000011 | 0 | 10 | 1101 | 1100 | 110100 | 100001 | 1010010 |
Color Harmonies of #E1DDC3
Complementary color
Monochromatic Colors of #E1DDC3
Black with #E1DDC3
Text Example
Text Example
White with #E1DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC3; }
p { color: rgb(225,221,195); }
H1.HeaderClassName
{
color: #E1DDC3;
}
.AnyTagClassName
{
color: #E1DDC3;
}
</style>
background-color css
<style>
a { background-color: #E1DDC3; }
a { background-color: rgb(225,221,195); }
div.DivClassName
{
background-color: #E1DDC3;
}
.BgClassName
{
background-color: #E1DDC3;
}
</style>
border-color css
<style>
span { border-color: #E1DDC3; }
span { border-color: rgb(225,221,195); }
td.TdClassName
{
border-color: #E1DDC3;
}
.TagClassName
{
border-color: #E1DDC3;
}
</style>