Shades of Magnolia #EFE5FF
Tints of Magnolia #EFE5FF
RGB
CMYK
RGB Variations
Color information
#EFE5FF (or 0xEFE5FF) is known color: Magnolia. HEX triplet: EF, E5 and FF. RGB value is (239,229,255). Sum of RGB (Red+Green+Blue) = 239+229+255=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 229 (89.84% from 255 or 31.67% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FF is #101A00. Grayscale: #EAEAEA. Windows color (decimal): -1055233 or 16770543. OLE color: 16770543.
HSL color Cylindrical-coordinate representation of color #EFE5FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE5FF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 229 | 255 | - |
| CMYK | 0.06 | 0.10 | 0 | 0 |
| HSL | 263.08º | 1% | 0.95% | - |
| HSV(B) | 263.08º | 0.1% | 1% | - |
| XYZ | 81.67 | 81.61 | 106.06 | - |
| YUV | 234.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 255 | 0.06 | 0.10 | 0 | 0 | 263.08 | 1 | 0.95 |
| Hex | EF | E5 | FF | 6 | A | 0 | 0 | 107 | 64 | 5F |
| Octal | 357 | 345 | 377 | 6 | 12 | 0 | 0 | 407 | 144 | 137 |
| Binary | 11101111 | 11100101 | 11111111 | 110 | 1010 | 0 | 0 | 100000111 | 1100100 | 1011111 |
Color Harmonies of #EFE5FF
Complementary color
Monochromatic Colors of #EFE5FF
Black with #EFE5FF
Text Example
Text Example
White with #EFE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5FF; }
p { color: rgb(239,229,255); }
H1.HeaderClassName
{
color: #EFE5FF;
}
.AnyTagClassName
{
color: #EFE5FF;
}
</style>
background-color css
<style>
a { background-color: #EFE5FF; }
a { background-color: rgb(239,229,255); }
div.DivClassName
{
background-color: #EFE5FF;
}
.BgClassName
{
background-color: #EFE5FF;
}
</style>
border-color css
<style>
span { border-color: #EFE5FF; }
span { border-color: rgb(239,229,255); }
td.TdClassName
{
border-color: #EFE5FF;
}
.TagClassName
{
border-color: #EFE5FF;
}
</style>