Shades of Bubbles #E0FDEE
Tints of Bubbles #E0FDEE
RGB
CMYK
RGB Variations
Color information
#E0FDEE (or 0xE0FDEE) is known color: Bubbles. HEX triplet: E0, FD and EE. RGB value is (224,253,238). Sum of RGB (Red+Green+Blue) = 224+253+238=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FDEE is #1F0211. Grayscale: #F2F2F2. Windows color (decimal): -2032146 or 15662560. OLE color: 15662560.
HSL color Cylindrical-coordinate representation of color #E0FDEE: hue angle of 148.97º degrees, saturation: 0.88, 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 #E0FDEE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 238 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.01 |
| HSL | 148.97º | 0.88% | 0.94% | - |
| HSV(B) | 148.97º | 0.11% | 0.99% | - |
| XYZ | 81.3 | 92.27 | 94.41 | - |
| YUV | 242.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 238 | 0.11 | 0 | 0.06 | 0.01 | 148.97 | 0.88 | 0.94 |
| Hex | E0 | FD | EE | B | 0 | 6 | 1 | 95 | 58 | 5E |
| Octal | 340 | 375 | 356 | 13 | 0 | 6 | 1 | 225 | 130 | 136 |
| Binary | 11100000 | 11111101 | 11101110 | 1011 | 0 | 110 | 1 | 10010101 | 1011000 | 1011110 |
Color Harmonies of #E0FDEE
Complementary color
Monochromatic Colors of #E0FDEE
Black with #E0FDEE
Text Example
Text Example
White with #E0FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDEE; }
p { color: rgb(224,253,238); }
H1.HeaderClassName
{
color: #E0FDEE;
}
.AnyTagClassName
{
color: #E0FDEE;
}
</style>
background-color css
<style>
a { background-color: #E0FDEE; }
a { background-color: rgb(224,253,238); }
div.DivClassName
{
background-color: #E0FDEE;
}
.BgClassName
{
background-color: #E0FDEE;
}
</style>
border-color css
<style>
span { border-color: #E0FDEE; }
span { border-color: rgb(224,253,238); }
td.TdClassName
{
border-color: #E0FDEE;
}
.TagClassName
{
border-color: #E0FDEE;
}
</style>