Shades of Magnolia #EFE8F9
Tints of Magnolia #EFE8F9
RGB
CMYK
RGB Variations
Color information
#EFE8F9 (or 0xEFE8F9) is known color: Magnolia. HEX triplet: EF, E8 and F9. RGB value is (239,232,249). Sum of RGB (Red+Green+Blue) = 239+232+249=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8F9 is #101706. Grayscale: #EBEBEB. Windows color (decimal): -1054471 or 16378095. OLE color: 16378095.
HSL color Cylindrical-coordinate representation of color #EFE8F9: hue angle of 264.71º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE8F9 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 232 | 249 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 264.71º | 0.59% | 0.94% | - |
| HSV(B) | 264.71º | 0.07% | 0.98% | - |
| XYZ | 81.55 | 82.9 | 101.33 | - |
| YUV | 236.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 249 | 0.04 | 0.07 | 0 | 0.02 | 264.71 | 0.59 | 0.94 |
| Hex | EF | E8 | F9 | 4 | 7 | 0 | 2 | 109 | 3B | 5E |
| Octal | 357 | 350 | 371 | 4 | 7 | 0 | 2 | 411 | 73 | 136 |
| Binary | 11101111 | 11101000 | 11111001 | 100 | 111 | 0 | 10 | 100001001 | 111011 | 1011110 |
Color Harmonies of #EFE8F9
Complementary color
Monochromatic Colors of #EFE8F9
Black with #EFE8F9
Text Example
Text Example
White with #EFE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8F9; }
p { color: rgb(239,232,249); }
H1.HeaderClassName
{
color: #EFE8F9;
}
.AnyTagClassName
{
color: #EFE8F9;
}
</style>
background-color css
<style>
a { background-color: #EFE8F9; }
a { background-color: rgb(239,232,249); }
div.DivClassName
{
background-color: #EFE8F9;
}
.BgClassName
{
background-color: #EFE8F9;
}
</style>
border-color css
<style>
span { border-color: #EFE8F9; }
span { border-color: rgb(239,232,249); }
td.TdClassName
{
border-color: #EFE8F9;
}
.TagClassName
{
border-color: #EFE8F9;
}
</style>