#E6F1F0

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

Shades of Tranquil #E6F1F0

Tints of Tranquil #E6F1F0

Color information

#E6F1F0 (or 0xE6F1F0) is unknown color: approx Tranquil. HEX triplet: E6, F1 and F0. RGB value is (230,241,240). Sum of RGB (Red+Green+Blue) = 230+241+240=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1F0 is #190E0F. Grayscale: #EDEDED. Windows color (decimal): -1642000 or 15790566. OLE color: 15790566.

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

Color convert

RGB230241240-
CMYK0.0500.000.05
HSL174.55º28.21%92.35%-
HSV(B)174.55º4.56%94.51%-
XYZ79.8286.0294.84-
YUV237.6129.36122.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.35%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=32.35%
G=33.90%
B=33.76%

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
Decimal2302412400.0500.000.05174.5528.2192.35
HexE6F1F05005af1c5c
Octal346361360500525734134
Binary1110011011110001111100001010010110101111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F1F0; }

 p { color: rgb(230,241,240); }

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

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

 a { background-color: rgb(230,241,240); }

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

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

 span { border-color: rgb(230,241,240); }

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