#E1FADC

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

Shades of Tara #E1FADC

Tints of Tara #E1FADC

Color information

#E1FADC (or 0xE1FADC) is unknown color: approx Tara. HEX triplet: E1, FA and DC. RGB value is (225,250,220). Sum of RGB (Red+Green+Blue) = 225+250+220=695 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.37% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FADC is #1E0523. Grayscale: #EFEFEF. Windows color (decimal): -1967396 or 14482145. OLE color: 14482145.

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

Color convert

RGB225250220-
CMYK0.1000.120.02
HSL110º75%92.16%-
HSV(B)110º12%98.04%-
XYZ78.1689.5580.88-
YUV239.1117.22117.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.37%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=32.37%
G=35.97%
B=31.65%

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
Decimal2252502200.1000.120.021107592.16
HexE1FADCA0C26e4b5c
Octal341372334120142156113134
Binary11100001111110101101110010100110010110111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FADC; }

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

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

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

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

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

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

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

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