Shades of Magnolia #EFE7FA
Tints of Magnolia #EFE7FA
RGB
CMYK
RGB Variations
Color information
#EFE7FA (or 0xEFE7FA) is known color: Magnolia. HEX triplet: EF, E7 and FA. RGB value is (239,231,250). Sum of RGB (Red+Green+Blue) = 239+231+250=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7FA is #101805. Grayscale: #EBEBEB. Windows color (decimal): -1054726 or 16443375. OLE color: 16443375.
HSL color Cylindrical-coordinate representation of color #EFE7FA: hue angle of 265.26º degrees, saturation: 0.66, 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 #EFE7FA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 231 | 250 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.02 |
| HSL | 265.26º | 0.66% | 0.94% | - |
| HSV(B) | 265.26º | 0.08% | 0.98% | - |
| XYZ | 81.43 | 82.4 | 102.06 | - |
| YUV | 235.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 250 | 0.04 | 0.08 | 0 | 0.02 | 265.26 | 0.66 | 0.94 |
| Hex | EF | E7 | FA | 4 | 8 | 0 | 2 | 109 | 42 | 5E |
| Octal | 357 | 347 | 372 | 4 | 10 | 0 | 2 | 411 | 102 | 136 |
| Binary | 11101111 | 11100111 | 11111010 | 100 | 1000 | 0 | 10 | 100001001 | 1000010 | 1011110 |
Color Harmonies of #EFE7FA
Complementary color
Monochromatic Colors of #EFE7FA
Black with #EFE7FA
Text Example
Text Example
White with #EFE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7FA; }
p { color: rgb(239,231,250); }
H1.HeaderClassName
{
color: #EFE7FA;
}
.AnyTagClassName
{
color: #EFE7FA;
}
</style>
background-color css
<style>
a { background-color: #EFE7FA; }
a { background-color: rgb(239,231,250); }
div.DivClassName
{
background-color: #EFE7FA;
}
.BgClassName
{
background-color: #EFE7FA;
}
</style>
border-color css
<style>
span { border-color: #EFE7FA; }
span { border-color: rgb(239,231,250); }
td.TdClassName
{
border-color: #EFE7FA;
}
.TagClassName
{
border-color: #EFE7FA;
}
</style>