Shades of Magnolia #EFE3FD
Tints of Magnolia #EFE3FD
RGB
CMYK
RGB Variations
Color information
#EFE3FD (or 0xEFE3FD) is known color: Magnolia. HEX triplet: EF, E3 and FD. RGB value is (239,227,253). Sum of RGB (Red+Green+Blue) = 239+227+253=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 227 (89.06% from 255 or 31.57% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3FD is #101C02. Grayscale: #E9E9E9. Windows color (decimal): -1055747 or 16638959. OLE color: 16638959.
HSL color Cylindrical-coordinate representation of color #EFE3FD: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE3FD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 227 | 253 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.01 |
| HSL | 267.69º | 0.87% | 0.94% | - |
| HSV(B) | 267.69º | 0.1% | 0.99% | - |
| XYZ | 80.8 | 80.38 | 104.19 | - |
| YUV | 233.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 253 | 0.06 | 0.10 | 0 | 0.01 | 267.69 | 0.87 | 0.94 |
| Hex | EF | E3 | FD | 6 | A | 0 | 1 | 10C | 57 | 5E |
| Octal | 357 | 343 | 375 | 6 | 12 | 0 | 1 | 414 | 127 | 136 |
| Binary | 11101111 | 11100011 | 11111101 | 110 | 1010 | 0 | 1 | 100001100 | 1010111 | 1011110 |
Color Harmonies of #EFE3FD
Complementary color
Monochromatic Colors of #EFE3FD
Black with #EFE3FD
Text Example
Text Example
White with #EFE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3FD; }
p { color: rgb(239,227,253); }
H1.HeaderClassName
{
color: #EFE3FD;
}
.AnyTagClassName
{
color: #EFE3FD;
}
</style>
background-color css
<style>
a { background-color: #EFE3FD; }
a { background-color: rgb(239,227,253); }
div.DivClassName
{
background-color: #EFE3FD;
}
.BgClassName
{
background-color: #EFE3FD;
}
</style>
border-color css
<style>
span { border-color: #EFE3FD; }
span { border-color: rgb(239,227,253); }
td.TdClassName
{
border-color: #EFE3FD;
}
.TagClassName
{
border-color: #EFE3FD;
}
</style>