Shades of Magnolia #EFE6FE
Tints of Magnolia #EFE6FE
RGB
CMYK
RGB Variations
Color information
#EFE6FE (or 0xEFE6FE) is known color: Magnolia. HEX triplet: EF, E6 and FE. RGB value is (239,230,254). Sum of RGB (Red+Green+Blue) = 239+230+254=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6FE is #101901. Grayscale: #EBEBEB. Windows color (decimal): -1054978 or 16705263. OLE color: 16705263.
HSL color Cylindrical-coordinate representation of color #EFE6FE: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE6FE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 230 | 254 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.00 |
| HSL | 262.5º | 0.92% | 0.95% | - |
| HSV(B) | 262.5º | 0.09% | 1% | - |
| XYZ | 81.78 | 82.1 | 105.3 | - |
| YUV | 235.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 254 | 0.06 | 0.09 | 0 | 0.00 | 262.5 | 0.92 | 0.95 |
| Hex | EF | E6 | FE | 6 | 9 | 0 | 0 | 106 | 5C | 5F |
| Octal | 357 | 346 | 376 | 6 | 11 | 0 | 0 | 406 | 134 | 137 |
| Binary | 11101111 | 11100110 | 11111110 | 110 | 1001 | 0 | 0 | 100000110 | 1011100 | 1011111 |
Color Harmonies of #EFE6FE
Complementary color
Monochromatic Colors of #EFE6FE
Black with #EFE6FE
Text Example
Text Example
White with #EFE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6FE; }
p { color: rgb(239,230,254); }
H1.HeaderClassName
{
color: #EFE6FE;
}
.AnyTagClassName
{
color: #EFE6FE;
}
</style>
background-color css
<style>
a { background-color: #EFE6FE; }
a { background-color: rgb(239,230,254); }
div.DivClassName
{
background-color: #EFE6FE;
}
.BgClassName
{
background-color: #EFE6FE;
}
</style>
border-color css
<style>
span { border-color: #EFE6FE; }
span { border-color: rgb(239,230,254); }
td.TdClassName
{
border-color: #EFE6FE;
}
.TagClassName
{
border-color: #EFE6FE;
}
</style>