#E1FAEB

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

Shades of Bubbles #E1FAEB

Tints of Bubbles #E1FAEB

Color information

#E1FAEB (or 0xE1FAEB) is unknown color: approx Bubbles. HEX triplet: E1, FA and EB. RGB value is (225,250,235). Sum of RGB (Red+Green+Blue) = 225+250+235=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAEB is #1E0514. Grayscale: #F0F0F0. Windows color (decimal): -1967381 or 15465185. OLE color: 15465185.

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

Color convert

RGB225250235-
CMYK0.1000.060.02
HSL144º71.43%93.14%-
HSV(B)144º10%98.04%-
XYZ80.2390.3891.81-
YUV240.81124.72116.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.69%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 235 (92.19% from 255) = 33.10%
R=31.69%
G=35.21%
B=33.10%

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
Decimal2252502350.1000.060.0214471.4393.14
HexE1FAEBA06290475d
Octal34137235312062220107135
Binary11100001111110101110101110100110101001000010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAEB; }

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

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

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

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

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

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

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

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