#E2FAEB

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

Shades of Bubbles #E2FAEB

Tints of Bubbles #E2FAEB

Color information

#E2FAEB (or 0xE2FAEB) is unknown color: approx Bubbles. HEX triplet: E2, FA and EB. RGB value is (226,250,235). Sum of RGB (Red+Green+Blue) = 226+250+235=711 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.79% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAEB is #1D0514. Grayscale: #F1F1F1. Windows color (decimal): -1901845 or 15465186. OLE color: 15465186.

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

Color convert

RGB226250235-
CMYK0.1000.060.02
HSL142.5º70.59%93.33%-
HSV(B)142.5º9.6%98.04%-
XYZ80.5590.5491.83-
YUV241.11124.55117.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.79%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=31.79%
G=35.16%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262502350.1000.060.02142.570.5993.33
HexE2FAEBA0628e475d
Octal34237235312062216107135
Binary11100010111110101110101110100110101000111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAEB; }

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

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

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

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

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

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

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

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