#E1F2E7

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

Shades of Bubbles #E1F2E7

Tints of Bubbles #E1F2E7

Color information

#E1F2E7 (or 0xE1F2E7) is unknown color: approx Bubbles. HEX triplet: E1, F2 and E7. RGB value is (225,242,231). Sum of RGB (Red+Green+Blue) = 225+242+231=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2E7 is #1E0D18. Grayscale: #EBEBEB. Windows color (decimal): -1969433 or 15200993. OLE color: 15200993.

HSL color Cylindrical-coordinate representation of color #E1F2E7: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1F2E7 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB225242231-
CMYK0.0700.050.05
HSL141.18º39.53%91.57%-
HSV(B)141.18º7.02%94.9%-
XYZ77.2385.2887.99-
YUV235.66125.37120.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 231 (90.62% from 255) = 33.09%
R=32.23%
G=34.67%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422310.0700.050.05141.1839.5391.57
HexE1F2E770558d285c
Octal341362347705521550134
Binary1110000111110010111001111110101101100011011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2E7; }

 p { color: rgb(225,242,231); }

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

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

 a { background-color: rgb(225,242,231); }

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

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

 span { border-color: rgb(225,242,231); }

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