#E2F3F1

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

Shades of Tranquil #E2F3F1

Tints of Tranquil #E2F3F1

Color information

#E2F3F1 (or 0xE2F3F1) is unknown color: approx Tranquil. HEX triplet: E2, F3 and F1. RGB value is (226,243,241). Sum of RGB (Red+Green+Blue) = 226+243+241=710 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.83% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F3F1 is #1D0C0E. Grayscale: #EDEDED. Windows color (decimal): -1903631 or 15856610. OLE color: 15856610.

HSL color Cylindrical-coordinate representation of color #E2F3F1: hue angle of 172.94º degrees, saturation: 0.41, 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 #E2F3F1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB226243241-
CMYK0.0700.010.05
HSL172.94º41.46%91.96%-
HSV(B)172.94º7%95.29%-
XYZ79.2986.6295.76-
YUV237.69129.87119.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.83%
GREEN value IS 243 (95.31% from 255) = 34.23%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=31.83%
G=34.23%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262432410.0700.010.05172.9441.4691.96
HexE2F3F17015ad295c
Octal342363361701525551134
Binary11100010111100111111000111101101101011011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F3F1; }

 p { color: rgb(226,243,241); }

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

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

 a { background-color: rgb(226,243,241); }

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

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

 span { border-color: rgb(226,243,241); }

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