Shades of Magnolia #EFEBFC
Tints of Magnolia #EFEBFC
RGB
CMYK
RGB Variations
Color information
#EFEBFC (or 0xEFEBFC) is known color: Magnolia. HEX triplet: EF, EB and FC. RGB value is (239,235,252). Sum of RGB (Red+Green+Blue) = 239+235+252=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBFC is #101403. Grayscale: #EEEEEE. Windows color (decimal): -1053700 or 16575471. OLE color: 16575471.
HSL color Cylindrical-coordinate representation of color #EFEBFC: hue angle of 254.12º degrees, saturation: 0.74, 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 #EFEBFC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 235 | 252 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.01 |
| HSL | 254.12º | 0.74% | 0.95% | - |
| HSV(B) | 254.12º | 0.07% | 0.99% | - |
| XYZ | 82.88 | 84.8 | 104.09 | - |
| YUV | 238.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 252 | 0.05 | 0.07 | 0 | 0.01 | 254.12 | 0.74 | 0.95 |
| Hex | EF | EB | FC | 5 | 7 | 0 | 1 | FE | 4A | 5F |
| Octal | 357 | 353 | 374 | 5 | 7 | 0 | 1 | 376 | 112 | 137 |
| Binary | 11101111 | 11101011 | 11111100 | 101 | 111 | 0 | 1 | 11111110 | 1001010 | 1011111 |
Color Harmonies of #EFEBFC
Complementary color
Monochromatic Colors of #EFEBFC
Black with #EFEBFC
Text Example
Text Example
White with #EFEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBFC; }
p { color: rgb(239,235,252); }
H1.HeaderClassName
{
color: #EFEBFC;
}
.AnyTagClassName
{
color: #EFEBFC;
}
</style>
background-color css
<style>
a { background-color: #EFEBFC; }
a { background-color: rgb(239,235,252); }
div.DivClassName
{
background-color: #EFEBFC;
}
.BgClassName
{
background-color: #EFEBFC;
}
</style>
border-color css
<style>
span { border-color: #EFEBFC; }
span { border-color: rgb(239,235,252); }
td.TdClassName
{
border-color: #EFEBFC;
}
.TagClassName
{
border-color: #EFEBFC;
}
</style>