Shades of Magnolia #EEE8FE
Tints of Magnolia #EEE8FE
RGB
CMYK
RGB Variations
Color information
#EEE8FE (or 0xEEE8FE) is known color: Magnolia. HEX triplet: EE, E8 and FE. RGB value is (238,232,254). Sum of RGB (Red+Green+Blue) = 238+232+254=724 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.87% from 724); Green value is 232 (91.02% from 255 or 32.04% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8FE is #111701. Grayscale: #ECECEC. Windows color (decimal): -1120002 or 16705774. OLE color: 16705774.
HSL color Cylindrical-coordinate representation of color #EEE8FE: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE8FE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 232 | 254 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.00 |
| HSL | 256.36º | 0.92% | 0.95% | - |
| HSV(B) | 256.36º | 0.09% | 1% | - |
| XYZ | 82.01 | 83.05 | 105.47 | - |
| YUV | 236.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 254 | 0.06 | 0.09 | 0 | 0.00 | 256.36 | 0.92 | 0.95 |
| Hex | EE | E8 | FE | 6 | 9 | 0 | 0 | 100 | 5C | 5F |
| Octal | 356 | 350 | 376 | 6 | 11 | 0 | 0 | 400 | 134 | 137 |
| Binary | 11101110 | 11101000 | 11111110 | 110 | 1001 | 0 | 0 | 100000000 | 1011100 | 1011111 |
Color Harmonies of #EEE8FE
Complementary color
Monochromatic Colors of #EEE8FE
Black with #EEE8FE
Text Example
Text Example
White with #EEE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8FE; }
p { color: rgb(238,232,254); }
H1.HeaderClassName
{
color: #EEE8FE;
}
.AnyTagClassName
{
color: #EEE8FE;
}
</style>
background-color css
<style>
a { background-color: #EEE8FE; }
a { background-color: rgb(238,232,254); }
div.DivClassName
{
background-color: #EEE8FE;
}
.BgClassName
{
background-color: #EEE8FE;
}
</style>
border-color css
<style>
span { border-color: #EEE8FE; }
span { border-color: rgb(238,232,254); }
td.TdClassName
{
border-color: #EEE8FE;
}
.TagClassName
{
border-color: #EEE8FE;
}
</style>