Shades of Bubbles #EBF4EE
Tints of Bubbles #EBF4EE
RGB
CMYK
RGB Variations
Color information
#EBF4EE (or 0xEBF4EE) is known color: Bubbles. HEX triplet: EB, F4 and EE. RGB value is (235,244,238). Sum of RGB (Red+Green+Blue) = 235+244+238=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF4EE is #140B11. Grayscale: #F0F0F0. Windows color (decimal): -1313554 or 15660267. OLE color: 15660267.
HSL color Cylindrical-coordinate representation of color #EBF4EE: hue angle of 140º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF4EE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 235 | 244 | 238 | - |
CMYK | 0.04 | 0 | 0.02 | 0.04 |
HSL | 140º | 0.29% | 0.94% | - |
HSV(B) | 140º | 0.04% | 0.96% | - |
XYZ | 82.04 | 88.54 | 93.65 | - |
YUV | 240.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 244 | 238 | 0.04 | 0 | 0.02 | 0.04 | 140 | 0.29 | 0.94 |
Hex | EB | F4 | EE | 4 | 0 | 2 | 4 | 8C | 1D | 5E |
Octal | 353 | 364 | 356 | 4 | 0 | 2 | 4 | 214 | 35 | 136 |
Binary | 11101011 | 11110100 | 11101110 | 100 | 0 | 10 | 100 | 10001100 | 11101 | 1011110 |
Color Harmonies of #EBF4EE
Complementary color
Monochromatic Colors of #EBF4EE
Black with #EBF4EE
Text Example
Text Example
White with #EBF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF4EE; }
p { color: rgb(235,244,238); }
H1.HeaderClassName
{
color: #EBF4EE;
}
.AnyTagClassName
{
color: #EBF4EE;
}
</style>
background-color css
<style>
a { background-color: #EBF4EE; }
a { background-color: rgb(235,244,238); }
div.DivClassName
{
background-color: #EBF4EE;
}
.BgClassName
{
background-color: #EBF4EE;
}
</style>
border-color css
<style>
span { border-color: #EBF4EE; }
span { border-color: rgb(235,244,238); }
td.TdClassName
{
border-color: #EBF4EE;
}
.TagClassName
{
border-color: #EBF4EE;
}
</style>