Shades of Magnolia #EFE9F7
Tints of Magnolia #EFE9F7
RGB
CMYK
RGB Variations
Color information
#EFE9F7 (or 0xEFE9F7) is known color: Magnolia. HEX triplet: EF, E9 and F7. RGB value is (239,233,247). Sum of RGB (Red+Green+Blue) = 239+233+247=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFE9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9F7 is #101608. Grayscale: #ECECEC. Windows color (decimal): -1054217 or 16247279. OLE color: 16247279.
HSL color Cylindrical-coordinate representation of color #EFE9F7: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE9F7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 239 | 233 | 247 | - |
CMYK | 0.03 | 0.06 | 0 | 0.03 |
HSL | 265.71º | 0.47% | 0.94% | - |
HSV(B) | 265.71º | 0.06% | 0.97% | - |
XYZ | 81.52 | 83.34 | 99.79 | - |
YUV | 236.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 247 | 0.03 | 0.06 | 0 | 0.03 | 265.71 | 0.47 | 0.94 |
Hex | EF | E9 | F7 | 3 | 6 | 0 | 3 | 10A | 2F | 5E |
Octal | 357 | 351 | 367 | 3 | 6 | 0 | 3 | 412 | 57 | 136 |
Binary | 11101111 | 11101001 | 11110111 | 11 | 110 | 0 | 11 | 100001010 | 101111 | 1011110 |
Color Harmonies of #EFE9F7
Complementary color
Monochromatic Colors of #EFE9F7
Black with #EFE9F7
Text Example
Text Example
White with #EFE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9F7; }
p { color: rgb(239,233,247); }
H1.HeaderClassName
{
color: #EFE9F7;
}
.AnyTagClassName
{
color: #EFE9F7;
}
</style>
background-color css
<style>
a { background-color: #EFE9F7; }
a { background-color: rgb(239,233,247); }
div.DivClassName
{
background-color: #EFE9F7;
}
.BgClassName
{
background-color: #EFE9F7;
}
</style>
border-color css
<style>
span { border-color: #EFE9F7; }
span { border-color: rgb(239,233,247); }
td.TdClassName
{
border-color: #EFE9F7;
}
.TagClassName
{
border-color: #EFE9F7;
}
</style>