#E1DECA

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

Shades of Travertine #E1DECA

Tints of Travertine #E1DECA

Color information

#E1DECA (or 0xE1DECA) is unknown color: approx Travertine. HEX triplet: E1, DE and CA. RGB value is (225,222,202). Sum of RGB (Red+Green+Blue) = 225+222+202=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECA is #1E2135. Grayscale: #DCDCDC. Windows color (decimal): -1974582 or 13295329. OLE color: 13295329.

HSL color Cylindrical-coordinate representation of color #E1DECA: hue angle of 52.17º 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 #E1DECA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225222202-
CMYK00.010.100.12
HSL52.17º27.71%83.73%-
HSV(B)52.17º10.22%88.24%-
XYZ67.8372.5166.3-
YUV220.62117.49131.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=34.67%
G=34.21%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522220200.010.100.1252.1727.7183.73
HexE1DECA01AC341c54
Octal3413363120112146434124
Binary1110000111011110110010100110101100110100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DECA; }

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

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

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

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

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

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

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

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