Shades of Magnolia #EFE9F8
Tints of Magnolia #EFE9F8
RGB
CMYK
RGB Variations
Color information
#EFE9F8 (or 0xEFE9F8) is known color: Magnolia. HEX triplet: EF, E9 and F8. RGB value is (239,233,248). Sum of RGB (Red+Green+Blue) = 239+233+248=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 233 (91.41% from 255 or 32.36% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFE9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9F8 is #101607. Grayscale: #ECECEC. Windows color (decimal): -1054216 or 16312815. OLE color: 16312815.
HSL color Cylindrical-coordinate representation of color #EFE9F8: hue angle of 264º degrees, saturation: 0.52, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE9F8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 233 | 248 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.03 |
| HSL | 264º | 0.52% | 0.94% | - |
| HSV(B) | 264º | 0.06% | 0.97% | - |
| XYZ | 81.68 | 83.41 | 100.6 | - |
| YUV | 236.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 248 | 0.04 | 0.06 | 0 | 0.03 | 264 | 0.52 | 0.94 |
| Hex | EF | E9 | F8 | 4 | 6 | 0 | 3 | 108 | 34 | 5E |
| Octal | 357 | 351 | 370 | 4 | 6 | 0 | 3 | 410 | 64 | 136 |
| Binary | 11101111 | 11101001 | 11111000 | 100 | 110 | 0 | 11 | 100001000 | 110100 | 1011110 |
Color Harmonies of #EFE9F8
Complementary color
Monochromatic Colors of #EFE9F8
Black with #EFE9F8
Text Example
Text Example
White with #EFE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9F8; }
p { color: rgb(239,233,248); }
H1.HeaderClassName
{
color: #EFE9F8;
}
.AnyTagClassName
{
color: #EFE9F8;
}
</style>
background-color css
<style>
a { background-color: #EFE9F8; }
a { background-color: rgb(239,233,248); }
div.DivClassName
{
background-color: #EFE9F8;
}
.BgClassName
{
background-color: #EFE9F8;
}
</style>
border-color css
<style>
span { border-color: #EFE9F8; }
span { border-color: rgb(239,233,248); }
td.TdClassName
{
border-color: #EFE9F8;
}
.TagClassName
{
border-color: #EFE9F8;
}
</style>