#E5DEC8

Color #E5DEC8 Travertine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Travertine #E5DEC8

Tints of Travertine #E5DEC8

Color information

#E5DEC8 (or 0xE5DEC8) is unknown color: approx Travertine. HEX triplet: E5, DE and C8. RGB value is (229,222,200). Sum of RGB (Red+Green+Blue) = 229+222+200=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEC8 is #1A2137. Grayscale: #DDDDDD. Windows color (decimal): -1712440 or 13164261. OLE color: 13164261.

HSL color Cylindrical-coordinate representation of color #E5DEC8: hue angle of 45.52º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DEC8 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB229222200-
CMYK00.030.130.10
HSL45.52º35.8%84.12%-
HSV(B)45.52º12.66%89.8%-
XYZ68.8673.0765.12-
YUV221.58115.82133.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 35.18%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 200 (78.52% from 255) = 30.72%
R=35.18%
G=34.10%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922220000.030.130.1045.5235.884.12
HexE5DEC803DA2e2454
Octal3453363100315125644124
Binary111001011101111011001000011110110101011101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEC8; }

 p { color: rgb(229,222,200); }

 H1.HeaderClassName
 {
   color: #E5DEC8;
 }
 .AnyTagClassName
 {
   color: #E5DEC8;
 }
</style>
background-color css

<style>
 a { background-color: #E5DEC8; }

 a { background-color: rgb(229,222,200); }

 div.DivClassName
 {
   background-color: #E5DEC8;
 }
 .BgClassName
 {
   background-color: #E5DEC8;
 }
</style>
border-color css

<style>
 span { border-color: #E5DEC8; }

 span { border-color: rgb(229,222,200); }

 td.TdClassName
 {
   border-color: #E5DEC8;
 }
 .TagClassName
 {
   border-color: #E5DEC8;
 }
</style>