Shades of Magnolia #EFE8FD
Tints of Magnolia #EFE8FD
RGB
CMYK
RGB Variations
Color information
#EFE8FD (or 0xEFE8FD) is known color: Magnolia. HEX triplet: EF, E8 and FD. RGB value is (239,232,253). Sum of RGB (Red+Green+Blue) = 239+232+253=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8FD is #101702. Grayscale: #ECECEC. Windows color (decimal): -1054467 or 16640239. OLE color: 16640239.
HSL color Cylindrical-coordinate representation of color #EFE8FD: hue angle of 260º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE8FD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 232 | 253 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.01 |
| HSL | 260º | 0.84% | 0.95% | - |
| HSV(B) | 260º | 0.08% | 0.99% | - |
| XYZ | 82.18 | 83.16 | 104.65 | - |
| YUV | 236.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 253 | 0.06 | 0.08 | 0 | 0.01 | 260 | 0.84 | 0.95 |
| Hex | EF | E8 | FD | 6 | 8 | 0 | 1 | 104 | 54 | 5F |
| Octal | 357 | 350 | 375 | 6 | 10 | 0 | 1 | 404 | 124 | 137 |
| Binary | 11101111 | 11101000 | 11111101 | 110 | 1000 | 0 | 1 | 100000100 | 1010100 | 1011111 |
Color Harmonies of #EFE8FD
Complementary color
Monochromatic Colors of #EFE8FD
Black with #EFE8FD
Text Example
Text Example
White with #EFE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8FD; }
p { color: rgb(239,232,253); }
H1.HeaderClassName
{
color: #EFE8FD;
}
.AnyTagClassName
{
color: #EFE8FD;
}
</style>
background-color css
<style>
a { background-color: #EFE8FD; }
a { background-color: rgb(239,232,253); }
div.DivClassName
{
background-color: #EFE8FD;
}
.BgClassName
{
background-color: #EFE8FD;
}
</style>
border-color css
<style>
span { border-color: #EFE8FD; }
span { border-color: rgb(239,232,253); }
td.TdClassName
{
border-color: #EFE8FD;
}
.TagClassName
{
border-color: #EFE8FD;
}
</style>