#E1F2DA

Color #E1F2DA Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #E1F2DA

Tints of Hint Of Green #E1F2DA

Color information

#E1F2DA (or 0xE1F2DA) is unknown color: approx Hint Of Green. HEX triplet: E1, F2 and DA. RGB value is (225,242,218). Sum of RGB (Red+Green+Blue) = 225+242+218=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2DA is #1E0D25. Grayscale: #EAEAEA. Windows color (decimal): -1969446 or 14349025. OLE color: 14349025.

HSL color Cylindrical-coordinate representation of color #E1F2DA: hue angle of 102.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1F2DA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB225242218-
CMYK0.0700.100.05
HSL102.5º48%90.2%-
HSV(B)102.5º9.92%94.9%-
XYZ75.4684.5778.68-
YUV234.18118.87121.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.85%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=32.85%
G=35.33%
B=31.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422180.0700.100.05102.54890.2
HexE1F2DA70A566305a
Octal3413623327012514660132
Binary1110000111110010110110101110101010111001101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2DA; }

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

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

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

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

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

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

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

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