#EDF3F2

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

Shades of Tranquil #EDF3F2

Tints of Tranquil #EDF3F2

Color information

#EDF3F2 (or 0xEDF3F2) is unknown color: approx Tranquil. HEX triplet: ED, F3 and F2. RGB value is (237,243,242). Sum of RGB (Red+Green+Blue) = 237+243+242=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 243 (95.31% from 255 or 33.66% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3F2 is #120C0D. Grayscale: #F1F1F1. Windows color (decimal): -1182734 or 15922157. OLE color: 15922157.

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

Color convert

RGB237243242-
CMYK0.0200.000.05
HSL170º20%94.12%-
HSV(B)170º2.47%95.29%-
XYZ8388.5296.72-
YUV241.09128.51125.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 243 (95.31% from 255) = 33.66%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=32.83%
G=33.66%
B=33.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432420.0200.000.051702094.12
HexEDF3F22005aa145e
Octal355363362200525224136
Binary111011011111001111110010100010110101010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3F2; }

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

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

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

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

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

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

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

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