#E2DDCD

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

Shades of Travertine #E2DDCD

Tints of Travertine #E2DDCD

Color information

#E2DDCD (or 0xE2DDCD) is unknown color: approx Travertine. HEX triplet: E2, DD and CD. RGB value is (226,221,205). Sum of RGB (Red+Green+Blue) = 226+221+205=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCD is #1D2232. Grayscale: #DCDCDC. Windows color (decimal): -1909299 or 13491682. OLE color: 13491682.

HSL color Cylindrical-coordinate representation of color #E2DDCD: hue angle of 45.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2DDCD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB226221205-
CMYK00.020.090.11
HSL45.71º26.58%84.51%-
HSV(B)45.71º9.29%88.63%-
XYZ68.2472.2968.11-
YUV220.67119.16131.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=34.66%
G=33.90%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622120500.020.090.1145.7126.5884.51
HexE2DDCD029B2e1b55
Octal3423353150211135633125
Binary11100010110111011100110101010011011101110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDCD; }

 p { color: rgb(226,221,205); }

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

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

 a { background-color: rgb(226,221,205); }

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

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

 span { border-color: rgb(226,221,205); }

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