#E0FAEC

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

Shades of Bubbles #E0FAEC

Tints of Bubbles #E0FAEC

Color information

#E0FAEC (or 0xE0FAEC) is unknown color: approx Bubbles. HEX triplet: E0, FA and EC. RGB value is (224,250,236). Sum of RGB (Red+Green+Blue) = 224+250+236=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAEC is #1F0513. Grayscale: #F0F0F0. Windows color (decimal): -2032916 or 15530720. OLE color: 15530720.

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

Color convert

RGB224250236-
CMYK0.1000.060.02
HSL147.69º72.22%92.94%-
HSV(B)147.69º10.4%98.04%-
XYZ80.0790.2792.56-
YUV240.63125.39116.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.55%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=31.55%
G=35.21%
B=33.24%

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
Decimal2242502360.1000.060.02147.6972.2292.94
HexE0FAECA06294485d
Octal34037235412062224110135
Binary11100000111110101110110010100110101001010010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAEC; }

 p { color: rgb(224,250,236); }

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

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

 a { background-color: rgb(224,250,236); }

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

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

 span { border-color: rgb(224,250,236); }

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