Shades of Magnolia #EFE1FD
Tints of Magnolia #EFE1FD
RGB
CMYK
RGB Variations
Color information
#EFE1FD (or 0xEFE1FD) is known color: Magnolia. HEX triplet: EF, E1 and FD. RGB value is (239,225,253). Sum of RGB (Red+Green+Blue) = 239+225+253=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #EFE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1FD is #101E02. Grayscale: #E8E8E8. Windows color (decimal): -1056259 or 16638447. OLE color: 16638447.
HSL color Cylindrical-coordinate representation of color #EFE1FD: hue angle of 270º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFE1FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 225 | 253 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 270º | 0.88% | 0.94% | - |
| HSV(B) | 270º | 0.11% | 0.99% | - |
| XYZ | 80.25 | 79.29 | 104 | - |
| YUV | 232.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 253 | 0.06 | 0.11 | 0 | 0.01 | 270 | 0.88 | 0.94 |
| Hex | EF | E1 | FD | 6 | B | 0 | 1 | 10E | 58 | 5E |
| Octal | 357 | 341 | 375 | 6 | 13 | 0 | 1 | 416 | 130 | 136 |
| Binary | 11101111 | 11100001 | 11111101 | 110 | 1011 | 0 | 1 | 100001110 | 1011000 | 1011110 |
Color Harmonies of #EFE1FD
Complementary color
Monochromatic Colors of #EFE1FD
Black with #EFE1FD
Text Example
Text Example
White with #EFE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1FD; }
p { color: rgb(239,225,253); }
H1.HeaderClassName
{
color: #EFE1FD;
}
.AnyTagClassName
{
color: #EFE1FD;
}
</style>
background-color css
<style>
a { background-color: #EFE1FD; }
a { background-color: rgb(239,225,253); }
div.DivClassName
{
background-color: #EFE1FD;
}
.BgClassName
{
background-color: #EFE1FD;
}
</style>
border-color css
<style>
span { border-color: #EFE1FD; }
span { border-color: rgb(239,225,253); }
td.TdClassName
{
border-color: #EFE1FD;
}
.TagClassName
{
border-color: #EFE1FD;
}
</style>