#E0F3F1

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

Shades of Tranquil #E0F3F1

Tints of Tranquil #E0F3F1

Color information

#E0F3F1 (or 0xE0F3F1) is unknown color: approx Tranquil. HEX triplet: E0, F3 and F1. RGB value is (224,243,241). Sum of RGB (Red+Green+Blue) = 224+243+241=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 243 (95.31% from 255 or 34.32% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F3F1 is #1F0C0E. Grayscale: #EDEDED. Windows color (decimal): -2034703 or 15856608. OLE color: 15856608.

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

Color convert

RGB224243241-
CMYK0.0800.010.05
HSL173.68º44.19%91.57%-
HSV(B)173.68º7.82%95.29%-
XYZ78.6786.395.73-
YUV237.09130.21118.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.64%
GREEN value IS 243 (95.31% from 255) = 34.32%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=31.64%
G=34.32%
B=34.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242432410.0800.010.05173.6844.1991.57
HexE0F3F18015ae2c5c
Octal3403633611001525654134
Binary111000001111001111110001100001101101011101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3F1; }

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

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

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

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

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

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

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

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