Shades of Magnolia #EFE8FA
Tints of Magnolia #EFE8FA
RGB
CMYK
RGB Variations
Color information
#EFE8FA (or 0xEFE8FA) is known color: Magnolia. HEX triplet: EF, E8 and FA. RGB value is (239,232,250). Sum of RGB (Red+Green+Blue) = 239+232+250=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FA is #101705. Grayscale: #ECECEC. Windows color (decimal): -1054470 or 16443631. OLE color: 16443631.
HSL color Cylindrical-coordinate representation of color #EFE8FA: hue angle of 263.33º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE8FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 232 | 250 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 263.33º | 0.64% | 0.95% | - |
| HSV(B) | 263.33º | 0.07% | 0.98% | - |
| XYZ | 81.71 | 82.97 | 102.15 | - |
| YUV | 236.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 250 | 0.04 | 0.07 | 0 | 0.02 | 263.33 | 0.64 | 0.95 |
| Hex | EF | E8 | FA | 4 | 7 | 0 | 2 | 107 | 40 | 5F |
| Octal | 357 | 350 | 372 | 4 | 7 | 0 | 2 | 407 | 100 | 137 |
| Binary | 11101111 | 11101000 | 11111010 | 100 | 111 | 0 | 10 | 100000111 | 1000000 | 1011111 |
Color Harmonies of #EFE8FA
Complementary color
Monochromatic Colors of #EFE8FA
Black with #EFE8FA
Text Example
Text Example
White with #EFE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8FA; }
p { color: rgb(239,232,250); }
H1.HeaderClassName
{
color: #EFE8FA;
}
.AnyTagClassName
{
color: #EFE8FA;
}
</style>
background-color css
<style>
a { background-color: #EFE8FA; }
a { background-color: rgb(239,232,250); }
div.DivClassName
{
background-color: #EFE8FA;
}
.BgClassName
{
background-color: #EFE8FA;
}
</style>
border-color css
<style>
span { border-color: #EFE8FA; }
span { border-color: rgb(239,232,250); }
td.TdClassName
{
border-color: #EFE8FA;
}
.TagClassName
{
border-color: #EFE8FA;
}
</style>