Shades of Travertine #E2DDCB
Tints of Travertine #E2DDCB
RGB
CMYK
RGB Variations
Color information
#E2DDCB (or 0xE2DDCB) is known color: Travertine. HEX triplet: E2, DD and CB. RGB value is (226,221,203). Sum of RGB (Red+Green+Blue) = 226+221+203=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCB is #1D2234. Grayscale: #DCDCDC. Windows color (decimal): -1909301 or 13360610. OLE color: 13360610.
HSL color Cylindrical-coordinate representation of color #E2DDCB: hue angle of 46.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DDCB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 203 | - |
CMYK | 0 | 0.02 | 0.10 | 0.11 |
HSL | 46.96º | 0.28% | 0.84% | - |
HSV(B) | 46.96º | 0.1% | 0.89% | - |
XYZ | 68 | 72.19 | 66.85 | - |
YUV | 220.44 | 118.16 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 203 | 0 | 0.02 | 0.10 | 0.11 | 46.96 | 0.28 | 0.84 |
Hex | E2 | DD | CB | 0 | 2 | A | B | 2F | 1C | 54 |
Octal | 342 | 335 | 313 | 0 | 2 | 12 | 13 | 57 | 34 | 124 |
Binary | 11100010 | 11011101 | 11001011 | 0 | 10 | 1010 | 1011 | 101111 | 11100 | 1010100 |
Color Harmonies of #E2DDCB
Complementary color
Monochromatic Colors of #E2DDCB
Black with #E2DDCB
Text Example
Text Example
White with #E2DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDCB; }
p { color: rgb(226,221,203); }
H1.HeaderClassName
{
color: #E2DDCB;
}
.AnyTagClassName
{
color: #E2DDCB;
}
</style>
background-color css
<style>
a { background-color: #E2DDCB; }
a { background-color: rgb(226,221,203); }
div.DivClassName
{
background-color: #E2DDCB;
}
.BgClassName
{
background-color: #E2DDCB;
}
</style>
border-color css
<style>
span { border-color: #E2DDCB; }
span { border-color: rgb(226,221,203); }
td.TdClassName
{
border-color: #E2DDCB;
}
.TagClassName
{
border-color: #E2DDCB;
}
</style>