Shades of Bubbles #E2FCED
Tints of Bubbles #E2FCED
RGB
CMYK
RGB Variations
Color information
#E2FCED (or 0xE2FCED) is known color: Bubbles. HEX triplet: E2, FC and ED. RGB value is (226,252,237). Sum of RGB (Red+Green+Blue) = 226+252+237=715 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.61% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FCED is #1D0312. Grayscale: #F2F2F2. Windows color (decimal): -1901331 or 15596770. OLE color: 15596770.
HSL color Cylindrical-coordinate representation of color #E2FCED: hue angle of 145.38º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FCED is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 237 | - |
CMYK | 0.10 | 0 | 0.06 | 0.01 |
HSL | 145.38º | 0.81% | 0.94% | - |
HSV(B) | 145.38º | 0.1% | 0.99% | - |
XYZ | 81.46 | 91.9 | 93.57 | - |
YUV | 242.52 | 124.89 | 116.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 237 | 0.10 | 0 | 0.06 | 0.01 | 145.38 | 0.81 | 0.94 |
Hex | E2 | FC | ED | A | 0 | 6 | 1 | 91 | 51 | 5E |
Octal | 342 | 374 | 355 | 12 | 0 | 6 | 1 | 221 | 121 | 136 |
Binary | 11100010 | 11111100 | 11101101 | 1010 | 0 | 110 | 1 | 10010001 | 1010001 | 1011110 |
Color Harmonies of #E2FCED
Complementary color
Monochromatic Colors of #E2FCED
Black with #E2FCED
Text Example
Text Example
White with #E2FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCED; }
p { color: rgb(226,252,237); }
H1.HeaderClassName
{
color: #E2FCED;
}
.AnyTagClassName
{
color: #E2FCED;
}
</style>
background-color css
<style>
a { background-color: #E2FCED; }
a { background-color: rgb(226,252,237); }
div.DivClassName
{
background-color: #E2FCED;
}
.BgClassName
{
background-color: #E2FCED;
}
</style>
border-color css
<style>
span { border-color: #E2FCED; }
span { border-color: rgb(226,252,237); }
td.TdClassName
{
border-color: #E2FCED;
}
.TagClassName
{
border-color: #E2FCED;
}
</style>