#E1DCC1

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

Shades of Travertine #E1DCC1

Tints of Travertine #E1DCC1

Color information

#E1DCC1 (or 0xE1DCC1) is unknown color: approx Travertine. HEX triplet: E1, DC and C1. RGB value is (225,220,193). Sum of RGB (Red+Green+Blue) = 225+220+193=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC1 is #1E233E. Grayscale: #DADADA. Windows color (decimal): -1975103 or 12704993. OLE color: 12704993.

HSL color Cylindrical-coordinate representation of color #E1DCC1: hue angle of 50.62º degrees, saturation: 0.35, 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 #E1DCC1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225220193-
CMYK00.020.140.12
HSL50.62º34.78%81.96%-
HSV(B)50.62º14.22%88.24%-
XYZ66.2771.0460.67-
YUV218.42113.66132.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=35.27%
G=34.48%
B=30.25%

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
Decimal22522019300.020.140.1250.6234.7881.96
HexE1DCC102EC332352
Octal3413343010216146343122
Binary111000011101110011000001010111011001100111000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCC1; }

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

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

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

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

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

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

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

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