Shades of Magnolia #EFEAFC
Tints of Magnolia #EFEAFC
RGB
CMYK
RGB Variations
Color information
#EFEAFC (or 0xEFEAFC) is known color: Magnolia. HEX triplet: EF, EA and FC. RGB value is (239,234,252). Sum of RGB (Red+Green+Blue) = 239+234+252=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 234 (91.80% from 255 or 32.28% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFC is #101503. Grayscale: #EDEDED. Windows color (decimal): -1053956 or 16575215. OLE color: 16575215.
HSL color Cylindrical-coordinate representation of color #EFEAFC: hue angle of 256.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFEAFC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 234 | 252 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.01 |
| HSL | 256.67º | 0.75% | 0.95% | - |
| HSV(B) | 256.67º | 0.07% | 0.99% | - |
| XYZ | 82.59 | 84.22 | 104 | - |
| YUV | 237.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 252 | 0.05 | 0.07 | 0 | 0.01 | 256.67 | 0.75 | 0.95 |
| Hex | EF | EA | FC | 5 | 7 | 0 | 1 | 101 | 4B | 5F |
| Octal | 357 | 352 | 374 | 5 | 7 | 0 | 1 | 401 | 113 | 137 |
| Binary | 11101111 | 11101010 | 11111100 | 101 | 111 | 0 | 1 | 100000001 | 1001011 | 1011111 |
Color Harmonies of #EFEAFC
Complementary color
Monochromatic Colors of #EFEAFC
Black with #EFEAFC
Text Example
Text Example
White with #EFEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAFC; }
p { color: rgb(239,234,252); }
H1.HeaderClassName
{
color: #EFEAFC;
}
.AnyTagClassName
{
color: #EFEAFC;
}
</style>
background-color css
<style>
a { background-color: #EFEAFC; }
a { background-color: rgb(239,234,252); }
div.DivClassName
{
background-color: #EFEAFC;
}
.BgClassName
{
background-color: #EFEAFC;
}
</style>
border-color css
<style>
span { border-color: #EFEAFC; }
span { border-color: rgb(239,234,252); }
td.TdClassName
{
border-color: #EFEAFC;
}
.TagClassName
{
border-color: #EFEAFC;
}
</style>