Shades of Bubbles #EBFCF1
Tints of Bubbles #EBFCF1
RGB
CMYK
RGB Variations
Color information
#EBFCF1 (or 0xEBFCF1) is known color: Bubbles. HEX triplet: EB, FC and F1. RGB value is (235,252,241). Sum of RGB (Red+Green+Blue) = 235+252+241=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCF1 is #14030E. Grayscale: #F5F5F5. Windows color (decimal): -1311503 or 15858923. OLE color: 15858923.
HSL color Cylindrical-coordinate representation of color #EBFCF1: hue angle of 141.18º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFCF1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 241 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.01 |
| HSL | 141.18º | 0.74% | 0.95% | - |
| HSV(B) | 141.18º | 0.07% | 0.99% | - |
| XYZ | 84.95 | 93.63 | 96.81 | - |
| YUV | 245.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 241 | 0.07 | 0 | 0.04 | 0.01 | 141.18 | 0.74 | 0.95 |
| Hex | EB | FC | F1 | 7 | 0 | 4 | 1 | 8D | 4A | 5F |
| Octal | 353 | 374 | 361 | 7 | 0 | 4 | 1 | 215 | 112 | 137 |
| Binary | 11101011 | 11111100 | 11110001 | 111 | 0 | 100 | 1 | 10001101 | 1001010 | 1011111 |
Color Harmonies of #EBFCF1
Complementary color
Monochromatic Colors of #EBFCF1
Black with #EBFCF1
Text Example
Text Example
White with #EBFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCF1; }
p { color: rgb(235,252,241); }
H1.HeaderClassName
{
color: #EBFCF1;
}
.AnyTagClassName
{
color: #EBFCF1;
}
</style>
background-color css
<style>
a { background-color: #EBFCF1; }
a { background-color: rgb(235,252,241); }
div.DivClassName
{
background-color: #EBFCF1;
}
.BgClassName
{
background-color: #EBFCF1;
}
</style>
border-color css
<style>
span { border-color: #EBFCF1; }
span { border-color: rgb(235,252,241); }
td.TdClassName
{
border-color: #EBFCF1;
}
.TagClassName
{
border-color: #EBFCF1;
}
</style>