#E1DAC4

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

Shades of Travertine #E1DAC4

Tints of Travertine #E1DAC4

Color information

#E1DAC4 (or 0xE1DAC4) is unknown color: approx Travertine. HEX triplet: E1, DA and C4. RGB value is (225,218,196). Sum of RGB (Red+Green+Blue) = 225+218+196=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAC4 is #1E253B. Grayscale: #D9D9D9. Windows color (decimal): -1975612 or 12901089. OLE color: 12901089.

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

Color convert

RGB225218196-
CMYK00.030.130.12
HSL45.52º32.58%82.55%-
HSV(B)45.52º12.89%88.24%-
XYZ66.0970.1462.28-
YUV217.58115.82133.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=35.21%
G=34.12%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521819600.030.130.1245.5232.5882.55
HexE1DAC403DC2e2153
Octal3413323040315145641123
Binary111000011101101011000100011110111001011101000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DAC4; }

 p { color: rgb(225,218,196); }

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

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

 a { background-color: rgb(225,218,196); }

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

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

 span { border-color: rgb(225,218,196); }

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