#E1DCC9

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

Shades of Travertine #E1DCC9

Tints of Travertine #E1DCC9

Color information

#E1DCC9 (or 0xE1DCC9) is unknown color: approx Travertine. HEX triplet: E1, DC and C9. RGB value is (225,220,201). Sum of RGB (Red+Green+Blue) = 225+220+201=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCC9 is #1E2336. Grayscale: #DBDBDB. Windows color (decimal): -1975095 or 13229281. OLE color: 13229281.

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

Color convert

RGB225220201-
CMYK00.020.110.12
HSL47.5º28.57%83.53%-
HSV(B)47.5º10.67%88.24%-
XYZ67.1971.4165.5-
YUV219.33117.66132.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=34.83%
G=34.06%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522020100.020.110.1247.528.5783.53
HexE1DCC902BC301d54
Octal3413343110213146035124
Binary11100001110111001100100101010111100110000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCC9; }

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

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

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

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

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

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

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

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