#E1DCCA

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

Shades of Travertine #E1DCCA

Tints of Travertine #E1DCCA

Color information

#E1DCCA (or 0xE1DCCA) is unknown color: approx Travertine. HEX triplet: E1, DC and CA. RGB value is (225,220,202). Sum of RGB (Red+Green+Blue) = 225+220+202=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCA is #1E2335. Grayscale: #DBDBDB. Windows color (decimal): -1975094 or 13294817. OLE color: 13294817.

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

Color convert

RGB225220202-
CMYK00.020.100.12
HSL46.96º27.71%83.73%-
HSV(B)46.96º10.22%88.24%-
XYZ67.3171.4666.12-
YUV219.44118.16131.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=34.78%
G=34.00%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522020200.020.100.1246.9627.7183.73
HexE1DCCA02AC2f1c54
Octal3413343120212145734124
Binary11100001110111001100101001010101100101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCCA; }

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

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

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

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

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

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

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

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