#E2FAED

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

Shades of Bubbles #E2FAED

Tints of Bubbles #E2FAED

Color information

#E2FAED (or 0xE2FAED) is unknown color: approx Bubbles. HEX triplet: E2, FA and ED. RGB value is (226,250,237). Sum of RGB (Red+Green+Blue) = 226+250+237=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAED is #1D0512. Grayscale: #F1F1F1. Windows color (decimal): -1901843 or 15596258. OLE color: 15596258.

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

Color convert

RGB226250237-
CMYK0.1000.050.02
HSL147.5º70.59%93.33%-
HSV(B)147.5º9.6%98.04%-
XYZ80.8490.6593.36-
YUV241.34125.55117.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.70%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=31.70%
G=35.06%
B=33.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502370.1000.050.02147.570.5993.33
HexE2FAEDA05294475d
Octal34237235512052224107135
Binary11100010111110101110110110100101101001010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAED; }

 p { color: rgb(226,250,237); }

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

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

 a { background-color: rgb(226,250,237); }

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

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

 span { border-color: rgb(226,250,237); }

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