Shades of Magnolia #EFE8FB
Tints of Magnolia #EFE8FB
RGB
CMYK
RGB Variations
Color information
#EFE8FB (or 0xEFE8FB) is known color: Magnolia. HEX triplet: EF, E8 and FB. RGB value is (239,232,251). Sum of RGB (Red+Green+Blue) = 239+232+251=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FB is #101704. Grayscale: #ECECEC. Windows color (decimal): -1054469 or 16509167. OLE color: 16509167.
HSL color Cylindrical-coordinate representation of color #EFE8FB: hue angle of 262.11º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE8FB is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 232 | 251 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.02 |
| HSL | 262.11º | 0.7% | 0.95% | - |
| HSV(B) | 262.11º | 0.08% | 0.98% | - |
| XYZ | 81.87 | 83.03 | 102.98 | - |
| YUV | 236.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 251 | 0.05 | 0.08 | 0 | 0.02 | 262.11 | 0.7 | 0.95 |
| Hex | EF | E8 | FB | 5 | 8 | 0 | 2 | 106 | 46 | 5F |
| Octal | 357 | 350 | 373 | 5 | 10 | 0 | 2 | 406 | 106 | 137 |
| Binary | 11101111 | 11101000 | 11111011 | 101 | 1000 | 0 | 10 | 100000110 | 1000110 | 1011111 |
Color Harmonies of #EFE8FB
Complementary color
Monochromatic Colors of #EFE8FB
Black with #EFE8FB
Text Example
Text Example
White with #EFE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8FB; }
p { color: rgb(239,232,251); }
H1.HeaderClassName
{
color: #EFE8FB;
}
.AnyTagClassName
{
color: #EFE8FB;
}
</style>
background-color css
<style>
a { background-color: #EFE8FB; }
a { background-color: rgb(239,232,251); }
div.DivClassName
{
background-color: #EFE8FB;
}
.BgClassName
{
background-color: #EFE8FB;
}
</style>
border-color css
<style>
span { border-color: #EFE8FB; }
span { border-color: rgb(239,232,251); }
td.TdClassName
{
border-color: #EFE8FB;
}
.TagClassName
{
border-color: #EFE8FB;
}
</style>