#E1EDE0

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

Shades of Tara #E1EDE0

Tints of Tara #E1EDE0

Color information

#E1EDE0 (or 0xE1EDE0) is unknown color: approx Tara. HEX triplet: E1, ED and E0. RGB value is (225,237,224). Sum of RGB (Red+Green+Blue) = 225+237+224=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDE0 is #1E121F. Grayscale: #E7E7E7. Windows color (decimal): -1970720 or 14740961. OLE color: 14740961.

HSL color Cylindrical-coordinate representation of color #E1EDE0: hue angle of 115.38º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1EDE0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB225237224-
CMYK0.0500.050.07
HSL115.38º26.53%90.39%-
HSV(B)115.38º5.49%92.94%-
XYZ74.7981.9682.4-
YUV231.93123.52123.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 224 (87.89% from 255) = 32.65%
R=32.80%
G=34.55%
B=32.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252372240.0500.050.07115.3826.5390.39
HexE1EDE05057731b5a
Octal341355340505716333132
Binary11100001111011011110000010101011111110011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDE0; }

 p { color: rgb(225,237,224); }

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

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

 a { background-color: rgb(225,237,224); }

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

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

 span { border-color: rgb(225,237,224); }

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