Shades of Bubbles #E1FFF0
Tints of Bubbles #E1FFF0
RGB
CMYK
RGB Variations
Color information
#E1FFF0 (or 0xE1FFF0) is known color: Bubbles. HEX triplet: E1, FF and F0. RGB value is (225,255,240). Sum of RGB (Red+Green+Blue) = 225+255+240=720 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.25% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FFF0 is #1E000F. Grayscale: #F4F4F4. Windows color (decimal): -1966096 or 15794145. OLE color: 15794145.
HSL color Cylindrical-coordinate representation of color #E1FFF0: hue angle of 150º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FFF0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 240 | - |
| CMYK | 0.12 | 0 | 0.06 | 0 |
| HSL | 150º | 1% | 0.94% | - |
| HSV(B) | 150º | 0.12% | 1% | - |
| XYZ | 82.54 | 93.82 | 96.2 | - |
| YUV | 244.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 240 | 0.12 | 0 | 0.06 | 0 | 150 | 1 | 0.94 |
| Hex | E1 | FF | F0 | C | 0 | 6 | 0 | 96 | 64 | 5E |
| Octal | 341 | 377 | 360 | 14 | 0 | 6 | 0 | 226 | 144 | 136 |
| Binary | 11100001 | 11111111 | 11110000 | 1100 | 0 | 110 | 0 | 10010110 | 1100100 | 1011110 |
Color Harmonies of #E1FFF0
Complementary color
Monochromatic Colors of #E1FFF0
Black with #E1FFF0
Text Example
Text Example
White with #E1FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFF0; }
p { color: rgb(225,255,240); }
H1.HeaderClassName
{
color: #E1FFF0;
}
.AnyTagClassName
{
color: #E1FFF0;
}
</style>
background-color css
<style>
a { background-color: #E1FFF0; }
a { background-color: rgb(225,255,240); }
div.DivClassName
{
background-color: #E1FFF0;
}
.BgClassName
{
background-color: #E1FFF0;
}
</style>
border-color css
<style>
span { border-color: #E1FFF0; }
span { border-color: rgb(225,255,240); }
td.TdClassName
{
border-color: #E1FFF0;
}
.TagClassName
{
border-color: #E1FFF0;
}
</style>