Shades of Bubbles #EBF2ED
Tints of Bubbles #EBF2ED
RGB
CMYK
RGB Variations
Color information
#EBF2ED (or 0xEBF2ED) is known color: Bubbles. HEX triplet: EB, F2 and ED. RGB value is (235,242,237). Sum of RGB (Red+Green+Blue) = 235+242+237=714 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.91% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2ED is #140D12. Grayscale: #EFEFEF. Windows color (decimal): -1314067 or 15594219. OLE color: 15594219.
HSL color Cylindrical-coordinate representation of color #EBF2ED: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBF2ED is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 235 | 242 | 237 | - |
CMYK | 0.03 | 0 | 0.02 | 0.05 |
HSL | 137.14º | 0.21% | 0.94% | - |
HSV(B) | 137.14º | 0.03% | 0.95% | - |
XYZ | 81.3 | 87.28 | 92.68 | - |
YUV | 239.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 242 | 237 | 0.03 | 0 | 0.02 | 0.05 | 137.14 | 0.21 | 0.94 |
Hex | EB | F2 | ED | 3 | 0 | 2 | 5 | 89 | 15 | 5E |
Octal | 353 | 362 | 355 | 3 | 0 | 2 | 5 | 211 | 25 | 136 |
Binary | 11101011 | 11110010 | 11101101 | 11 | 0 | 10 | 101 | 10001001 | 10101 | 1011110 |
Color Harmonies of #EBF2ED
Complementary color
Monochromatic Colors of #EBF2ED
Black with #EBF2ED
Text Example
Text Example
White with #EBF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2ED; }
p { color: rgb(235,242,237); }
H1.HeaderClassName
{
color: #EBF2ED;
}
.AnyTagClassName
{
color: #EBF2ED;
}
</style>
background-color css
<style>
a { background-color: #EBF2ED; }
a { background-color: rgb(235,242,237); }
div.DivClassName
{
background-color: #EBF2ED;
}
.BgClassName
{
background-color: #EBF2ED;
}
</style>
border-color css
<style>
span { border-color: #EBF2ED; }
span { border-color: rgb(235,242,237); }
td.TdClassName
{
border-color: #EBF2ED;
}
.TagClassName
{
border-color: #EBF2ED;
}
</style>