#E1DCC2

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

Shades of Travertine #E1DCC2

Tints of Travertine #E1DCC2

Color information

#E1DCC2 (or 0xE1DCC2) is unknown color: approx Travertine. HEX triplet: E1, DC and C2. RGB value is (225,220,194). Sum of RGB (Red+Green+Blue) = 225+220+194=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC2 is #1E233D. Grayscale: #DADADA. Windows color (decimal): -1975102 or 12770529. OLE color: 12770529.

HSL color Cylindrical-coordinate representation of color #E1DCC2: hue angle of 50.32º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1DCC2 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225220194-
CMYK00.020.140.12
HSL50.32º34.07%82.16%-
HSV(B)50.32º13.78%88.24%-
XYZ66.3871.0961.26-
YUV218.53114.16132.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 194 (76.17% from 255) = 30.36%
R=35.21%
G=34.43%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522019400.020.140.1250.3234.0782.16
HexE1DCC202EC322252
Octal3413343020216146242122
Binary111000011101110011000010010111011001100101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCC2; }

 p { color: rgb(225,220,194); }

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

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

 a { background-color: rgb(225,220,194); }

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

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

 span { border-color: rgb(225,220,194); }

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