#E2DFCB

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

Shades of Travertine #E2DFCB

Tints of Travertine #E2DFCB

Color information

#E2DFCB (or 0xE2DFCB) is unknown color: approx Travertine. HEX triplet: E2, DF and CB. RGB value is (226,223,203). Sum of RGB (Red+Green+Blue) = 226+223+203=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFCB is #1D2034. Grayscale: #DDDDDD. Windows color (decimal): -1908789 or 13361122. OLE color: 13361122.

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

Color convert

RGB226223203-
CMYK00.010.100.11
HSL52.17º28.4%84.12%-
HSV(B)52.17º10.18%88.63%-
XYZ68.5373.2667.03-
YUV221.62117.49131.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=34.66%
G=34.20%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622320300.010.100.1152.1728.484.12
HexE2DFCB01AB341c54
Octal3423373130112136434124
Binary1110001011011111110010110110101011110100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFCB; }

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

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

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

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

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

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

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

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