#E2F5DF

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

Shades of Tara #E2F5DF

Tints of Tara #E2F5DF

Color information

#E2F5DF (or 0xE2F5DF) is unknown color: approx Tara. HEX triplet: E2, F5 and DF. RGB value is (226,245,223). Sum of RGB (Red+Green+Blue) = 226+245+223=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F5DF is #1D0A20. Grayscale: #ECECEC. Windows color (decimal): -1903137 or 14677474. OLE color: 14677474.

HSL color Cylindrical-coordinate representation of color #E2F5DF: hue angle of 111.82º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2F5DF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB226245223-
CMYK0.0800.090.04
HSL111.82º52.38%91.76%-
HSV(B)111.82º8.98%96.08%-
XYZ77.3486.882.49-
YUV236.81120.21120.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.56%
GREEN value IS 245 (96.09% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=32.56%
G=35.30%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262452230.0800.090.04111.8252.3891.76
HexE2F5DF809470345c
Octal34236533710011416064134
Binary11100010111101011101111110000100110011100001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F5DF; }

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

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

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

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

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

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

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

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