Shades of Bubbles #EDF8F1
Tints of Bubbles #EDF8F1
RGB
CMYK
RGB Variations
Color information
#EDF8F1 (or 0xEDF8F1) is known color: Bubbles. HEX triplet: ED, F8 and F1. RGB value is (237,248,241). Sum of RGB (Red+Green+Blue) = 237+248+241=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8F1 is #12070E. Grayscale: #F3F3F3. Windows color (decimal): -1181455 or 15857901. OLE color: 15857901.
HSL color Cylindrical-coordinate representation of color #EDF8F1: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8F1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 248 | 241 | - |
CMYK | 0.04 | 0 | 0.03 | 0.03 |
HSL | 141.82º | 0.44% | 0.95% | - |
HSV(B) | 141.82º | 0.04% | 0.97% | - |
XYZ | 84.37 | 91.49 | 96.43 | - |
YUV | 243.91 | 126.36 | 123.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 248 | 241 | 0.04 | 0 | 0.03 | 0.03 | 141.82 | 0.44 | 0.95 |
Hex | ED | F8 | F1 | 4 | 0 | 3 | 3 | 8E | 2C | 5F |
Octal | 355 | 370 | 361 | 4 | 0 | 3 | 3 | 216 | 54 | 137 |
Binary | 11101101 | 11111000 | 11110001 | 100 | 0 | 11 | 11 | 10001110 | 101100 | 1011111 |
Color Harmonies of #EDF8F1
Complementary color
Monochromatic Colors of #EDF8F1
Black with #EDF8F1
Text Example
Text Example
White with #EDF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8F1; }
p { color: rgb(237,248,241); }
H1.HeaderClassName
{
color: #EDF8F1;
}
.AnyTagClassName
{
color: #EDF8F1;
}
</style>
background-color css
<style>
a { background-color: #EDF8F1; }
a { background-color: rgb(237,248,241); }
div.DivClassName
{
background-color: #EDF8F1;
}
.BgClassName
{
background-color: #EDF8F1;
}
</style>
border-color css
<style>
span { border-color: #EDF8F1; }
span { border-color: rgb(237,248,241); }
td.TdClassName
{
border-color: #EDF8F1;
}
.TagClassName
{
border-color: #EDF8F1;
}
</style>