Shades of Magnolia #EEE8F5
Tints of Magnolia #EEE8F5
RGB
CMYK
RGB Variations
Color information
#EEE8F5 (or 0xEEE8F5) is known color: Magnolia. HEX triplet: EE, E8 and F5. RGB value is (238,232,245). Sum of RGB (Red+Green+Blue) = 238+232+245=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8F5 is #11170A. Grayscale: #EBEBEB. Windows color (decimal): -1120011 or 16115950. OLE color: 16115950.
HSL color Cylindrical-coordinate representation of color #EEE8F5: hue angle of 267.69º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE8F5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 232 | 245 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.04 |
| HSL | 267.69º | 0.39% | 0.94% | - |
| HSV(B) | 267.69º | 0.05% | 0.96% | - |
| XYZ | 80.6 | 82.48 | 98.06 | - |
| YUV | 235.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 245 | 0.03 | 0.05 | 0 | 0.04 | 267.69 | 0.39 | 0.94 |
| Hex | EE | E8 | F5 | 3 | 5 | 0 | 4 | 10C | 27 | 5E |
| Octal | 356 | 350 | 365 | 3 | 5 | 0 | 4 | 414 | 47 | 136 |
| Binary | 11101110 | 11101000 | 11110101 | 11 | 101 | 0 | 100 | 100001100 | 100111 | 1011110 |
Color Harmonies of #EEE8F5
Complementary color
Monochromatic Colors of #EEE8F5
Black with #EEE8F5
Text Example
Text Example
White with #EEE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8F5; }
p { color: rgb(238,232,245); }
H1.HeaderClassName
{
color: #EEE8F5;
}
.AnyTagClassName
{
color: #EEE8F5;
}
</style>
background-color css
<style>
a { background-color: #EEE8F5; }
a { background-color: rgb(238,232,245); }
div.DivClassName
{
background-color: #EEE8F5;
}
.BgClassName
{
background-color: #EEE8F5;
}
</style>
border-color css
<style>
span { border-color: #EEE8F5; }
span { border-color: rgb(238,232,245); }
td.TdClassName
{
border-color: #EEE8F5;
}
.TagClassName
{
border-color: #EEE8F5;
}
</style>