Html Css Color HEX #E2FAEB Bubbles

📋 copy color: '#E2FAEB'

red 226 ◦ green 250 ◦ blue 235

#E2FAEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bubbles #E2FAEB

Tints of Bubbles #E2FAEB

RGB

 RED value IS 226 (88.67% from 255) = 31.79%

 GREEN value IS 250 (98.05% from 255) = 35.16%

 BLUE value IS 235 (92.19% from 255) = 33.05%

R = 31.79%
G = 35.16%
B = 33.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#E2FAEB (or 0xE2FAEB) is known color: Bubbles. HEX triplet: E2, FA and EB. RGB value is (226,250,235). Sum of RGB (Red+Green+Blue) = 226+250+235=711 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.79% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FAEB is #1D0514. Grayscale: #F1F1F1. Windows color (decimal): -1901845 or 15465186. OLE color: 15465186.

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

Color convert

RGB 226 250 235 -
CMYK 0.10 0 0.06 0.02
HSL 142.5º 0.71% 0.93% -
HSV(B) 142.5º 0.1% 0.98% -
XYZ 80.55 90.54 91.83 -
YUV 241.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 226 250 235 0.10 0 0.06 0.02 142.5 0.71 0.93
Hex E2 FA EB A 0 6 2 8E 47 5D
Octal 342 372 353 12 0 6 2 216 107 135
Binary 11100010 11111010 11101011 1010 0 110 10 10001110 1000111 1011101

Color Harmonies of #E2FAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FAEB

Black with #E2FAEB

Text Example


Text Example

White with #E2FAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FAEB; }

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

 H1.HeaderClassName
 {
   color: #E2FAEB;
 }
 .AnyTagClassName
 {
   color: #E2FAEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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