Shades of Magnolia #EEE3FA
Tints of Magnolia #EEE3FA
RGB
CMYK
RGB Variations
Color information
#EEE3FA (or 0xEEE3FA) is known color: Magnolia. HEX triplet: EE, E3 and FA. RGB value is (238,227,250). Sum of RGB (Red+Green+Blue) = 238+227+250=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE3FA is #111C05. Grayscale: #E8E8E8. Windows color (decimal): -1121286 or 16442350. OLE color: 16442350.
HSL color Cylindrical-coordinate representation of color #EEE3FA: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE3FA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 227 | 250 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.02 |
| HSL | 268.7º | 0.7% | 0.94% | - |
| HSV(B) | 268.7º | 0.09% | 0.98% | - |
| XYZ | 79.98 | 80.02 | 101.67 | - |
| YUV | 232.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 250 | 0.05 | 0.09 | 0 | 0.02 | 268.7 | 0.7 | 0.94 |
| Hex | EE | E3 | FA | 5 | 9 | 0 | 2 | 10D | 46 | 5E |
| Octal | 356 | 343 | 372 | 5 | 11 | 0 | 2 | 415 | 106 | 136 |
| Binary | 11101110 | 11100011 | 11111010 | 101 | 1001 | 0 | 10 | 100001101 | 1000110 | 1011110 |
Color Harmonies of #EEE3FA
Complementary color
Monochromatic Colors of #EEE3FA
Black with #EEE3FA
Text Example
Text Example
White with #EEE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3FA; }
p { color: rgb(238,227,250); }
H1.HeaderClassName
{
color: #EEE3FA;
}
.AnyTagClassName
{
color: #EEE3FA;
}
</style>
background-color css
<style>
a { background-color: #EEE3FA; }
a { background-color: rgb(238,227,250); }
div.DivClassName
{
background-color: #EEE3FA;
}
.BgClassName
{
background-color: #EEE3FA;
}
</style>
border-color css
<style>
span { border-color: #EEE3FA; }
span { border-color: rgb(238,227,250); }
td.TdClassName
{
border-color: #EEE3FA;
}
.TagClassName
{
border-color: #EEE3FA;
}
</style>