Shades of Magnolia #EFE6F9
Tints of Magnolia #EFE6F9
RGB
CMYK
RGB Variations
Color information
#EFE6F9 (or 0xEFE6F9) is known color: Magnolia. HEX triplet: EF, E6 and F9. RGB value is (239,230,249). Sum of RGB (Red+Green+Blue) = 239+230+249=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFE6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6F9 is #101906. Grayscale: #EAEAEA. Windows color (decimal): -1054983 or 16377583. OLE color: 16377583.
HSL color Cylindrical-coordinate representation of color #EFE6F9: hue angle of 268.42º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE6F9 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 230 | 249 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.02 |
| HSL | 268.42º | 0.61% | 0.94% | - |
| HSV(B) | 268.42º | 0.08% | 0.98% | - |
| XYZ | 80.99 | 81.78 | 101.14 | - |
| YUV | 234.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 249 | 0.04 | 0.08 | 0 | 0.02 | 268.42 | 0.61 | 0.94 |
| Hex | EF | E6 | F9 | 4 | 8 | 0 | 2 | 10C | 3D | 5E |
| Octal | 357 | 346 | 371 | 4 | 10 | 0 | 2 | 414 | 75 | 136 |
| Binary | 11101111 | 11100110 | 11111001 | 100 | 1000 | 0 | 10 | 100001100 | 111101 | 1011110 |
Color Harmonies of #EFE6F9
Complementary color
Monochromatic Colors of #EFE6F9
Black with #EFE6F9
Text Example
Text Example
White with #EFE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6F9; }
p { color: rgb(239,230,249); }
H1.HeaderClassName
{
color: #EFE6F9;
}
.AnyTagClassName
{
color: #EFE6F9;
}
</style>
background-color css
<style>
a { background-color: #EFE6F9; }
a { background-color: rgb(239,230,249); }
div.DivClassName
{
background-color: #EFE6F9;
}
.BgClassName
{
background-color: #EFE6F9;
}
</style>
border-color css
<style>
span { border-color: #EFE6F9; }
span { border-color: rgb(239,230,249); }
td.TdClassName
{
border-color: #EFE6F9;
}
.TagClassName
{
border-color: #EFE6F9;
}
</style>