#E7F2F1

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

Shades of Tranquil #E7F2F1

Tints of Tranquil #E7F2F1

Color information

#E7F2F1 (or 0xE7F2F1) is unknown color: approx Tranquil. HEX triplet: E7, F2 and F1. RGB value is (231,242,241). Sum of RGB (Red+Green+Blue) = 231+242+241=714 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.35% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F2F1 is #180D0E. Grayscale: #EEEEEE. Windows color (decimal): -1576207 or 15856359. OLE color: 15856359.

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

Color convert

RGB231242241-
CMYK0.0500.000.05
HSL174.55º29.73%92.75%-
HSV(B)174.55º4.55%94.9%-
XYZ80.5886.8495.73-
YUV238.6129.36122.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.35%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=32.35%
G=33.89%
B=33.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312422410.0500.000.05174.5529.7392.75
HexE7F2F15005af1e5d
Octal347362361500525736135
Binary1110011111110010111100011010010110101111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F2F1; }

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

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

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

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

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

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

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

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