Shades of Magnolia #EFE2FE
Tints of Magnolia #EFE2FE
RGB
CMYK
RGB Variations
Color information
#EFE2FE (or 0xEFE2FE) is known color: Magnolia. HEX triplet: EF, E2 and FE. RGB value is (239,226,254). Sum of RGB (Red+Green+Blue) = 239+226+254=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2FE is #101D01. Grayscale: #E8E8E8. Windows color (decimal): -1056002 or 16704239. OLE color: 16704239.
HSL color Cylindrical-coordinate representation of color #EFE2FE: hue angle of 267.86º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE2FE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 226 | 254 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.00 |
| HSL | 267.86º | 0.93% | 0.94% | - |
| HSV(B) | 267.86º | 0.11% | 1% | - |
| XYZ | 80.68 | 79.9 | 104.94 | - |
| YUV | 233.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 254 | 0.06 | 0.11 | 0 | 0.00 | 267.86 | 0.93 | 0.94 |
| Hex | EF | E2 | FE | 6 | B | 0 | 0 | 10C | 5D | 5E |
| Octal | 357 | 342 | 376 | 6 | 13 | 0 | 0 | 414 | 135 | 136 |
| Binary | 11101111 | 11100010 | 11111110 | 110 | 1011 | 0 | 0 | 100001100 | 1011101 | 1011110 |
Color Harmonies of #EFE2FE
Complementary color
Monochromatic Colors of #EFE2FE
Black with #EFE2FE
Text Example
Text Example
White with #EFE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2FE; }
p { color: rgb(239,226,254); }
H1.HeaderClassName
{
color: #EFE2FE;
}
.AnyTagClassName
{
color: #EFE2FE;
}
</style>
background-color css
<style>
a { background-color: #EFE2FE; }
a { background-color: rgb(239,226,254); }
div.DivClassName
{
background-color: #EFE2FE;
}
.BgClassName
{
background-color: #EFE2FE;
}
</style>
border-color css
<style>
span { border-color: #EFE2FE; }
span { border-color: rgb(239,226,254); }
td.TdClassName
{
border-color: #EFE2FE;
}
.TagClassName
{
border-color: #EFE2FE;
}
</style>