#EDF3EF

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

Shades of Bubbles #EDF3EF

Tints of Bubbles #EDF3EF

Color information

#EDF3EF (or 0xEDF3EF) is unknown color: approx Bubbles. HEX triplet: ED, F3 and EF. RGB value is (237,243,239). Sum of RGB (Red+Green+Blue) = 237+243+239=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3EF is #120C10. Grayscale: #F0F0F0. Windows color (decimal): -1182737 or 15725549. OLE color: 15725549.

HSL color Cylindrical-coordinate representation of color #EDF3EF: hue angle of 140º 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 #EDF3EF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB237243239-
CMYK0.0200.020.05
HSL140º20%94.12%-
HSV(B)140º2.47%95.29%-
XYZ82.5688.3494.36-
YUV240.75127.01125.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 239 (93.75% from 255) = 33.24%
R=32.96%
G=33.80%
B=33.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432390.0200.020.051402094.12
HexEDF3EF20258c145e
Octal355363357202521424136
Binary1110110111110011111011111001010110001100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3EF; }

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

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

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

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

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

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

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

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