#E2FEDE

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

Shades of Tara #E2FEDE

Tints of Tara #E2FEDE

Color information

#E2FEDE (or 0xE2FEDE) is unknown color: approx Tara. HEX triplet: E2, FE and DE. RGB value is (226,254,222). Sum of RGB (Red+Green+Blue) = 226+254+222=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FEDE is #1D0121. Grayscale: #F2F2F2. Windows color (decimal): -1900834 or 14614242. OLE color: 14614242.

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

Color convert

RGB226254222-
CMYK0.1100.130.00
HSL112.5º94.12%93.33%-
HSV(B)112.5º12.6%99.61%-
XYZ79.9992.3382.71-
YUV241.98116.72116.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.19%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=32.19%
G=36.18%
B=31.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262542220.1100.130.00112.594.1293.33
HexE2FEDEB0D0705e5d
Octal342376336130150160136135
Binary1110001011111110110111101011011010111000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FEDE; }

 p { color: rgb(226,254,222); }

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

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

 a { background-color: rgb(226,254,222); }

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

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

 span { border-color: rgb(226,254,222); }

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