Shades of Travertine #E2DDCD
Tints of Travertine #E2DDCD
RGB
CMYK
RGB Variations
Color information
#E2DDCD (or 0xE2DDCD) is known color: Travertine. HEX triplet: E2, DD and CD. RGB value is (226,221,205). Sum of RGB (Red+Green+Blue) = 226+221+205=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCD is #1D2232. Grayscale: #DCDCDC. Windows color (decimal): -1909299 or 13491682. OLE color: 13491682.
HSL color Cylindrical-coordinate representation of color #E2DDCD: hue angle of 45.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DDCD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 205 | - |
CMYK | 0 | 0.02 | 0.09 | 0.11 |
HSL | 45.71º | 0.27% | 0.85% | - |
HSV(B) | 45.71º | 0.09% | 0.89% | - |
XYZ | 68.24 | 72.29 | 68.11 | - |
YUV | 220.67 | 119.16 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 205 | 0 | 0.02 | 0.09 | 0.11 | 45.71 | 0.27 | 0.85 |
Hex | E2 | DD | CD | 0 | 2 | 9 | B | 2E | 1B | 55 |
Octal | 342 | 335 | 315 | 0 | 2 | 11 | 13 | 56 | 33 | 125 |
Binary | 11100010 | 11011101 | 11001101 | 0 | 10 | 1001 | 1011 | 101110 | 11011 | 1010101 |
Color Harmonies of #E2DDCD
Complementary color
Monochromatic Colors of #E2DDCD
Black with #E2DDCD
Text Example
Text Example
White with #E2DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDCD; }
p { color: rgb(226,221,205); }
H1.HeaderClassName
{
color: #E2DDCD;
}
.AnyTagClassName
{
color: #E2DDCD;
}
</style>
background-color css
<style>
a { background-color: #E2DDCD; }
a { background-color: rgb(226,221,205); }
div.DivClassName
{
background-color: #E2DDCD;
}
.BgClassName
{
background-color: #E2DDCD;
}
</style>
border-color css
<style>
span { border-color: #E2DDCD; }
span { border-color: rgb(226,221,205); }
td.TdClassName
{
border-color: #E2DDCD;
}
.TagClassName
{
border-color: #E2DDCD;
}
</style>