Shades of Bubbles #E2F2E7
Tints of Bubbles #E2F2E7
RGB
CMYK
RGB Variations
Color information
#E2F2E7 (or 0xE2F2E7) is known color: Bubbles. HEX triplet: E2, F2 and E7. RGB value is (226,242,231). Sum of RGB (Red+Green+Blue) = 226+242+231=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 231 (90.62% from 255 or 33.05% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2E7 is #1D0D18. Grayscale: #EBEBEB. Windows color (decimal): -1903897 or 15200994. OLE color: 15200994.
HSL color Cylindrical-coordinate representation of color #E2F2E7: hue angle of 138.75º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2F2E7 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 231 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.05 |
| HSL | 138.75º | 0.38% | 0.92% | - |
| HSV(B) | 138.75º | 0.07% | 0.95% | - |
| XYZ | 77.54 | 85.44 | 88.01 | - |
| YUV | 235.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 231 | 0.07 | 0 | 0.05 | 0.05 | 138.75 | 0.38 | 0.92 |
| Hex | E2 | F2 | E7 | 7 | 0 | 5 | 5 | 8B | 26 | 5C |
| Octal | 342 | 362 | 347 | 7 | 0 | 5 | 5 | 213 | 46 | 134 |
| Binary | 11100010 | 11110010 | 11100111 | 111 | 0 | 101 | 101 | 10001011 | 100110 | 1011100 |
Color Harmonies of #E2F2E7
Complementary color
Monochromatic Colors of #E2F2E7
Black with #E2F2E7
Text Example
Text Example
White with #E2F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2E7; }
p { color: rgb(226,242,231); }
H1.HeaderClassName
{
color: #E2F2E7;
}
.AnyTagClassName
{
color: #E2F2E7;
}
</style>
background-color css
<style>
a { background-color: #E2F2E7; }
a { background-color: rgb(226,242,231); }
div.DivClassName
{
background-color: #E2F2E7;
}
.BgClassName
{
background-color: #E2F2E7;
}
</style>
border-color css
<style>
span { border-color: #E2F2E7; }
span { border-color: rgb(226,242,231); }
td.TdClassName
{
border-color: #E2F2E7;
}
.TagClassName
{
border-color: #E2F2E7;
}
</style>