Shades of Magnolia #EEE5FE
Tints of Magnolia #EEE5FE
RGB
CMYK
RGB Variations
Color information
#EEE5FE (or 0xEEE5FE) is known color: Magnolia. HEX triplet: EE, E5 and FE. RGB value is (238,229,254). Sum of RGB (Red+Green+Blue) = 238+229+254=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5FE is #111A01. Grayscale: #EAEAEA. Windows color (decimal): -1120770 or 16705006. OLE color: 16705006.
HSL color Cylindrical-coordinate representation of color #EEE5FE: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE5FE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 229 | 254 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.00 |
| HSL | 261.6º | 0.93% | 0.95% | - |
| HSV(B) | 261.6º | 0.1% | 1% | - |
| XYZ | 81.17 | 81.37 | 105.19 | - |
| YUV | 234.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 254 | 0.06 | 0.10 | 0 | 0.00 | 261.6 | 0.93 | 0.95 |
| Hex | EE | E5 | FE | 6 | A | 0 | 0 | 106 | 5D | 5F |
| Octal | 356 | 345 | 376 | 6 | 12 | 0 | 0 | 406 | 135 | 137 |
| Binary | 11101110 | 11100101 | 11111110 | 110 | 1010 | 0 | 0 | 100000110 | 1011101 | 1011111 |
Color Harmonies of #EEE5FE
Complementary color
Monochromatic Colors of #EEE5FE
Black with #EEE5FE
Text Example
Text Example
White with #EEE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5FE; }
p { color: rgb(238,229,254); }
H1.HeaderClassName
{
color: #EEE5FE;
}
.AnyTagClassName
{
color: #EEE5FE;
}
</style>
background-color css
<style>
a { background-color: #EEE5FE; }
a { background-color: rgb(238,229,254); }
div.DivClassName
{
background-color: #EEE5FE;
}
.BgClassName
{
background-color: #EEE5FE;
}
</style>
border-color css
<style>
span { border-color: #EEE5FE; }
span { border-color: rgb(238,229,254); }
td.TdClassName
{
border-color: #EEE5FE;
}
.TagClassName
{
border-color: #EEE5FE;
}
</style>