Shades of Magnolia #EFECF4
Tints of Magnolia #EFECF4
RGB
CMYK
RGB Variations
Color information
#EFECF4 (or 0xEFECF4) is known color: Magnolia. HEX triplet: EF, EC and F4. RGB value is (239,236,244). Sum of RGB (Red+Green+Blue) = 239+236+244=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECF4 is #10130B. Grayscale: #EDEDED. Windows color (decimal): -1053452 or 16051439. OLE color: 16051439.
HSL color Cylindrical-coordinate representation of color #EFECF4: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFECF4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 236 | 244 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.04 |
| HSL | 262.5º | 0.27% | 0.94% | - |
| HSV(B) | 262.5º | 0.03% | 0.96% | - |
| XYZ | 81.92 | 84.87 | 97.65 | - |
| YUV | 237.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 244 | 0.02 | 0.03 | 0 | 0.04 | 262.5 | 0.27 | 0.94 |
| Hex | EF | EC | F4 | 2 | 3 | 0 | 4 | 106 | 1B | 5E |
| Octal | 357 | 354 | 364 | 2 | 3 | 0 | 4 | 406 | 33 | 136 |
| Binary | 11101111 | 11101100 | 11110100 | 10 | 11 | 0 | 100 | 100000110 | 11011 | 1011110 |
Color Harmonies of #EFECF4
Complementary color
Monochromatic Colors of #EFECF4
Black with #EFECF4
Text Example
Text Example
White with #EFECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECF4; }
p { color: rgb(239,236,244); }
H1.HeaderClassName
{
color: #EFECF4;
}
.AnyTagClassName
{
color: #EFECF4;
}
</style>
background-color css
<style>
a { background-color: #EFECF4; }
a { background-color: rgb(239,236,244); }
div.DivClassName
{
background-color: #EFECF4;
}
.BgClassName
{
background-color: #EFECF4;
}
</style>
border-color css
<style>
span { border-color: #EFECF4; }
span { border-color: rgb(239,236,244); }
td.TdClassName
{
border-color: #EFECF4;
}
.TagClassName
{
border-color: #EFECF4;
}
</style>