#E1DECD

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

Shades of Travertine #E1DECD

Tints of Travertine #E1DECD

Color information

#E1DECD (or 0xE1DECD) is unknown color: approx Travertine. HEX triplet: E1, DE and CD. RGB value is (225,222,205). Sum of RGB (Red+Green+Blue) = 225+222+205=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECD is #1E2132. Grayscale: #DDDDDD. Windows color (decimal): -1974579 or 13491937. OLE color: 13491937.

HSL color Cylindrical-coordinate representation of color #E1DECD: hue angle of 51º degrees, saturation: 0.25, 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 #E1DECD is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225222205-
CMYK00.010.090.12
HSL51º25%84.31%-
HSV(B)51º8.89%88.24%-
XYZ68.1972.6668.19-
YUV220.96118.99130.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=34.51%
G=34.05%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522220500.010.090.12512584.31
HexE1DECD019C331954
Octal3413363150111146331124
Binary1110000111011110110011010110011100110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DECD; }

 p { color: rgb(225,222,205); }

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

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

 a { background-color: rgb(225,222,205); }

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

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

 span { border-color: rgb(225,222,205); }

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