#E1F2F1

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

Shades of Tranquil #E1F2F1

Tints of Tranquil #E1F2F1

Color information

#E1F2F1 (or 0xE1F2F1) is unknown color: approx Tranquil. HEX triplet: E1, F2 and F1. RGB value is (225,242,241). Sum of RGB (Red+Green+Blue) = 225+242+241=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 242 (94.92% from 255 or 34.18% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2F1 is #1E0D0E. Grayscale: #ECECEC. Windows color (decimal): -1969423 or 15856353. OLE color: 15856353.

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

Color convert

RGB225242241-
CMYK0.0700.000.05
HSL176.47º39.53%91.57%-
HSV(B)176.47º7.02%94.9%-
XYZ78.6885.8695.65-
YUV236.8130.37119.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.78%
GREEN value IS 242 (94.92% from 255) = 34.18%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=31.78%
G=34.18%
B=34.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422410.0700.000.05176.4739.5391.57
HexE1F2F17005b0285c
Octal341362361700526050134
Binary11100001111100101111000111100101101100001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2F1; }

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

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

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

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

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

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

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

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