#E2F2E1

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

Shades of Tara #E2F2E1

Tints of Tara #E2F2E1

Color information

#E2F2E1 (or 0xE2F2E1) is unknown color: approx Tara. HEX triplet: E2, F2 and E1. RGB value is (226,242,225). Sum of RGB (Red+Green+Blue) = 226+242+225=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2E1 is #1D0D1E. Grayscale: #EBEBEB. Windows color (decimal): -1903903 or 14807778. OLE color: 14807778.

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

Color convert

RGB226242225-
CMYK0.0700.070.05
HSL116.47º39.53%91.57%-
HSV(B)116.47º7.02%94.9%-
XYZ76.7185.1183.62-
YUV235.28122.2121.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.61%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 225 (88.28% from 255) = 32.47%
R=32.61%
G=34.92%
B=32.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262422250.0700.070.05116.4739.5391.57
HexE2F2E1707574285c
Octal342362341707516450134
Binary111000101111001011100001111011110111101001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F2E1; }

 p { color: rgb(226,242,225); }

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

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

 a { background-color: rgb(226,242,225); }

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

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

 span { border-color: rgb(226,242,225); }

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