#E2DDC1

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

Shades of Travertine #E2DDC1

Tints of Travertine #E2DDC1

Color information

#E2DDC1 (or 0xE2DDC1) is unknown color: approx Travertine. HEX triplet: E2, DD and C1. RGB value is (226,221,193). Sum of RGB (Red+Green+Blue) = 226+221+193=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDC1 is #1D223E. Grayscale: #DBDBDB. Windows color (decimal): -1909311 or 12705250. OLE color: 12705250.

HSL color Cylindrical-coordinate representation of color #E2DDC1: hue angle of 50.91º degrees, saturation: 0.36, 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 #E2DDC1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226221193-
CMYK00.020.150.11
HSL50.91º36.26%82.16%-
HSV(B)50.91º14.6%88.63%-
XYZ66.8571.7360.77-
YUV219.3113.16132.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=35.31%
G=34.53%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622119300.020.150.1150.9136.2682.16
HexE2DDC102FB332452
Octal3423353010217136344122
Binary111000101101110111000001010111110111100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDC1; }

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

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

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

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

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

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

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

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