Shades of Bubbles #E2FDEF
Tints of Bubbles #E2FDEF
RGB
CMYK
RGB Variations
Color information
#E2FDEF (or 0xE2FDEF) is known color: Bubbles. HEX triplet: E2, FD and EF. RGB value is (226,253,239). Sum of RGB (Red+Green+Blue) = 226+253+239=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDEF is #1D0210. Grayscale: #F3F3F3. Windows color (decimal): -1901073 or 15728098. OLE color: 15728098.
HSL color Cylindrical-coordinate representation of color #E2FDEF: hue angle of 148.89º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDEF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 239 | - |
CMYK | 0.11 | 0 | 0.06 | 0.01 |
HSL | 148.89º | 0.87% | 0.94% | - |
HSV(B) | 148.89º | 0.11% | 0.99% | - |
XYZ | 82.07 | 92.65 | 95.22 | - |
YUV | 243.33 | 125.55 | 115.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 239 | 0.11 | 0 | 0.06 | 0.01 | 148.89 | 0.87 | 0.94 |
Hex | E2 | FD | EF | B | 0 | 6 | 1 | 95 | 57 | 5E |
Octal | 342 | 375 | 357 | 13 | 0 | 6 | 1 | 225 | 127 | 136 |
Binary | 11100010 | 11111101 | 11101111 | 1011 | 0 | 110 | 1 | 10010101 | 1010111 | 1011110 |
Color Harmonies of #E2FDEF
Complementary color
Monochromatic Colors of #E2FDEF
Black with #E2FDEF
Text Example
Text Example
White with #E2FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDEF; }
p { color: rgb(226,253,239); }
H1.HeaderClassName
{
color: #E2FDEF;
}
.AnyTagClassName
{
color: #E2FDEF;
}
</style>
background-color css
<style>
a { background-color: #E2FDEF; }
a { background-color: rgb(226,253,239); }
div.DivClassName
{
background-color: #E2FDEF;
}
.BgClassName
{
background-color: #E2FDEF;
}
</style>
border-color css
<style>
span { border-color: #E2FDEF; }
span { border-color: rgb(226,253,239); }
td.TdClassName
{
border-color: #E2FDEF;
}
.TagClassName
{
border-color: #E2FDEF;
}
</style>