#E1DDC7

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

Shades of Travertine #E1DDC7

Tints of Travertine #E1DDC7

Color information

#E1DDC7 (or 0xE1DDC7) is unknown color: approx Travertine. HEX triplet: E1, DD and C7. RGB value is (225,221,199). Sum of RGB (Red+Green+Blue) = 225+221+199=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC7 is #1E2238. Grayscale: #DBDBDB. Windows color (decimal): -1974841 or 13098465. OLE color: 13098465.

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

Color convert

RGB225221199-
CMYK00.020.120.12
HSL50.77º30.23%83.14%-
HSV(B)50.77º11.56%88.24%-
XYZ67.2271.8464.36-
YUV219.69116.33131.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=34.88%
G=34.26%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522119900.020.120.1250.7730.2383.14
HexE1DDC702CC331e53
Octal3413353070214146336123
Binary11100001110111011100011101011001100110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDC7; }

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

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

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

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

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

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

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

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