#E5F0EF

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

Shades of Tranquil #E5F0EF

Tints of Tranquil #E5F0EF

Color information

#E5F0EF (or 0xE5F0EF) is unknown color: approx Tranquil. HEX triplet: E5, F0 and EF. RGB value is (229,240,239). Sum of RGB (Red+Green+Blue) = 229+240+239=708 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.34% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F0EF is #1A0F10. Grayscale: #ECECEC. Windows color (decimal): -1707793 or 15724773. OLE color: 15724773.

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

Color convert

RGB229240239-
CMYK0.0500.000.06
HSL174.55º26.83%91.96%-
HSV(B)174.55º4.58%94.12%-
XYZ79.0585.2193.94-
YUV236.6129.36122.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.34%
GREEN value IS 240 (94.14% from 255) = 33.90%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=32.34%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2292402390.0500.000.06174.5526.8391.96
HexE5F0EF5006af1b5c
Octal345360357500625733134
Binary1110010111110000111011111010011010101111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0EF; }

 p { color: rgb(229,240,239); }

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

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

 a { background-color: rgb(229,240,239); }

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

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

 span { border-color: rgb(229,240,239); }

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