#EBF2ED

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

Shades of Bubbles #EBF2ED

Tints of Bubbles #EBF2ED

Color information

#EBF2ED (or 0xEBF2ED) is unknown color: approx Bubbles. HEX triplet: EB, F2 and ED. RGB value is (235,242,237). Sum of RGB (Red+Green+Blue) = 235+242+237=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2ED is #140D12. Grayscale: #EFEFEF. Windows color (decimal): -1314067 or 15594219. OLE color: 15594219.

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

Color convert

RGB235242237-
CMYK0.0300.020.05
HSL137.14º21.21%93.53%-
HSV(B)137.14º2.89%94.9%-
XYZ81.387.2892.68-
YUV239.34126.68124.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.91%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 237 (92.97% from 255) = 33.19%
R=32.91%
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.05
SystemRedGreenBlueCMYKHSL
Decimal2352422370.0300.020.05137.1421.2193.53
HexEBF2ED302589155e
Octal353362355302521125136
Binary1110101111110010111011011101010110001001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2ED; }

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

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

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

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

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

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

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

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