Shades of Magnolia #EFE9FA
Tints of Magnolia #EFE9FA
RGB
CMYK
RGB Variations
Color information
#EFE9FA (or 0xEFE9FA) is known color: Magnolia. HEX triplet: EF, E9 and FA. RGB value is (239,233,250). Sum of RGB (Red+Green+Blue) = 239+233+250=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 233 (91.41% from 255 or 32.27% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FA is #101605. Grayscale: #ECECEC. Windows color (decimal): -1054214 or 16443887. OLE color: 16443887.
HSL color Cylindrical-coordinate representation of color #EFE9FA: hue angle of 261.18º degrees, saturation: 0.63, 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 #EFE9FA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 233 | 250 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.02 |
| HSL | 261.18º | 0.63% | 0.95% | - |
| HSV(B) | 261.18º | 0.07% | 0.98% | - |
| XYZ | 81.99 | 83.53 | 102.24 | - |
| YUV | 236.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 250 | 0.04 | 0.07 | 0 | 0.02 | 261.18 | 0.63 | 0.95 |
| Hex | EF | E9 | FA | 4 | 7 | 0 | 2 | 105 | 3F | 5F |
| Octal | 357 | 351 | 372 | 4 | 7 | 0 | 2 | 405 | 77 | 137 |
| Binary | 11101111 | 11101001 | 11111010 | 100 | 111 | 0 | 10 | 100000101 | 111111 | 1011111 |
Color Harmonies of #EFE9FA
Complementary color
Monochromatic Colors of #EFE9FA
Black with #EFE9FA
Text Example
Text Example
White with #EFE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9FA; }
p { color: rgb(239,233,250); }
H1.HeaderClassName
{
color: #EFE9FA;
}
.AnyTagClassName
{
color: #EFE9FA;
}
</style>
background-color css
<style>
a { background-color: #EFE9FA; }
a { background-color: rgb(239,233,250); }
div.DivClassName
{
background-color: #EFE9FA;
}
.BgClassName
{
background-color: #EFE9FA;
}
</style>
border-color css
<style>
span { border-color: #EFE9FA; }
span { border-color: rgb(239,233,250); }
td.TdClassName
{
border-color: #EFE9FA;
}
.TagClassName
{
border-color: #EFE9FA;
}
</style>