Shades of Magnolia #EFE8FC
Tints of Magnolia #EFE8FC
RGB
CMYK
RGB Variations
Color information
#EFE8FC (or 0xEFE8FC) is known color: Magnolia. HEX triplet: EF, E8 and FC. RGB value is (239,232,252). Sum of RGB (Red+Green+Blue) = 239+232+252=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FC is #101703. Grayscale: #ECECEC. Windows color (decimal): -1054468 or 16574703. OLE color: 16574703.
HSL color Cylindrical-coordinate representation of color #EFE8FC: hue angle of 261º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE8FC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 232 | 252 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.01 |
| HSL | 261º | 0.77% | 0.95% | - |
| HSV(B) | 261º | 0.08% | 0.99% | - |
| XYZ | 82.02 | 83.09 | 103.81 | - |
| YUV | 236.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 252 | 0.05 | 0.08 | 0 | 0.01 | 261 | 0.77 | 0.95 |
| Hex | EF | E8 | FC | 5 | 8 | 0 | 1 | 105 | 4D | 5F |
| Octal | 357 | 350 | 374 | 5 | 10 | 0 | 1 | 405 | 115 | 137 |
| Binary | 11101111 | 11101000 | 11111100 | 101 | 1000 | 0 | 1 | 100000101 | 1001101 | 1011111 |
Color Harmonies of #EFE8FC
Complementary color
Monochromatic Colors of #EFE8FC
Black with #EFE8FC
Text Example
Text Example
White with #EFE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8FC; }
p { color: rgb(239,232,252); }
H1.HeaderClassName
{
color: #EFE8FC;
}
.AnyTagClassName
{
color: #EFE8FC;
}
</style>
background-color css
<style>
a { background-color: #EFE8FC; }
a { background-color: rgb(239,232,252); }
div.DivClassName
{
background-color: #EFE8FC;
}
.BgClassName
{
background-color: #EFE8FC;
}
</style>
border-color css
<style>
span { border-color: #EFE8FC; }
span { border-color: rgb(239,232,252); }
td.TdClassName
{
border-color: #EFE8FC;
}
.TagClassName
{
border-color: #EFE8FC;
}
</style>