Shades of Bubbles #ECFBF1
Tints of Bubbles #ECFBF1
RGB
CMYK
RGB Variations
Color information
#ECFBF1 (or 0xECFBF1) is known color: Bubbles. HEX triplet: EC, FB and F1. RGB value is (236,251,241). Sum of RGB (Red+Green+Blue) = 236+251+241=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBF1 is #13040E. Grayscale: #F5F5F5. Windows color (decimal): -1246223 or 15858668. OLE color: 15858668.
HSL color Cylindrical-coordinate representation of color #ECFBF1: hue angle of 140º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBF1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 241 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.02 |
| HSL | 140º | 0.65% | 0.95% | - |
| HSV(B) | 140º | 0.06% | 0.98% | - |
| XYZ | 84.97 | 93.18 | 96.73 | - |
| YUV | 245.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 241 | 0.06 | 0 | 0.04 | 0.02 | 140 | 0.65 | 0.95 |
| Hex | EC | FB | F1 | 6 | 0 | 4 | 2 | 8C | 41 | 5F |
| Octal | 354 | 373 | 361 | 6 | 0 | 4 | 2 | 214 | 101 | 137 |
| Binary | 11101100 | 11111011 | 11110001 | 110 | 0 | 100 | 10 | 10001100 | 1000001 | 1011111 |
Color Harmonies of #ECFBF1
Complementary color
Monochromatic Colors of #ECFBF1
Black with #ECFBF1
Text Example
Text Example
White with #ECFBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBF1; }
p { color: rgb(236,251,241); }
H1.HeaderClassName
{
color: #ECFBF1;
}
.AnyTagClassName
{
color: #ECFBF1;
}
</style>
background-color css
<style>
a { background-color: #ECFBF1; }
a { background-color: rgb(236,251,241); }
div.DivClassName
{
background-color: #ECFBF1;
}
.BgClassName
{
background-color: #ECFBF1;
}
</style>
border-color css
<style>
span { border-color: #ECFBF1; }
span { border-color: rgb(236,251,241); }
td.TdClassName
{
border-color: #ECFBF1;
}
.TagClassName
{
border-color: #ECFBF1;
}
</style>