Shades of Bubbles #EAF0EC
Tints of Bubbles #EAF0EC
RGB
CMYK
RGB Variations
Color information
#EAF0EC (or 0xEAF0EC) is known color: Bubbles. HEX triplet: EA, F0 and EC. RGB value is (234,240,236). Sum of RGB (Red+Green+Blue) = 234+240+236=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0EC is #150F13. Grayscale: #EDEDED. Windows color (decimal): -1380116 or 15528170. OLE color: 15528170.
HSL color Cylindrical-coordinate representation of color #EAF0EC: hue angle of 140º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAF0EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 240 | 236 | - |
CMYK | 0.02 | 0 | 0.02 | 0.06 |
HSL | 140º | 0.17% | 0.93% | - |
HSV(B) | 140º | 0.02% | 0.94% | - |
XYZ | 80.23 | 85.87 | 91.7 | - |
YUV | 237.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 240 | 236 | 0.02 | 0 | 0.02 | 0.06 | 140 | 0.17 | 0.93 |
Hex | EA | F0 | EC | 2 | 0 | 2 | 6 | 8C | 11 | 5D |
Octal | 352 | 360 | 354 | 2 | 0 | 2 | 6 | 214 | 21 | 135 |
Binary | 11101010 | 11110000 | 11101100 | 10 | 0 | 10 | 110 | 10001100 | 10001 | 1011101 |
Color Harmonies of #EAF0EC
Complementary color
Monochromatic Colors of #EAF0EC
Black with #EAF0EC
Text Example
Text Example
White with #EAF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF0EC; }
p { color: rgb(234,240,236); }
H1.HeaderClassName
{
color: #EAF0EC;
}
.AnyTagClassName
{
color: #EAF0EC;
}
</style>
background-color css
<style>
a { background-color: #EAF0EC; }
a { background-color: rgb(234,240,236); }
div.DivClassName
{
background-color: #EAF0EC;
}
.BgClassName
{
background-color: #EAF0EC;
}
</style>
border-color css
<style>
span { border-color: #EAF0EC; }
span { border-color: rgb(234,240,236); }
td.TdClassName
{
border-color: #EAF0EC;
}
.TagClassName
{
border-color: #EAF0EC;
}
</style>