#E1DDC9

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

Shades of Travertine #E1DDC9

Tints of Travertine #E1DDC9

Color information

#E1DDC9 (or 0xE1DDC9) is unknown color: approx Travertine. HEX triplet: E1, DD and C9. RGB value is (225,221,201). Sum of RGB (Red+Green+Blue) = 225+221+201=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC9 is #1E2236. Grayscale: #DCDCDC. Windows color (decimal): -1974839 or 13229537. OLE color: 13229537.

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

Color convert

RGB225221201-
CMYK00.020.110.12
HSL50º28.57%83.53%-
HSV(B)50º10.67%88.24%-
XYZ67.4571.9465.59-
YUV219.92117.33131.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 201 (78.91% from 255) = 31.07%
R=34.78%
G=34.16%
B=31.07%

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
Decimal22522120100.020.110.125028.5783.53
HexE1DDC902BC321d54
Octal3413353110213146235124
Binary11100001110111011100100101010111100110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDC9; }

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

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

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

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

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

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

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

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