Shades of Magnolia #EEE8FA
Tints of Magnolia #EEE8FA
RGB
CMYK
RGB Variations
Color information
#EEE8FA (or 0xEEE8FA) is known color: Magnolia. HEX triplet: EE, E8 and FA. RGB value is (238,232,250). Sum of RGB (Red+Green+Blue) = 238+232+250=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8FA is #111705. Grayscale: #EBEBEB. Windows color (decimal): -1120006 or 16443630. OLE color: 16443630.
HSL color Cylindrical-coordinate representation of color #EEE8FA: hue angle of 260º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE8FA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 232 | 250 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.02 |
| HSL | 260º | 0.64% | 0.95% | - |
| HSV(B) | 260º | 0.07% | 0.98% | - |
| XYZ | 81.37 | 82.79 | 102.13 | - |
| YUV | 235.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 250 | 0.05 | 0.07 | 0 | 0.02 | 260 | 0.64 | 0.95 |
| Hex | EE | E8 | FA | 5 | 7 | 0 | 2 | 104 | 40 | 5F |
| Octal | 356 | 350 | 372 | 5 | 7 | 0 | 2 | 404 | 100 | 137 |
| Binary | 11101110 | 11101000 | 11111010 | 101 | 111 | 0 | 10 | 100000100 | 1000000 | 1011111 |
Color Harmonies of #EEE8FA
Complementary color
Monochromatic Colors of #EEE8FA
Black with #EEE8FA
Text Example
Text Example
White with #EEE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8FA; }
p { color: rgb(238,232,250); }
H1.HeaderClassName
{
color: #EEE8FA;
}
.AnyTagClassName
{
color: #EEE8FA;
}
</style>
background-color css
<style>
a { background-color: #EEE8FA; }
a { background-color: rgb(238,232,250); }
div.DivClassName
{
background-color: #EEE8FA;
}
.BgClassName
{
background-color: #EEE8FA;
}
</style>
border-color css
<style>
span { border-color: #EEE8FA; }
span { border-color: rgb(238,232,250); }
td.TdClassName
{
border-color: #EEE8FA;
}
.TagClassName
{
border-color: #EEE8FA;
}
</style>