#E2FADF

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

Shades of Tara #E2FADF

Tints of Tara #E2FADF

Color information

#E2FADF (or 0xE2FADF) is unknown color: approx Tara. HEX triplet: E2, FA and DF. RGB value is (226,250,223). Sum of RGB (Red+Green+Blue) = 226+250+223=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FADF is #1D0520. Grayscale: #EFEFEF. Windows color (decimal): -1901857 or 14678754. OLE color: 14678754.

HSL color Cylindrical-coordinate representation of color #E2FADF: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FADF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB226250223-
CMYK0.1000.110.02
HSL113.33º72.97%92.75%-
HSV(B)113.33º10.8%98.04%-
XYZ78.8789.8783-
YUV239.75118.55118.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 223 (87.5% from 255) = 31.90%
R=32.33%
G=35.77%
B=31.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502230.1000.110.02113.3372.9792.75
HexE2FADFA0B271495d
Octal342372337120132161111135
Binary11100010111110101101111110100101110111000110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FADF; }

 p { color: rgb(226,250,223); }

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

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

 a { background-color: rgb(226,250,223); }

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

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

 span { border-color: rgb(226,250,223); }

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