#E1FEDF

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

Shades of Tara #E1FEDF

Tints of Tara #E1FEDF

Color information

#E1FEDF (or 0xE1FEDF) is unknown color: approx Tara. HEX triplet: E1, FE and DF. RGB value is (225,254,223). Sum of RGB (Red+Green+Blue) = 225+254+223=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDF is #1E0120. Grayscale: #F1F1F1. Windows color (decimal): -1966369 or 14679777. OLE color: 14679777.

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

Color convert

RGB225254223-
CMYK0.1100.120.00
HSL116.13º93.94%93.53%-
HSV(B)116.13º12.2%99.61%-
XYZ79.8192.2283.41-
YUV241.8117.39116.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.05%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 223 (87.5% from 255) = 31.77%
R=32.05%
G=36.18%
B=31.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252542230.1100.120.00116.1393.9493.53
HexE1FEDFB0C0745e5e
Octal341376337130140164136136
Binary1110000111111110110111111011011000111010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEDF; }

 p { color: rgb(225,254,223); }

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

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

 a { background-color: rgb(225,254,223); }

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

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

 span { border-color: rgb(225,254,223); }

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