#E1F2DF

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

Shades of Tara #E1F2DF

Tints of Tara #E1F2DF

Color information

#E1F2DF (or 0xE1F2DF) is unknown color: approx Tara. HEX triplet: E1, F2 and DF. RGB value is (225,242,223). Sum of RGB (Red+Green+Blue) = 225+242+223=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2DF is #1E0D20. Grayscale: #EAEAEA. Windows color (decimal): -1969441 or 14676705. OLE color: 14676705.

HSL color Cylindrical-coordinate representation of color #E1F2DF: hue angle of 113.68º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1F2DF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB225242223-
CMYK0.0700.080.05
HSL113.68º42.22%91.18%-
HSV(B)113.68º7.85%94.9%-
XYZ76.1284.8482.18-
YUV234.75121.37121.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.61%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=32.61%
G=35.07%
B=32.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422230.0700.080.05113.6842.2291.18
HexE1F2DF7085722a5b
Octal3413623377010516252133
Binary1110000111110010110111111110100010111100101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2DF; }

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

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

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

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

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

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

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

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