Shades of Magnolia #EFE9F9
Tints of Magnolia #EFE9F9
RGB
CMYK
RGB Variations
Color information
#EFE9F9 (or 0xEFE9F9) is known color: Magnolia. HEX triplet: EF, E9 and F9. RGB value is (239,233,249). Sum of RGB (Red+Green+Blue) = 239+233+249=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9F9 is #101606. Grayscale: #ECECEC. Windows color (decimal): -1054215 or 16378351. OLE color: 16378351.
HSL color Cylindrical-coordinate representation of color #EFE9F9: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE9F9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 239 | 233 | 249 | - |
CMYK | 0.04 | 0.06 | 0 | 0.02 |
HSL | 262.5º | 0.57% | 0.95% | - |
HSV(B) | 262.5º | 0.06% | 0.98% | - |
XYZ | 81.83 | 83.47 | 101.42 | - |
YUV | 236.62 | 134.99 | 129.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 249 | 0.04 | 0.06 | 0 | 0.02 | 262.5 | 0.57 | 0.95 |
Hex | EF | E9 | F9 | 4 | 6 | 0 | 2 | 106 | 39 | 5F |
Octal | 357 | 351 | 371 | 4 | 6 | 0 | 2 | 406 | 71 | 137 |
Binary | 11101111 | 11101001 | 11111001 | 100 | 110 | 0 | 10 | 100000110 | 111001 | 1011111 |
Color Harmonies of #EFE9F9
Complementary color
Monochromatic Colors of #EFE9F9
Black with #EFE9F9
Text Example
Text Example
White with #EFE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9F9; }
p { color: rgb(239,233,249); }
H1.HeaderClassName
{
color: #EFE9F9;
}
.AnyTagClassName
{
color: #EFE9F9;
}
</style>
background-color css
<style>
a { background-color: #EFE9F9; }
a { background-color: rgb(239,233,249); }
div.DivClassName
{
background-color: #EFE9F9;
}
.BgClassName
{
background-color: #EFE9F9;
}
</style>
border-color css
<style>
span { border-color: #EFE9F9; }
span { border-color: rgb(239,233,249); }
td.TdClassName
{
border-color: #EFE9F9;
}
.TagClassName
{
border-color: #EFE9F9;
}
</style>