Shades of Magnolia #EFE4FB
Tints of Magnolia #EFE4FB
RGB
CMYK
RGB Variations
Color information
#EFE4FB (or 0xEFE4FB) is known color: Magnolia. HEX triplet: EF, E4 and FB. RGB value is (239,228,251). Sum of RGB (Red+Green+Blue) = 239+228+251=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FB is #101B04. Grayscale: #E9E9E9. Windows color (decimal): -1055493 or 16508143. OLE color: 16508143.
HSL color Cylindrical-coordinate representation of color #EFE4FB: hue angle of 268.7º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE4FB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 228 | 251 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.02 |
| HSL | 268.7º | 0.74% | 0.94% | - |
| HSV(B) | 268.7º | 0.09% | 0.98% | - |
| XYZ | 80.75 | 80.8 | 102.61 | - |
| YUV | 233.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 251 | 0.05 | 0.09 | 0 | 0.02 | 268.7 | 0.74 | 0.94 |
| Hex | EF | E4 | FB | 5 | 9 | 0 | 2 | 10D | 4A | 5E |
| Octal | 357 | 344 | 373 | 5 | 11 | 0 | 2 | 415 | 112 | 136 |
| Binary | 11101111 | 11100100 | 11111011 | 101 | 1001 | 0 | 10 | 100001101 | 1001010 | 1011110 |
Color Harmonies of #EFE4FB
Complementary color
Monochromatic Colors of #EFE4FB
Black with #EFE4FB
Text Example
Text Example
White with #EFE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4FB; }
p { color: rgb(239,228,251); }
H1.HeaderClassName
{
color: #EFE4FB;
}
.AnyTagClassName
{
color: #EFE4FB;
}
</style>
background-color css
<style>
a { background-color: #EFE4FB; }
a { background-color: rgb(239,228,251); }
div.DivClassName
{
background-color: #EFE4FB;
}
.BgClassName
{
background-color: #EFE4FB;
}
</style>
border-color css
<style>
span { border-color: #EFE4FB; }
span { border-color: rgb(239,228,251); }
td.TdClassName
{
border-color: #EFE4FB;
}
.TagClassName
{
border-color: #EFE4FB;
}
</style>