#E2DCC9

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

Shades of Travertine #E2DCC9

Tints of Travertine #E2DCC9

Color information

#E2DCC9 (or 0xE2DCC9) is unknown color: approx Travertine. HEX triplet: E2, DC and C9. RGB value is (226,220,201). Sum of RGB (Red+Green+Blue) = 226+220+201=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCC9 is #1D2336. Grayscale: #DBDBDB. Windows color (decimal): -1909559 or 13229282. OLE color: 13229282.

HSL color Cylindrical-coordinate representation of color #E2DCC9: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DCC9 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226220201-
CMYK00.030.110.11
HSL45.6º30.12%83.73%-
HSV(B)45.6º11.06%88.63%-
XYZ67.571.5765.52-
YUV219.63117.49132.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 201 (78.91% from 255) = 31.07%
R=34.93%
G=34.00%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622020100.030.110.1145.630.1283.73
HexE2DCC903BB2e1e54
Octal3423343110313135636124
Binary11100010110111001100100101110111011101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCC9; }

 p { color: rgb(226,220,201); }

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

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

 a { background-color: rgb(226,220,201); }

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

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

 span { border-color: rgb(226,220,201); }

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