#E1DDCC

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

Shades of Travertine #E1DDCC

Tints of Travertine #E1DDCC

Color information

#E1DDCC (or 0xE1DDCC) is unknown color: approx Travertine. HEX triplet: E1, DD and CC. RGB value is (225,221,204). Sum of RGB (Red+Green+Blue) = 225+221+204=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDCC is #1E2233. Grayscale: #DCDCDC. Windows color (decimal): -1974836 or 13426145. OLE color: 13426145.

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

Color convert

RGB225221204-
CMYK00.020.090.12
HSL48.57º25.93%84.12%-
HSV(B)48.57º9.33%88.24%-
XYZ67.8172.0867.47-
YUV220.26118.83131.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=34.62%
G=34%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522120400.020.090.1248.5725.9384.12
HexE1DDCC029C311a54
Octal3413353140211146132124
Binary11100001110111011100110001010011100110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDCC; }

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

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

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

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

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

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

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

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