Shades of Magnolia #EFE5FB
Tints of Magnolia #EFE5FB
RGB
CMYK
RGB Variations
Color information
#EFE5FB (or 0xEFE5FB) is known color: Magnolia. HEX triplet: EF, E5 and FB. RGB value is (239,229,251). Sum of RGB (Red+Green+Blue) = 239+229+251=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FB is #101A04. Grayscale: #EAEAEA. Windows color (decimal): -1055237 or 16508399. OLE color: 16508399.
HSL color Cylindrical-coordinate representation of color #EFE5FB: hue angle of 267.27º degrees, saturation: 0.73, 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 #EFE5FB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 229 | 251 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.02 |
| HSL | 267.27º | 0.73% | 0.94% | - |
| HSV(B) | 267.27º | 0.09% | 0.98% | - |
| XYZ | 81.03 | 81.35 | 102.7 | - |
| YUV | 234.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 251 | 0.05 | 0.09 | 0 | 0.02 | 267.27 | 0.73 | 0.94 |
| Hex | EF | E5 | FB | 5 | 9 | 0 | 2 | 10B | 49 | 5E |
| Octal | 357 | 345 | 373 | 5 | 11 | 0 | 2 | 413 | 111 | 136 |
| Binary | 11101111 | 11100101 | 11111011 | 101 | 1001 | 0 | 10 | 100001011 | 1001001 | 1011110 |
Color Harmonies of #EFE5FB
Complementary color
Monochromatic Colors of #EFE5FB
Black with #EFE5FB
Text Example
Text Example
White with #EFE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5FB; }
p { color: rgb(239,229,251); }
H1.HeaderClassName
{
color: #EFE5FB;
}
.AnyTagClassName
{
color: #EFE5FB;
}
</style>
background-color css
<style>
a { background-color: #EFE5FB; }
a { background-color: rgb(239,229,251); }
div.DivClassName
{
background-color: #EFE5FB;
}
.BgClassName
{
background-color: #EFE5FB;
}
</style>
border-color css
<style>
span { border-color: #EFE5FB; }
span { border-color: rgb(239,229,251); }
td.TdClassName
{
border-color: #EFE5FB;
}
.TagClassName
{
border-color: #EFE5FB;
}
</style>