Shades of Bubbles #E2F6EA
Tints of Bubbles #E2F6EA
RGB
CMYK
RGB Variations
Color information
#E2F6EA (or 0xE2F6EA) is known color: Bubbles. HEX triplet: E2, F6 and EA. RGB value is (226,246,234). Sum of RGB (Red+Green+Blue) = 226+246+234=706 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.01% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F6EA is #1D0915. Grayscale: #EEEEEE. Windows color (decimal): -1902870 or 15398626. OLE color: 15398626.
HSL color Cylindrical-coordinate representation of color #E2F6EA: hue angle of 144º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F6EA is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 234 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.04 |
| HSL | 144º | 0.53% | 0.93% | - |
| HSV(B) | 144º | 0.08% | 0.96% | - |
| XYZ | 79.17 | 88.02 | 90.66 | - |
| YUV | 238.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 234 | 0.08 | 0 | 0.05 | 0.04 | 144 | 0.53 | 0.93 |
| Hex | E2 | F6 | EA | 8 | 0 | 5 | 4 | 90 | 35 | 5D |
| Octal | 342 | 366 | 352 | 10 | 0 | 5 | 4 | 220 | 65 | 135 |
| Binary | 11100010 | 11110110 | 11101010 | 1000 | 0 | 101 | 100 | 10010000 | 110101 | 1011101 |
Color Harmonies of #E2F6EA
Complementary color
Monochromatic Colors of #E2F6EA
Black with #E2F6EA
Text Example
Text Example
White with #E2F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F6EA; }
p { color: rgb(226,246,234); }
H1.HeaderClassName
{
color: #E2F6EA;
}
.AnyTagClassName
{
color: #E2F6EA;
}
</style>
background-color css
<style>
a { background-color: #E2F6EA; }
a { background-color: rgb(226,246,234); }
div.DivClassName
{
background-color: #E2F6EA;
}
.BgClassName
{
background-color: #E2F6EA;
}
</style>
border-color css
<style>
span { border-color: #E2F6EA; }
span { border-color: rgb(226,246,234); }
td.TdClassName
{
border-color: #E2F6EA;
}
.TagClassName
{
border-color: #E2F6EA;
}
</style>