#E2DDCC

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

Shades of Travertine #E2DDCC

Tints of Travertine #E2DDCC

Color information

#E2DDCC (or 0xE2DDCC) is unknown color: approx Travertine. HEX triplet: E2, DD and CC. RGB value is (226,221,204). Sum of RGB (Red+Green+Blue) = 226+221+204=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDCC is #1D2233. Grayscale: #DCDCDC. Windows color (decimal): -1909300 or 13426146. OLE color: 13426146.

HSL color Cylindrical-coordinate representation of color #E2DDCC: hue angle of 46.36º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DDCC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226221204-
CMYK00.020.100.11
HSL46.36º27.5%84.31%-
HSV(B)46.36º9.73%88.63%-
XYZ68.1272.2467.48-
YUV220.56118.66131.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.72%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=34.72%
G=33.95%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622120400.020.100.1146.3627.584.31
HexE2DDCC02AB2e1c54
Octal3423353140212135634124
Binary11100010110111011100110001010101011101110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDCC; }

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

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

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

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

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

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

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

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