#EAF3F2

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

Shades of Tranquil #EAF3F2

Tints of Tranquil #EAF3F2

Color information

#EAF3F2 (or 0xEAF3F2) is unknown color: approx Tranquil. HEX triplet: EA, F3 and F2. RGB value is (234,243,242). Sum of RGB (Red+Green+Blue) = 234+243+242=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3F2 is #150C0D. Grayscale: #F0F0F0. Windows color (decimal): -1379342 or 15922154. OLE color: 15922154.

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

Color convert

RGB234243242-
CMYK0.0400.000.05
HSL173.33º27.27%93.53%-
HSV(B)173.33º3.7%95.29%-
XYZ82.018896.67-
YUV240.19129.02123.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.55%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=32.55%
G=33.80%
B=33.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432420.0400.000.05173.3327.2793.53
HexEAF3F24005ad1b5e
Octal352363362400525533136
Binary1110101011110011111100101000010110101101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3F2; }

 p { color: rgb(234,243,242); }

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

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

 a { background-color: rgb(234,243,242); }

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

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

 span { border-color: rgb(234,243,242); }

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