#E2FFE0

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

Shades of Tara #E2FFE0

Tints of Tara #E2FFE0

Color information

#E2FFE0 (or 0xE2FFE0) is unknown color: approx Tara. HEX triplet: E2, FF and E0. RGB value is (226,255,224). Sum of RGB (Red+Green+Blue) = 226+255+224=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFE0 is #1D001F. Grayscale: #F2F2F2. Windows color (decimal): -1900576 or 14745570. OLE color: 14745570.

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

Color convert

RGB226255224-
CMYK0.1100.120
HSL116.13º100%93.92%-
HSV(B)116.13º12.16%100%-
XYZ80.5893.0784.24-
YUV242.8117.39116.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.06%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 224 (87.89% from 255) = 31.77%
R=32.06%
G=36.17%
B=31.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262552240.1100.120116.1310093.92
HexE2FFE0B0C074645e
Octal342377340130140164144136
Binary1110001011111111111000001011011000111010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FFE0; }

 p { color: rgb(226,255,224); }

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

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

 a { background-color: rgb(226,255,224); }

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

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

 span { border-color: rgb(226,255,224); }

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