Shades of Travertine #E2DDC7
Tints of Travertine #E2DDC7
RGB
CMYK
RGB Variations
Color information
#E2DDC7 (or 0xE2DDC7) is known color: Travertine. HEX triplet: E2, DD and C7. RGB value is (226,221,199). Sum of RGB (Red+Green+Blue) = 226+221+199=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC7 is #1D2238. Grayscale: #DCDCDC. Windows color (decimal): -1909305 or 13098466. OLE color: 13098466.
HSL color Cylindrical-coordinate representation of color #E2DDC7: hue angle of 48.89º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2DDC7 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 199 | - |
CMYK | 0 | 0.02 | 0.12 | 0.11 |
HSL | 48.89º | 0.32% | 0.83% | - |
HSV(B) | 48.89º | 0.12% | 0.89% | - |
XYZ | 67.53 | 72.01 | 64.37 | - |
YUV | 219.99 | 116.16 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 199 | 0 | 0.02 | 0.12 | 0.11 | 48.89 | 0.32 | 0.83 |
Hex | E2 | DD | C7 | 0 | 2 | C | B | 31 | 20 | 53 |
Octal | 342 | 335 | 307 | 0 | 2 | 14 | 13 | 61 | 40 | 123 |
Binary | 11100010 | 11011101 | 11000111 | 0 | 10 | 1100 | 1011 | 110001 | 100000 | 1010011 |
Color Harmonies of #E2DDC7
Complementary color
Monochromatic Colors of #E2DDC7
Black with #E2DDC7
Text Example
Text Example
White with #E2DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDC7; }
p { color: rgb(226,221,199); }
H1.HeaderClassName
{
color: #E2DDC7;
}
.AnyTagClassName
{
color: #E2DDC7;
}
</style>
background-color css
<style>
a { background-color: #E2DDC7; }
a { background-color: rgb(226,221,199); }
div.DivClassName
{
background-color: #E2DDC7;
}
.BgClassName
{
background-color: #E2DDC7;
}
</style>
border-color css
<style>
span { border-color: #E2DDC7; }
span { border-color: rgb(226,221,199); }
td.TdClassName
{
border-color: #E2DDC7;
}
.TagClassName
{
border-color: #E2DDC7;
}
</style>