#E3DDC1

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

Shades of Travertine #E3DDC1

Tints of Travertine #E3DDC1

Color information

#E3DDC1 (or 0xE3DDC1) is unknown color: approx Travertine. HEX triplet: E3, DD and C1. RGB value is (227,221,193). Sum of RGB (Red+Green+Blue) = 227+221+193=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDC1 is #1C223E. Grayscale: #DBDBDB. Windows color (decimal): -1843775 or 12705251. OLE color: 12705251.

HSL color Cylindrical-coordinate representation of color #E3DDC1: hue angle of 49.41º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3DDC1 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227221193-
CMYK00.030.150.11
HSL49.41º37.78%82.35%-
HSV(B)49.41º14.98%89.02%-
XYZ67.1671.8960.79-
YUV219.6112.99133.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.41%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=35.41%
G=34.48%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722119300.030.150.1149.4137.7882.35
HexE3DDC103FB312652
Octal3433353010317136146122
Binary111000111101110111000001011111110111100011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DDC1; }

 p { color: rgb(227,221,193); }

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

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

 a { background-color: rgb(227,221,193); }

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

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

 span { border-color: rgb(227,221,193); }

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