Shades of Bubbles #E2FDEE
Tints of Bubbles #E2FDEE
RGB
CMYK
RGB Variations
Color information
#E2FDEE (or 0xE2FDEE) is known color: Bubbles. HEX triplet: E2, FD and EE. RGB value is (226,253,238). Sum of RGB (Red+Green+Blue) = 226+253+238=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDEE is #1D0211. Grayscale: #F3F3F3. Windows color (decimal): -1901074 or 15662562. OLE color: 15662562.
HSL color Cylindrical-coordinate representation of color #E2FDEE: hue angle of 146.67º 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 #E2FDEE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 238 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.01 |
| HSL | 146.67º | 0.87% | 0.94% | - |
| HSV(B) | 146.67º | 0.11% | 0.99% | - |
| XYZ | 81.92 | 92.59 | 94.44 | - |
| YUV | 243.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 238 | 0.11 | 0 | 0.06 | 0.01 | 146.67 | 0.87 | 0.94 |
| Hex | E2 | FD | EE | B | 0 | 6 | 1 | 93 | 57 | 5E |
| Octal | 342 | 375 | 356 | 13 | 0 | 6 | 1 | 223 | 127 | 136 |
| Binary | 11100010 | 11111101 | 11101110 | 1011 | 0 | 110 | 1 | 10010011 | 1010111 | 1011110 |
Color Harmonies of #E2FDEE
Complementary color
Monochromatic Colors of #E2FDEE
Black with #E2FDEE
Text Example
Text Example
White with #E2FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDEE; }
p { color: rgb(226,253,238); }
H1.HeaderClassName
{
color: #E2FDEE;
}
.AnyTagClassName
{
color: #E2FDEE;
}
</style>
background-color css
<style>
a { background-color: #E2FDEE; }
a { background-color: rgb(226,253,238); }
div.DivClassName
{
background-color: #E2FDEE;
}
.BgClassName
{
background-color: #E2FDEE;
}
</style>
border-color css
<style>
span { border-color: #E2FDEE; }
span { border-color: rgb(226,253,238); }
td.TdClassName
{
border-color: #E2FDEE;
}
.TagClassName
{
border-color: #E2FDEE;
}
</style>