Shades of Bubbles #E1FAED
Tints of Bubbles #E1FAED
RGB
CMYK
RGB Variations
Color information
#E1FAED (or 0xE1FAED) is known color: Bubbles. HEX triplet: E1, FA and ED. RGB value is (225,250,237). Sum of RGB (Red+Green+Blue) = 225+250+237=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAED is #1E0512. Grayscale: #F1F1F1. Windows color (decimal): -1967379 or 15596257. OLE color: 15596257.
HSL color Cylindrical-coordinate representation of color #E1FAED: hue angle of 148.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1FAED is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 237 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.02 |
| HSL | 148.8º | 0.71% | 0.93% | - |
| HSV(B) | 148.8º | 0.1% | 0.98% | - |
| XYZ | 80.52 | 90.49 | 93.34 | - |
| YUV | 241.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 237 | 0.10 | 0 | 0.05 | 0.02 | 148.8 | 0.71 | 0.93 |
| Hex | E1 | FA | ED | A | 0 | 5 | 2 | 95 | 47 | 5D |
| Octal | 341 | 372 | 355 | 12 | 0 | 5 | 2 | 225 | 107 | 135 |
| Binary | 11100001 | 11111010 | 11101101 | 1010 | 0 | 101 | 10 | 10010101 | 1000111 | 1011101 |
Color Harmonies of #E1FAED
Complementary color
Monochromatic Colors of #E1FAED
Black with #E1FAED
Text Example
Text Example
White with #E1FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAED; }
p { color: rgb(225,250,237); }
H1.HeaderClassName
{
color: #E1FAED;
}
.AnyTagClassName
{
color: #E1FAED;
}
</style>
background-color css
<style>
a { background-color: #E1FAED; }
a { background-color: rgb(225,250,237); }
div.DivClassName
{
background-color: #E1FAED;
}
.BgClassName
{
background-color: #E1FAED;
}
</style>
border-color css
<style>
span { border-color: #E1FAED; }
span { border-color: rgb(225,250,237); }
td.TdClassName
{
border-color: #E1FAED;
}
.TagClassName
{
border-color: #E1FAED;
}
</style>