Shades of Bubbles #EDFAF1
Tints of Bubbles #EDFAF1
RGB
CMYK
RGB Variations
Color information
#EDFAF1 (or 0xEDFAF1) is known color: Bubbles. HEX triplet: ED, FA and F1. RGB value is (237,250,241). Sum of RGB (Red+Green+Blue) = 237+250+241=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 241 (94.53% from 255 or 33.10% from 728); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAF1 is #12050E. Grayscale: #F5F5F5. Windows color (decimal): -1180943 or 15858413. OLE color: 15858413.
HSL color Cylindrical-coordinate representation of color #EDFAF1: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAF1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 241 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.02 |
| HSL | 138.46º | 0.57% | 0.95% | - |
| HSV(B) | 138.46º | 0.05% | 0.98% | - |
| XYZ | 84.99 | 92.73 | 96.64 | - |
| YUV | 245.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 241 | 0.05 | 0 | 0.04 | 0.02 | 138.46 | 0.57 | 0.95 |
| Hex | ED | FA | F1 | 5 | 0 | 4 | 2 | 8A | 39 | 5F |
| Octal | 355 | 372 | 361 | 5 | 0 | 4 | 2 | 212 | 71 | 137 |
| Binary | 11101101 | 11111010 | 11110001 | 101 | 0 | 100 | 10 | 10001010 | 111001 | 1011111 |
Color Harmonies of #EDFAF1
Complementary color
Monochromatic Colors of #EDFAF1
Black with #EDFAF1
Text Example
Text Example
White with #EDFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAF1; }
p { color: rgb(237,250,241); }
H1.HeaderClassName
{
color: #EDFAF1;
}
.AnyTagClassName
{
color: #EDFAF1;
}
</style>
background-color css
<style>
a { background-color: #EDFAF1; }
a { background-color: rgb(237,250,241); }
div.DivClassName
{
background-color: #EDFAF1;
}
.BgClassName
{
background-color: #EDFAF1;
}
</style>
border-color css
<style>
span { border-color: #EDFAF1; }
span { border-color: rgb(237,250,241); }
td.TdClassName
{
border-color: #EDFAF1;
}
.TagClassName
{
border-color: #EDFAF1;
}
</style>