#EBF1ED

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

Shades of Bubbles #EBF1ED

Tints of Bubbles #EBF1ED

Color information

#EBF1ED (or 0xEBF1ED) is unknown color: approx Bubbles. HEX triplet: EB, F1 and ED. RGB value is (235,241,237). Sum of RGB (Red+Green+Blue) = 235+241+237=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1ED is #140E12. Grayscale: #EEEEEE. Windows color (decimal): -1314323 or 15593963. OLE color: 15593963.

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

Color convert

RGB235241237-
CMYK0.0200.020.05
HSL140º17.65%93.33%-
HSV(B)140º2.49%94.51%-
XYZ8186.6992.58-
YUV238.75127.01125.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 241 (94.53% from 255) = 33.80%
BLUE value IS 237 (92.97% 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
Decimal2352412370.0200.020.0514017.6593.33
HexEBF1ED20258c125d
Octal353361355202521422135
Binary1110101111110001111011011001010110001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1ED; }

 p { color: rgb(235,241,237); }

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

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

 a { background-color: rgb(235,241,237); }

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

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

 span { border-color: rgb(235,241,237); }

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