Shades of Magnolia #EFE3FC
Tints of Magnolia #EFE3FC
RGB
CMYK
RGB Variations
Color information
#EFE3FC (or 0xEFE3FC) is known color: Magnolia. HEX triplet: EF, E3 and FC. RGB value is (239,227,252). Sum of RGB (Red+Green+Blue) = 239+227+252=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3FC is #101C03. Grayscale: #E9E9E9. Windows color (decimal): -1055748 or 16573423. OLE color: 16573423.
HSL color Cylindrical-coordinate representation of color #EFE3FC: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE3FC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 227 | 252 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.01 |
| HSL | 268.8º | 0.81% | 0.94% | - |
| HSV(B) | 268.8º | 0.1% | 0.99% | - |
| XYZ | 80.64 | 80.32 | 103.35 | - |
| YUV | 233.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 252 | 0.05 | 0.10 | 0 | 0.01 | 268.8 | 0.81 | 0.94 |
| Hex | EF | E3 | FC | 5 | A | 0 | 1 | 10D | 51 | 5E |
| Octal | 357 | 343 | 374 | 5 | 12 | 0 | 1 | 415 | 121 | 136 |
| Binary | 11101111 | 11100011 | 11111100 | 101 | 1010 | 0 | 1 | 100001101 | 1010001 | 1011110 |
Color Harmonies of #EFE3FC
Complementary color
Monochromatic Colors of #EFE3FC
Black with #EFE3FC
Text Example
Text Example
White with #EFE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3FC; }
p { color: rgb(239,227,252); }
H1.HeaderClassName
{
color: #EFE3FC;
}
.AnyTagClassName
{
color: #EFE3FC;
}
</style>
background-color css
<style>
a { background-color: #EFE3FC; }
a { background-color: rgb(239,227,252); }
div.DivClassName
{
background-color: #EFE3FC;
}
.BgClassName
{
background-color: #EFE3FC;
}
</style>
border-color css
<style>
span { border-color: #EFE3FC; }
span { border-color: rgb(239,227,252); }
td.TdClassName
{
border-color: #EFE3FC;
}
.TagClassName
{
border-color: #EFE3FC;
}
</style>