#E1FEED

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

Shades of Bubbles #E1FEED

Tints of Bubbles #E1FEED

Color information

#E1FEED (or 0xE1FEED) is unknown color: approx Bubbles. HEX triplet: E1, FE and ED. RGB value is (225,254,237). Sum of RGB (Red+Green+Blue) = 225+254+237=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FEED is #1E0112. Grayscale: #F3F3F3. Windows color (decimal): -1966355 or 15597281. OLE color: 15597281.

HSL color Cylindrical-coordinate representation of color #E1FEED: hue angle of 144.83º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1FEED is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB225254237-
CMYK0.1100.070.00
HSL144.83º93.55%93.92%-
HSV(B)144.83º11.42%99.61%-
XYZ81.7893.0193.76-
YUV243.39124.39114.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.42%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=31.42%
G=35.47%
B=33.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252542370.1100.070.00144.8393.5593.92
HexE1FEEDB070915e5e
Octal34137635513070221136136
Binary1110000111111110111011011011011101001000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FEED; }

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

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

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

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

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

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

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

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