#E2FCED

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

Shades of Bubbles #E2FCED

Tints of Bubbles #E2FCED

Color information

#E2FCED (or 0xE2FCED) is unknown color: approx Bubbles. HEX triplet: E2, FC and ED. RGB value is (226,252,237). Sum of RGB (Red+Green+Blue) = 226+252+237=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCED is #1D0312. Grayscale: #F2F2F2. Windows color (decimal): -1901331 or 15596770. OLE color: 15596770.

HSL color Cylindrical-coordinate representation of color #E2FCED: hue angle of 145.38º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FCED is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB226252237-
CMYK0.1000.060.01
HSL145.38º81.25%93.73%-
HSV(B)145.38º10.32%98.82%-
XYZ81.4691.993.57-
YUV242.52124.89116.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.61%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 237 (92.97% from 255) = 33.15%
R=31.61%
G=35.24%
B=33.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262522370.1000.060.01145.3881.2593.73
HexE2FCEDA06191515e
Octal34237435512061221121136
Binary1110001011111100111011011010011011001000110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCED; }

 p { color: rgb(226,252,237); }

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

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

 a { background-color: rgb(226,252,237); }

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

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

 span { border-color: rgb(226,252,237); }

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