Shades of Magnolia #EFE4FF
Tints of Magnolia #EFE4FF
RGB
CMYK
RGB Variations
Color information
#EFE4FF (or 0xEFE4FF) is known color: Magnolia. HEX triplet: EF, E4 and FF. RGB value is (239,228,255). Sum of RGB (Red+Green+Blue) = 239+228+255=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 228 (89.45% from 255 or 31.58% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4FF is #101B00. Grayscale: #EAEAEA. Windows color (decimal): -1055489 or 16770287. OLE color: 16770287.
HSL color Cylindrical-coordinate representation of color #EFE4FF: hue angle of 264.44º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE4FF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 228 | 255 | - |
| CMYK | 0.06 | 0.11 | 0 | 0 |
| HSL | 264.44º | 1% | 0.95% | - |
| HSV(B) | 264.44º | 0.11% | 1% | - |
| XYZ | 81.39 | 81.06 | 105.96 | - |
| YUV | 234.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 255 | 0.06 | 0.11 | 0 | 0 | 264.44 | 1 | 0.95 |
| Hex | EF | E4 | FF | 6 | B | 0 | 0 | 108 | 64 | 5F |
| Octal | 357 | 344 | 377 | 6 | 13 | 0 | 0 | 410 | 144 | 137 |
| Binary | 11101111 | 11100100 | 11111111 | 110 | 1011 | 0 | 0 | 100001000 | 1100100 | 1011111 |
Color Harmonies of #EFE4FF
Complementary color
Monochromatic Colors of #EFE4FF
Black with #EFE4FF
Text Example
Text Example
White with #EFE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4FF; }
p { color: rgb(239,228,255); }
H1.HeaderClassName
{
color: #EFE4FF;
}
.AnyTagClassName
{
color: #EFE4FF;
}
</style>
background-color css
<style>
a { background-color: #EFE4FF; }
a { background-color: rgb(239,228,255); }
div.DivClassName
{
background-color: #EFE4FF;
}
.BgClassName
{
background-color: #EFE4FF;
}
</style>
border-color css
<style>
span { border-color: #EFE4FF; }
span { border-color: rgb(239,228,255); }
td.TdClassName
{
border-color: #EFE4FF;
}
.TagClassName
{
border-color: #EFE4FF;
}
</style>