#E2DECB

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

Shades of Travertine #E2DECB

Tints of Travertine #E2DECB

Color information

#E2DECB (or 0xE2DECB) is unknown color: approx Travertine. HEX triplet: E2, DE and CB. RGB value is (226,222,203). Sum of RGB (Red+Green+Blue) = 226+222+203=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DECB is #1D2134. Grayscale: #DDDDDD. Windows color (decimal): -1909045 or 13360866. OLE color: 13360866.

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

Color convert

RGB226222203-
CMYK00.020.100.11
HSL49.57º28.4%84.12%-
HSV(B)49.57º10.18%88.63%-
XYZ68.2672.7266.94-
YUV221.03117.83131.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=34.72%
G=34.10%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622220300.020.100.1149.5728.484.12
HexE2DECB02AB321c54
Octal3423363130212136234124
Binary11100010110111101100101101010101011110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DECB; }

 p { color: rgb(226,222,203); }

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

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

 a { background-color: rgb(226,222,203); }

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

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

 span { border-color: rgb(226,222,203); }

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