#E0FBED

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

Shades of Bubbles #E0FBED

Tints of Bubbles #E0FBED

Color information

#E0FBED (or 0xE0FBED) is unknown color: approx Bubbles. HEX triplet: E0, FB and ED. RGB value is (224,251,237). Sum of RGB (Red+Green+Blue) = 224+251+237=712 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.46% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FBED is #1F0412. Grayscale: #F1F1F1. Windows color (decimal): -2032659 or 15596512. OLE color: 15596512.

HSL color Cylindrical-coordinate representation of color #E0FBED: hue angle of 148.89º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FBED is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB224251237-
CMYK0.1100.060.02
HSL148.89º77.14%93.14%-
HSV(B)148.89º10.76%98.43%-
XYZ80.5290.9693.43-
YUV241.33125.55115.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.46%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=31.46%
G=35.25%
B=33.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242512370.1100.060.02148.8977.1493.14
HexE0FBEDB062954d5d
Octal34037335513062225115135
Binary11100000111110111110110110110110101001010110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBED; }

 p { color: rgb(224,251,237); }

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

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

 a { background-color: rgb(224,251,237); }

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

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

 span { border-color: rgb(224,251,237); }

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