Shades of Magnolia #EFE9FB
Tints of Magnolia #EFE9FB
RGB
CMYK
RGB Variations
Color information
#EFE9FB (or 0xEFE9FB) is known color: Magnolia. HEX triplet: EF, E9 and FB. RGB value is (239,233,251). Sum of RGB (Red+Green+Blue) = 239+233+251=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 233 (91.41% from 255 or 32.23% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FB is #101604. Grayscale: #ECECEC. Windows color (decimal): -1054213 or 16509423. OLE color: 16509423.
HSL color Cylindrical-coordinate representation of color #EFE9FB: hue angle of 260º degrees, saturation: 0.69, 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 #EFE9FB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 233 | 251 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.02 |
| HSL | 260º | 0.69% | 0.95% | - |
| HSV(B) | 260º | 0.07% | 0.98% | - |
| XYZ | 82.15 | 83.59 | 103.07 | - |
| YUV | 236.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 251 | 0.05 | 0.07 | 0 | 0.02 | 260 | 0.69 | 0.95 |
| Hex | EF | E9 | FB | 5 | 7 | 0 | 2 | 104 | 45 | 5F |
| Octal | 357 | 351 | 373 | 5 | 7 | 0 | 2 | 404 | 105 | 137 |
| Binary | 11101111 | 11101001 | 11111011 | 101 | 111 | 0 | 10 | 100000100 | 1000101 | 1011111 |
Color Harmonies of #EFE9FB
Complementary color
Monochromatic Colors of #EFE9FB
Black with #EFE9FB
Text Example
Text Example
White with #EFE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9FB; }
p { color: rgb(239,233,251); }
H1.HeaderClassName
{
color: #EFE9FB;
}
.AnyTagClassName
{
color: #EFE9FB;
}
</style>
background-color css
<style>
a { background-color: #EFE9FB; }
a { background-color: rgb(239,233,251); }
div.DivClassName
{
background-color: #EFE9FB;
}
.BgClassName
{
background-color: #EFE9FB;
}
</style>
border-color css
<style>
span { border-color: #EFE9FB; }
span { border-color: rgb(239,233,251); }
td.TdClassName
{
border-color: #EFE9FB;
}
.TagClassName
{
border-color: #EFE9FB;
}
</style>