Shades of Travertine #E1DDC8
Tints of Travertine #E1DDC8
RGB
CMYK
RGB Variations
Color information
#E1DDC8 (or 0xE1DDC8) is known color: Travertine. HEX triplet: E1, DD and C8. RGB value is (225,221,200). Sum of RGB (Red+Green+Blue) = 225+221+200=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC8 is #1E2237. Grayscale: #DBDBDB. Windows color (decimal): -1974840 or 13164001. OLE color: 13164001.
HSL color Cylindrical-coordinate representation of color #E1DDC8: hue angle of 50.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1DDC8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 200 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.12 |
| HSL | 50.4º | 0.29% | 0.83% | - |
| HSV(B) | 50.4º | 0.11% | 0.88% | - |
| XYZ | 67.33 | 71.89 | 64.97 | - |
| YUV | 219.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 200 | 0 | 0.02 | 0.11 | 0.12 | 50.4 | 0.29 | 0.83 |
| Hex | E1 | DD | C8 | 0 | 2 | B | C | 32 | 1D | 53 |
| Octal | 341 | 335 | 310 | 0 | 2 | 13 | 14 | 62 | 35 | 123 |
| Binary | 11100001 | 11011101 | 11001000 | 0 | 10 | 1011 | 1100 | 110010 | 11101 | 1010011 |
Color Harmonies of #E1DDC8
Complementary color
Monochromatic Colors of #E1DDC8
Black with #E1DDC8
Text Example
Text Example
White with #E1DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC8; }
p { color: rgb(225,221,200); }
H1.HeaderClassName
{
color: #E1DDC8;
}
.AnyTagClassName
{
color: #E1DDC8;
}
</style>
background-color css
<style>
a { background-color: #E1DDC8; }
a { background-color: rgb(225,221,200); }
div.DivClassName
{
background-color: #E1DDC8;
}
.BgClassName
{
background-color: #E1DDC8;
}
</style>
border-color css
<style>
span { border-color: #E1DDC8; }
span { border-color: rgb(225,221,200); }
td.TdClassName
{
border-color: #E1DDC8;
}
.TagClassName
{
border-color: #E1DDC8;
}
</style>