Shades of Magnolia #EFE9F5
Tints of Magnolia #EFE9F5
RGB
CMYK
RGB Variations
Color information
#EFE9F5 (or 0xEFE9F5) is known color: Magnolia. HEX triplet: EF, E9 and F5. RGB value is (239,233,245). Sum of RGB (Red+Green+Blue) = 239+233+245=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9F5 is #10160A. Grayscale: #ECECEC. Windows color (decimal): -1054219 or 16116207. OLE color: 16116207.
HSL color Cylindrical-coordinate representation of color #EFE9F5: hue angle of 270º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE9F5 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 233 | 245 | - |
CMYK | 0.02 | 0.05 | 0 | 0.04 |
HSL | 270º | 0.38% | 0.94% | - |
HSV(B) | 270º | 0.05% | 0.96% | - |
XYZ | 81.22 | 83.22 | 98.17 | - |
YUV | 236.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 245 | 0.02 | 0.05 | 0 | 0.04 | 270 | 0.38 | 0.94 |
Hex | EF | E9 | F5 | 2 | 5 | 0 | 4 | 10E | 26 | 5E |
Octal | 357 | 351 | 365 | 2 | 5 | 0 | 4 | 416 | 46 | 136 |
Binary | 11101111 | 11101001 | 11110101 | 10 | 101 | 0 | 100 | 100001110 | 100110 | 1011110 |
Color Harmonies of #EFE9F5
Complementary color
Monochromatic Colors of #EFE9F5
Black with #EFE9F5
Text Example
Text Example
White with #EFE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9F5; }
p { color: rgb(239,233,245); }
H1.HeaderClassName
{
color: #EFE9F5;
}
.AnyTagClassName
{
color: #EFE9F5;
}
</style>
background-color css
<style>
a { background-color: #EFE9F5; }
a { background-color: rgb(239,233,245); }
div.DivClassName
{
background-color: #EFE9F5;
}
.BgClassName
{
background-color: #EFE9F5;
}
</style>
border-color css
<style>
span { border-color: #EFE9F5; }
span { border-color: rgb(239,233,245); }
td.TdClassName
{
border-color: #EFE9F5;
}
.TagClassName
{
border-color: #EFE9F5;
}
</style>