Shades of Magnolia #EFE9FE
Tints of Magnolia #EFE9FE
RGB
CMYK
RGB Variations
Color information
#EFE9FE (or 0xEFE9FE) is known color: Magnolia. HEX triplet: EF, E9 and FE. RGB value is (239,233,254). Sum of RGB (Red+Green+Blue) = 239+233+254=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9FE is #101601. Grayscale: #EDEDED. Windows color (decimal): -1054210 or 16706031. OLE color: 16706031.
HSL color Cylindrical-coordinate representation of color #EFE9FE: hue angle of 257.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE9FE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 233 | 254 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.00 |
| HSL | 257.14º | 0.91% | 0.95% | - |
| HSV(B) | 257.14º | 0.08% | 1% | - |
| XYZ | 82.62 | 83.78 | 105.58 | - |
| YUV | 237.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 254 | 0.06 | 0.08 | 0 | 0.00 | 257.14 | 0.91 | 0.95 |
| Hex | EF | E9 | FE | 6 | 8 | 0 | 0 | 101 | 5B | 5F |
| Octal | 357 | 351 | 376 | 6 | 10 | 0 | 0 | 401 | 133 | 137 |
| Binary | 11101111 | 11101001 | 11111110 | 110 | 1000 | 0 | 0 | 100000001 | 1011011 | 1011111 |
Color Harmonies of #EFE9FE
Complementary color
Monochromatic Colors of #EFE9FE
Black with #EFE9FE
Text Example
Text Example
White with #EFE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9FE; }
p { color: rgb(239,233,254); }
H1.HeaderClassName
{
color: #EFE9FE;
}
.AnyTagClassName
{
color: #EFE9FE;
}
</style>
background-color css
<style>
a { background-color: #EFE9FE; }
a { background-color: rgb(239,233,254); }
div.DivClassName
{
background-color: #EFE9FE;
}
.BgClassName
{
background-color: #EFE9FE;
}
</style>
border-color css
<style>
span { border-color: #EFE9FE; }
span { border-color: rgb(239,233,254); }
td.TdClassName
{
border-color: #EFE9FE;
}
.TagClassName
{
border-color: #EFE9FE;
}
</style>