#EDF4EF

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

Shades of Bubbles #EDF4EF

Tints of Bubbles #EDF4EF

Color information

#EDF4EF (or 0xEDF4EF) is unknown color: approx Bubbles. HEX triplet: ED, F4 and EF. RGB value is (237,244,239). Sum of RGB (Red+Green+Blue) = 237+244+239=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4EF is #120B10. Grayscale: #F1F1F1. Windows color (decimal): -1182481 or 15725805. OLE color: 15725805.

HSL color Cylindrical-coordinate representation of color #EDF4EF: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF4EF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB237244239-
CMYK0.0300.020.04
HSL137.14º24.14%94.31%-
HSV(B)137.14º2.87%95.69%-
XYZ82.8688.9494.46-
YUV241.34126.68124.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 239 (93.75% from 255) = 33.19%
R=32.92%
G=33.89%
B=33.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442390.0300.020.04137.1424.1494.31
HexEDF4EF302489185e
Octal355364357302421130136
Binary1110110111110100111011111101010010001001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4EF; }

 p { color: rgb(237,244,239); }

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

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

 a { background-color: rgb(237,244,239); }

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

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

 span { border-color: rgb(237,244,239); }

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