Shades of Bubbles #ECFFF2
Tints of Bubbles #ECFFF2
RGB
CMYK
RGB Variations
Color information
#ECFFF2 (or 0xECFFF2) is known color: Bubbles. HEX triplet: EC, FF and F2. RGB value is (236,255,242). Sum of RGB (Red+Green+Blue) = 236+255+242=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFFF2 is #13000D. Grayscale: #F7F7F7. Windows color (decimal): -1245198 or 15925228. OLE color: 15925228.
HSL color Cylindrical-coordinate representation of color #ECFFF2: hue angle of 138.95º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFFF2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 242 | - |
| CMYK | 0.07 | 0 | 0.05 | 0 |
| HSL | 138.95º | 1% | 0.96% | - |
| HSV(B) | 138.95º | 0.07% | 1% | - |
| XYZ | 86.38 | 95.76 | 97.94 | - |
| YUV | 247.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 242 | 0.07 | 0 | 0.05 | 0 | 138.95 | 1 | 0.96 |
| Hex | EC | FF | F2 | 7 | 0 | 5 | 0 | 8B | 64 | 60 |
| Octal | 354 | 377 | 362 | 7 | 0 | 5 | 0 | 213 | 144 | 140 |
| Binary | 11101100 | 11111111 | 11110010 | 111 | 0 | 101 | 0 | 10001011 | 1100100 | 1100000 |
Color Harmonies of #ECFFF2
Complementary color
Monochromatic Colors of #ECFFF2
Black with #ECFFF2
Text Example
Text Example
White with #ECFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFF2; }
p { color: rgb(236,255,242); }
H1.HeaderClassName
{
color: #ECFFF2;
}
.AnyTagClassName
{
color: #ECFFF2;
}
</style>
background-color css
<style>
a { background-color: #ECFFF2; }
a { background-color: rgb(236,255,242); }
div.DivClassName
{
background-color: #ECFFF2;
}
.BgClassName
{
background-color: #ECFFF2;
}
</style>
border-color css
<style>
span { border-color: #ECFFF2; }
span { border-color: rgb(236,255,242); }
td.TdClassName
{
border-color: #ECFFF2;
}
.TagClassName
{
border-color: #ECFFF2;
}
</style>