#E1DECE

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

Shades of Travertine #E1DECE

Tints of Travertine #E1DECE

Color information

#E1DECE (or 0xE1DECE) is unknown color: approx Travertine. HEX triplet: E1, DE and CE. RGB value is (225,222,206). Sum of RGB (Red+Green+Blue) = 225+222+206=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECE is #1E2131. Grayscale: #DDDDDD. Windows color (decimal): -1974578 or 13557473. OLE color: 13557473.

HSL color Cylindrical-coordinate representation of color #E1DECE: hue angle of 50.53º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DECE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225222206-
CMYK00.010.080.12
HSL50.53º24.05%84.51%-
HSV(B)50.53º8.44%88.24%-
XYZ68.3172.7168.83-
YUV221.07119.49130.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=34.46%
G=34.00%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522220600.010.080.1250.5324.0584.51
HexE1DECE018C331855
Octal3413363160110146330125
Binary1110000111011110110011100110001100110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DECE; }

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

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

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

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

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

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

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

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