#E1FADD

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

Shades of Tara #E1FADD

Tints of Tara #E1FADD

Color information

#E1FADD (or 0xE1FADD) is unknown color: approx Tara. HEX triplet: E1, FA and DD. RGB value is (225,250,221). Sum of RGB (Red+Green+Blue) = 225+250+221=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FADD is #1E0522. Grayscale: #EFEFEF. Windows color (decimal): -1967395 or 14547681. OLE color: 14547681.

HSL color Cylindrical-coordinate representation of color #E1FADD: hue angle of 111.72º 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 #E1FADD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB225250221-
CMYK0.1000.120.02
HSL111.72º74.36%92.35%-
HSV(B)111.72º11.6%98.04%-
XYZ78.2989.681.57-
YUV239.22117.72117.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=32.33%
G=35.92%
B=31.75%

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
Decimal2252502210.1000.120.02111.7274.3692.35
HexE1FADDA0C2704a5c
Octal341372335120142160112134
Binary11100001111110101101110110100110010111000010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FADD; }

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

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

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

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

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

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

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

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