#E0FAEB

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

Shades of Bubbles #E0FAEB

Tints of Bubbles #E0FAEB

Color information

#E0FAEB (or 0xE0FAEB) is unknown color: approx Bubbles. HEX triplet: E0, FA and EB. RGB value is (224,250,235). Sum of RGB (Red+Green+Blue) = 224+250+235=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAEB is #1F0514. Grayscale: #F0F0F0. Windows color (decimal): -2032917 or 15465184. OLE color: 15465184.

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

Color convert

RGB224250235-
CMYK0.1000.060.02
HSL145.38º72.22%92.94%-
HSV(B)145.38º10.4%98.04%-
XYZ79.9290.2291.8-
YUV240.52124.89116.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.59%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=31.59%
G=35.26%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2242502350.1000.060.02145.3872.2292.94
HexE0FAEBA06291485d
Octal34037235312062221110135
Binary11100000111110101110101110100110101001000110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAEB; }

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

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

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

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

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

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

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

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