#E0F1EF

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

Shades of Tranquil #E0F1EF

Tints of Tranquil #E0F1EF

Color information

#E0F1EF (or 0xE0F1EF) is unknown color: approx Tranquil. HEX triplet: E0, F1 and EF. RGB value is (224,241,239). Sum of RGB (Red+Green+Blue) = 224+241+239=704 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.82% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F1EF is #1F0E10. Grayscale: #EBEBEB. Windows color (decimal): -2035217 or 15725024. OLE color: 15725024.

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

Color convert

RGB224241239-
CMYK0.0700.010.05
HSL172.94º37.78%91.18%-
HSV(B)172.94º7.05%94.51%-
XYZ77.7884.9993.97-
YUV235.69129.87119.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.82%
GREEN value IS 241 (94.53% from 255) = 34.23%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=31.82%
G=34.23%
B=33.95%

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
Decimal2242412390.0700.010.05172.9437.7891.18
HexE0F1EF7015ad265b
Octal340361357701525546133
Binary11100000111100011110111111101101101011011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1EF; }

 p { color: rgb(224,241,239); }

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

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

 a { background-color: rgb(224,241,239); }

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

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

 span { border-color: rgb(224,241,239); }

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