#E1FAED

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

Shades of Bubbles #E1FAED

Tints of Bubbles #E1FAED

Color information

#E1FAED (or 0xE1FAED) is unknown color: approx Bubbles. HEX triplet: E1, FA and ED. RGB value is (225,250,237). Sum of RGB (Red+Green+Blue) = 225+250+237=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAED is #1E0512. Grayscale: #F1F1F1. Windows color (decimal): -1967379 or 15596257. OLE color: 15596257.

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

Color convert

RGB225250237-
CMYK0.1000.050.02
HSL148.8º71.43%93.14%-
HSV(B)148.8º10%98.04%-
XYZ80.5290.4993.34-
YUV241.04125.72116.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.60%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=31.60%
G=35.11%
B=33.29%

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
Decimal2252502370.1000.050.02148.871.4393.14
HexE1FAEDA05295475d
Octal34137235512052225107135
Binary11100001111110101110110110100101101001010110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAED; }

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

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

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

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

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

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

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

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