Shades of Magnolia #EEE5FC
Tints of Magnolia #EEE5FC
RGB
CMYK
RGB Variations
Color information
#EEE5FC (or 0xEEE5FC) is known color: Magnolia. HEX triplet: EE, E5 and FC. RGB value is (238,229,252). Sum of RGB (Red+Green+Blue) = 238+229+252=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5FC is #111A03. Grayscale: #EAEAEA. Windows color (decimal): -1120772 or 16573934. OLE color: 16573934.
HSL color Cylindrical-coordinate representation of color #EEE5FC: hue angle of 263.48º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE5FC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 229 | 252 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.01 |
| HSL | 263.48º | 0.79% | 0.94% | - |
| HSV(B) | 263.48º | 0.09% | 0.99% | - |
| XYZ | 80.85 | 81.24 | 103.52 | - |
| YUV | 234.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 252 | 0.06 | 0.09 | 0 | 0.01 | 263.48 | 0.79 | 0.94 |
| Hex | EE | E5 | FC | 6 | 9 | 0 | 1 | 107 | 4F | 5E |
| Octal | 356 | 345 | 374 | 6 | 11 | 0 | 1 | 407 | 117 | 136 |
| Binary | 11101110 | 11100101 | 11111100 | 110 | 1001 | 0 | 1 | 100000111 | 1001111 | 1011110 |
Color Harmonies of #EEE5FC
Complementary color
Monochromatic Colors of #EEE5FC
Black with #EEE5FC
Text Example
Text Example
White with #EEE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5FC; }
p { color: rgb(238,229,252); }
H1.HeaderClassName
{
color: #EEE5FC;
}
.AnyTagClassName
{
color: #EEE5FC;
}
</style>
background-color css
<style>
a { background-color: #EEE5FC; }
a { background-color: rgb(238,229,252); }
div.DivClassName
{
background-color: #EEE5FC;
}
.BgClassName
{
background-color: #EEE5FC;
}
</style>
border-color css
<style>
span { border-color: #EEE5FC; }
span { border-color: rgb(238,229,252); }
td.TdClassName
{
border-color: #EEE5FC;
}
.TagClassName
{
border-color: #EEE5FC;
}
</style>