Shades of Travertine #E4DDC7
Tints of Travertine #E4DDC7
RGB
CMYK
RGB Variations
Color information
#E4DDC7 (or 0xE4DDC7) is known color: Travertine. HEX triplet: E4, DD and C7. RGB value is (228,221,199). Sum of RGB (Red+Green+Blue) = 228+221+199=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DDC7 is #1B2238. Grayscale: #DCDCDC. Windows color (decimal): -1778233 or 13098468. OLE color: 13098468.
HSL color Cylindrical-coordinate representation of color #E4DDC7: hue angle of 45.52º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DDC7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 221 | 199 | - |
CMYK | 0 | 0.03 | 0.13 | 0.11 |
HSL | 45.52º | 0.35% | 0.84% | - |
HSV(B) | 45.52º | 0.13% | 0.89% | - |
XYZ | 68.16 | 72.33 | 64.4 | - |
YUV | 220.59 | 115.82 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 221 | 199 | 0 | 0.03 | 0.13 | 0.11 | 45.52 | 0.35 | 0.84 |
Hex | E4 | DD | C7 | 0 | 3 | D | B | 2E | 23 | 54 |
Octal | 344 | 335 | 307 | 0 | 3 | 15 | 13 | 56 | 43 | 124 |
Binary | 11100100 | 11011101 | 11000111 | 0 | 11 | 1101 | 1011 | 101110 | 100011 | 1010100 |
Color Harmonies of #E4DDC7
Complementary color
Monochromatic Colors of #E4DDC7
Black with #E4DDC7
Text Example
Text Example
White with #E4DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DDC7; }
p { color: rgb(228,221,199); }
H1.HeaderClassName
{
color: #E4DDC7;
}
.AnyTagClassName
{
color: #E4DDC7;
}
</style>
background-color css
<style>
a { background-color: #E4DDC7; }
a { background-color: rgb(228,221,199); }
div.DivClassName
{
background-color: #E4DDC7;
}
.BgClassName
{
background-color: #E4DDC7;
}
</style>
border-color css
<style>
span { border-color: #E4DDC7; }
span { border-color: rgb(228,221,199); }
td.TdClassName
{
border-color: #E4DDC7;
}
.TagClassName
{
border-color: #E4DDC7;
}
</style>