#E1DDC4

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

Shades of Travertine #E1DDC4

Tints of Travertine #E1DDC4

Color information

#E1DDC4 (or 0xE1DDC4) is unknown color: approx Travertine. HEX triplet: E1, DD and C4. RGB value is (225,221,196). Sum of RGB (Red+Green+Blue) = 225+221+196=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC4 is #1E223B. Grayscale: #DBDBDB. Windows color (decimal): -1974844 or 12901857. OLE color: 12901857.

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

Color convert

RGB225221196-
CMYK00.020.130.12
HSL51.72º32.58%82.55%-
HSV(B)51.72º12.89%88.24%-
XYZ66.8771.7162.54-
YUV219.35114.83132.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 196 (76.95% from 255) = 30.53%
R=35.05%
G=34.42%
B=30.53%

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
Decimal22522119600.020.130.1251.7232.5882.55
HexE1DDC402DC342153
Octal3413353040215146441123
Binary111000011101110111000100010110111001101001000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDC4; }

 p { color: rgb(225,221,196); }

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

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

 a { background-color: rgb(225,221,196); }

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

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

 span { border-color: rgb(225,221,196); }

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