Shades of Magnolia #EFE1FC
Tints of Magnolia #EFE1FC
RGB
CMYK
RGB Variations
Color information
#EFE1FC (or 0xEFE1FC) is known color: Magnolia. HEX triplet: EF, E1 and FC. RGB value is (239,225,252). Sum of RGB (Red+Green+Blue) = 239+225+252=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1FC is #101E03. Grayscale: #E8E8E8. Windows color (decimal): -1056260 or 16572911. OLE color: 16572911.
HSL color Cylindrical-coordinate representation of color #EFE1FC: hue angle of 271.11º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE1FC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 225 | 252 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.01 |
| HSL | 271.11º | 0.82% | 0.94% | - |
| HSV(B) | 271.11º | 0.11% | 0.99% | - |
| XYZ | 80.09 | 79.23 | 103.17 | - |
| YUV | 232.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 252 | 0.05 | 0.11 | 0 | 0.01 | 271.11 | 0.82 | 0.94 |
| Hex | EF | E1 | FC | 5 | B | 0 | 1 | 10F | 52 | 5E |
| Octal | 357 | 341 | 374 | 5 | 13 | 0 | 1 | 417 | 122 | 136 |
| Binary | 11101111 | 11100001 | 11111100 | 101 | 1011 | 0 | 1 | 100001111 | 1010010 | 1011110 |
Color Harmonies of #EFE1FC
Complementary color
Monochromatic Colors of #EFE1FC
Black with #EFE1FC
Text Example
Text Example
White with #EFE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1FC; }
p { color: rgb(239,225,252); }
H1.HeaderClassName
{
color: #EFE1FC;
}
.AnyTagClassName
{
color: #EFE1FC;
}
</style>
background-color css
<style>
a { background-color: #EFE1FC; }
a { background-color: rgb(239,225,252); }
div.DivClassName
{
background-color: #EFE1FC;
}
.BgClassName
{
background-color: #EFE1FC;
}
</style>
border-color css
<style>
span { border-color: #EFE1FC; }
span { border-color: rgb(239,225,252); }
td.TdClassName
{
border-color: #EFE1FC;
}
.TagClassName
{
border-color: #EFE1FC;
}
</style>