#E2FADD

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

Shades of Tara #E2FADD

Tints of Tara #E2FADD

Color information

#E2FADD (or 0xE2FADD) is unknown color: approx Tara. HEX triplet: E2, FA and DD. RGB value is (226,250,221). Sum of RGB (Red+Green+Blue) = 226+250+221=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FADD is #1D0522. Grayscale: #EFEFEF. Windows color (decimal): -1901859 or 14547682. OLE color: 14547682.

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

Color convert

RGB226250221-
CMYK0.1000.120.02
HSL109.66º74.36%92.35%-
HSV(B)109.66º11.6%98.04%-
XYZ78.689.7681.59-
YUV239.52117.55118.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.42%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=32.42%
G=35.87%
B=31.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502210.1000.120.02109.6674.3692.35
HexE2FADDA0C26e4a5c
Octal342372335120142156112134
Binary11100010111110101101110110100110010110111010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FADD; }

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

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

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

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

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

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

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

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