Shades of Magnolia #EFECFB
Tints of Magnolia #EFECFB
RGB
CMYK
RGB Variations
Color information
#EFECFB (or 0xEFECFB) is known color: Magnolia. HEX triplet: EF, EC and FB. RGB value is (239,236,251). Sum of RGB (Red+Green+Blue) = 239+236+251=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECFB is #101304. Grayscale: #EEEEEE. Windows color (decimal): -1053445 or 16510191. OLE color: 16510191.
HSL color Cylindrical-coordinate representation of color #EFECFB: hue angle of 252º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFECFB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 236 | 251 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.02 |
| HSL | 252º | 0.65% | 0.95% | - |
| HSV(B) | 252º | 0.06% | 0.98% | - |
| XYZ | 83 | 85.31 | 103.36 | - |
| YUV | 238.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 251 | 0.05 | 0.06 | 0 | 0.02 | 252 | 0.65 | 0.95 |
| Hex | EF | EC | FB | 5 | 6 | 0 | 2 | FC | 41 | 5F |
| Octal | 357 | 354 | 373 | 5 | 6 | 0 | 2 | 374 | 101 | 137 |
| Binary | 11101111 | 11101100 | 11111011 | 101 | 110 | 0 | 10 | 11111100 | 1000001 | 1011111 |
Color Harmonies of #EFECFB
Complementary color
Monochromatic Colors of #EFECFB
Black with #EFECFB
Text Example
Text Example
White with #EFECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECFB; }
p { color: rgb(239,236,251); }
H1.HeaderClassName
{
color: #EFECFB;
}
.AnyTagClassName
{
color: #EFECFB;
}
</style>
background-color css
<style>
a { background-color: #EFECFB; }
a { background-color: rgb(239,236,251); }
div.DivClassName
{
background-color: #EFECFB;
}
.BgClassName
{
background-color: #EFECFB;
}
</style>
border-color css
<style>
span { border-color: #EFECFB; }
span { border-color: rgb(239,236,251); }
td.TdClassName
{
border-color: #EFECFB;
}
.TagClassName
{
border-color: #EFECFB;
}
</style>