#E1FEDE

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

Shades of Tara #E1FEDE

Tints of Tara #E1FEDE

Color information

#E1FEDE (or 0xE1FEDE) is unknown color: approx Tara. HEX triplet: E1, FE and DE. RGB value is (225,254,222). Sum of RGB (Red+Green+Blue) = 225+254+222=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDE is #1E0121. Grayscale: #F1F1F1. Windows color (decimal): -1966370 or 14614241. OLE color: 14614241.

HSL color Cylindrical-coordinate representation of color #E1FEDE: hue angle of 114.38º 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 #E1FEDE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB225254222-
CMYK0.1100.130.00
HSL114.38º94.12%93.33%-
HSV(B)114.38º12.6%99.61%-
XYZ79.6892.1782.7-
YUV241.68116.89116.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.10%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=32.10%
G=36.23%
B=31.67%

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
Decimal2252542220.1100.130.00114.3894.1293.33
HexE1FEDEB0D0725e5d
Octal341376336130150162136135
Binary1110000111111110110111101011011010111001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEDE; }

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

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

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

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

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

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

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

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