Shades of Bubbles #ECFEF2
Tints of Bubbles #ECFEF2
RGB
CMYK
RGB Variations
Color information
#ECFEF2 (or 0xECFEF2) is known color: Bubbles. HEX triplet: EC, FE and F2. RGB value is (236,254,242). Sum of RGB (Red+Green+Blue) = 236+254+242=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEF2 is #13010D. Grayscale: #F7F7F7. Windows color (decimal): -1245454 or 15924972. OLE color: 15924972.
HSL color Cylindrical-coordinate representation of color #ECFEF2: hue angle of 140º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFEF2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 242 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.00 |
| HSL | 140º | 0.9% | 0.96% | - |
| HSV(B) | 140º | 0.07% | 1% | - |
| XYZ | 86.06 | 95.13 | 97.83 | - |
| YUV | 247.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 242 | 0.07 | 0 | 0.05 | 0.00 | 140 | 0.9 | 0.96 |
| Hex | EC | FE | F2 | 7 | 0 | 5 | 0 | 8C | 5A | 60 |
| Octal | 354 | 376 | 362 | 7 | 0 | 5 | 0 | 214 | 132 | 140 |
| Binary | 11101100 | 11111110 | 11110010 | 111 | 0 | 101 | 0 | 10001100 | 1011010 | 1100000 |
Color Harmonies of #ECFEF2
Complementary color
Monochromatic Colors of #ECFEF2
Black with #ECFEF2
Text Example
Text Example
White with #ECFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEF2; }
p { color: rgb(236,254,242); }
H1.HeaderClassName
{
color: #ECFEF2;
}
.AnyTagClassName
{
color: #ECFEF2;
}
</style>
background-color css
<style>
a { background-color: #ECFEF2; }
a { background-color: rgb(236,254,242); }
div.DivClassName
{
background-color: #ECFEF2;
}
.BgClassName
{
background-color: #ECFEF2;
}
</style>
border-color css
<style>
span { border-color: #ECFEF2; }
span { border-color: rgb(236,254,242); }
td.TdClassName
{
border-color: #ECFEF2;
}
.TagClassName
{
border-color: #ECFEF2;
}
</style>