#E1FEDB

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

Shades of Tara #E1FEDB

Tints of Tara #E1FEDB

Color information

#E1FEDB (or 0xE1FEDB) is unknown color: approx Tara. HEX triplet: E1, FE and DB. RGB value is (225,254,219). Sum of RGB (Red+Green+Blue) = 225+254+219=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FEDB is #1E0124. Grayscale: #F1F1F1. Windows color (decimal): -1966373 or 14417633. OLE color: 14417633.

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

Color convert

RGB225254219-
CMYK0.1100.140.00
HSL109.71º94.59%92.75%-
HSV(B)109.71º13.78%99.61%-
XYZ79.2892.0180.6-
YUV241.34115.39116.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 219 (85.94% from 255) = 31.38%
R=32.23%
G=36.39%
B=31.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252542190.1100.140.00109.7194.5992.75
HexE1FEDBB0E06e5f5d
Octal341376333130160156137135
Binary1110000111111110110110111011011100110111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEDB; }

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

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

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

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

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

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

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

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