#E0DCC7

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

Shades of Travertine #E0DCC7

Tints of Travertine #E0DCC7

Color information

#E0DCC7 (or 0xE0DCC7) is unknown color: approx Travertine. HEX triplet: E0, DC and C7. RGB value is (224,220,199). Sum of RGB (Red+Green+Blue) = 224+220+199=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCC7 is #1F2338. Grayscale: #DADADA. Windows color (decimal): -2040633 or 13098208. OLE color: 13098208.

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

Color convert

RGB224220199-
CMYK00.020.110.12
HSL50.4º28.74%82.94%-
HSV(B)50.4º11.16%87.84%-
XYZ66.6471.1664.26-
YUV218.8116.83131.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=34.84%
G=34.21%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422019900.020.110.1250.428.7482.94
HexE0DCC702BC321d53
Octal3403343070213146235123
Binary11100000110111001100011101010111100110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCC7; }

 p { color: rgb(224,220,199); }

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

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

 a { background-color: rgb(224,220,199); }

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

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

 span { border-color: rgb(224,220,199); }

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