Shades of Bubbles #ECF2EE
Tints of Bubbles #ECF2EE
RGB
CMYK
RGB Variations
Color information
#ECF2EE (or 0xECF2EE) is known color: Bubbles. HEX triplet: EC, F2 and EE. RGB value is (236,242,238). Sum of RGB (Red+Green+Blue) = 236+242+238=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2EE is #130D11. Grayscale: #EFEFEF. Windows color (decimal): -1248530 or 15659756. OLE color: 15659756.
HSL color Cylindrical-coordinate representation of color #ECF2EE: hue angle of 140º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECF2EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 238 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 140º | 0.19% | 0.94% | - |
| HSV(B) | 140º | 0.02% | 0.95% | - |
| XYZ | 81.78 | 87.51 | 93.47 | - |
| YUV | 239.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 238 | 0.02 | 0 | 0.02 | 0.05 | 140 | 0.19 | 0.94 |
| Hex | EC | F2 | EE | 2 | 0 | 2 | 5 | 8C | 13 | 5E |
| Octal | 354 | 362 | 356 | 2 | 0 | 2 | 5 | 214 | 23 | 136 |
| Binary | 11101100 | 11110010 | 11101110 | 10 | 0 | 10 | 101 | 10001100 | 10011 | 1011110 |
Color Harmonies of #ECF2EE
Complementary color
Monochromatic Colors of #ECF2EE
Black with #ECF2EE
Text Example
Text Example
White with #ECF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF2EE; }
p { color: rgb(236,242,238); }
H1.HeaderClassName
{
color: #ECF2EE;
}
.AnyTagClassName
{
color: #ECF2EE;
}
</style>
background-color css
<style>
a { background-color: #ECF2EE; }
a { background-color: rgb(236,242,238); }
div.DivClassName
{
background-color: #ECF2EE;
}
.BgClassName
{
background-color: #ECF2EE;
}
</style>
border-color css
<style>
span { border-color: #ECF2EE; }
span { border-color: rgb(236,242,238); }
td.TdClassName
{
border-color: #ECF2EE;
}
.TagClassName
{
border-color: #ECF2EE;
}
</style>