Shades of Bubbles #E0F2E7
Tints of Bubbles #E0F2E7
RGB
CMYK
RGB Variations
Color information
#E0F2E7 (or 0xE0F2E7) is known color: Bubbles. HEX triplet: E0, F2 and E7. RGB value is (224,242,231). Sum of RGB (Red+Green+Blue) = 224+242+231=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2E7 is #1F0D18. Grayscale: #EBEBEB. Windows color (decimal): -2034969 or 15200992. OLE color: 15200992.
HSL color Cylindrical-coordinate representation of color #E0F2E7: hue angle of 143.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2E7 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 231 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.05 |
| HSL | 143.33º | 0.41% | 0.91% | - |
| HSV(B) | 143.33º | 0.07% | 0.95% | - |
| XYZ | 76.92 | 85.12 | 87.98 | - |
| YUV | 235.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 231 | 0.07 | 0 | 0.05 | 0.05 | 143.33 | 0.41 | 0.91 |
| Hex | E0 | F2 | E7 | 7 | 0 | 5 | 5 | 8F | 29 | 5B |
| Octal | 340 | 362 | 347 | 7 | 0 | 5 | 5 | 217 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11100111 | 111 | 0 | 101 | 101 | 10001111 | 101001 | 1011011 |
Color Harmonies of #E0F2E7
Complementary color
Monochromatic Colors of #E0F2E7
Black with #E0F2E7
Text Example
Text Example
White with #E0F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2E7; }
p { color: rgb(224,242,231); }
H1.HeaderClassName
{
color: #E0F2E7;
}
.AnyTagClassName
{
color: #E0F2E7;
}
</style>
background-color css
<style>
a { background-color: #E0F2E7; }
a { background-color: rgb(224,242,231); }
div.DivClassName
{
background-color: #E0F2E7;
}
.BgClassName
{
background-color: #E0F2E7;
}
</style>
border-color css
<style>
span { border-color: #E0F2E7; }
span { border-color: rgb(224,242,231); }
td.TdClassName
{
border-color: #E0F2E7;
}
.TagClassName
{
border-color: #E0F2E7;
}
</style>