#E0DBC2

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

Shades of Travertine #E0DBC2

Tints of Travertine #E0DBC2

Color information

#E0DBC2 (or 0xE0DBC2) is unknown color: approx Travertine. HEX triplet: E0, DB and C2. RGB value is (224,219,194). Sum of RGB (Red+Green+Blue) = 224+219+194=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBC2 is #1F243D. Grayscale: #D9D9D9. Windows color (decimal): -2040894 or 12770272. OLE color: 12770272.

HSL color Cylindrical-coordinate representation of color #E0DBC2: hue angle of 50º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0DBC2 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224219194-
CMYK00.020.130.12
HSL50º32.61%81.96%-
HSV(B)50º13.39%87.84%-
XYZ65.8170.4161.16-
YUV217.64114.66132.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 194 (76.17% from 255) = 30.46%
R=35.16%
G=34.38%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421919400.020.130.125032.6181.96
HexE0DBC202DC322152
Octal3403333020215146241122
Binary111000001101101111000010010110111001100101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DBC2; }

 p { color: rgb(224,219,194); }

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

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

 a { background-color: rgb(224,219,194); }

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

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

 span { border-color: rgb(224,219,194); }

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