Shades of Magnolia #EFE5FE
Tints of Magnolia #EFE5FE
RGB
CMYK
RGB Variations
Color information
#EFE5FE (or 0xEFE5FE) is known color: Magnolia. HEX triplet: EF, E5 and FE. RGB value is (239,229,254). Sum of RGB (Red+Green+Blue) = 239+229+254=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5FE is #101A01. Grayscale: #EAEAEA. Windows color (decimal): -1055234 or 16705007. OLE color: 16705007.
HSL color Cylindrical-coordinate representation of color #EFE5FE: hue angle of 264º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE5FE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 229 | 254 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.00 |
| HSL | 264º | 0.93% | 0.95% | - |
| HSV(B) | 264º | 0.1% | 1% | - |
| XYZ | 81.51 | 81.55 | 105.21 | - |
| YUV | 234.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 254 | 0.06 | 0.10 | 0 | 0.00 | 264 | 0.93 | 0.95 |
| Hex | EF | E5 | FE | 6 | A | 0 | 0 | 108 | 5D | 5F |
| Octal | 357 | 345 | 376 | 6 | 12 | 0 | 0 | 410 | 135 | 137 |
| Binary | 11101111 | 11100101 | 11111110 | 110 | 1010 | 0 | 0 | 100001000 | 1011101 | 1011111 |
Color Harmonies of #EFE5FE
Complementary color
Monochromatic Colors of #EFE5FE
Black with #EFE5FE
Text Example
Text Example
White with #EFE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5FE; }
p { color: rgb(239,229,254); }
H1.HeaderClassName
{
color: #EFE5FE;
}
.AnyTagClassName
{
color: #EFE5FE;
}
</style>
background-color css
<style>
a { background-color: #EFE5FE; }
a { background-color: rgb(239,229,254); }
div.DivClassName
{
background-color: #EFE5FE;
}
.BgClassName
{
background-color: #EFE5FE;
}
</style>
border-color css
<style>
span { border-color: #EFE5FE; }
span { border-color: rgb(239,229,254); }
td.TdClassName
{
border-color: #EFE5FE;
}
.TagClassName
{
border-color: #EFE5FE;
}
</style>