Shades of Magnolia #EEE0FC
Tints of Magnolia #EEE0FC
RGB
CMYK
RGB Variations
Color information
#EEE0FC (or 0xEEE0FC) is known color: Magnolia. HEX triplet: EE, E0 and FC. RGB value is (238,224,252). Sum of RGB (Red+Green+Blue) = 238+224+252=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0FC is #111F03. Grayscale: #E7E7E7. Windows color (decimal): -1122052 or 16572654. OLE color: 16572654.
HSL color Cylindrical-coordinate representation of color #EEE0FC: hue angle of 270º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE0FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 224 | 252 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 270º | 0.82% | 0.93% | - |
| HSV(B) | 270º | 0.11% | 0.99% | - |
| XYZ | 79.49 | 78.52 | 103.06 | - |
| YUV | 231.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 252 | 0.06 | 0.11 | 0 | 0.01 | 270 | 0.82 | 0.93 |
| Hex | EE | E0 | FC | 6 | B | 0 | 1 | 10E | 52 | 5D |
| Octal | 356 | 340 | 374 | 6 | 13 | 0 | 1 | 416 | 122 | 135 |
| Binary | 11101110 | 11100000 | 11111100 | 110 | 1011 | 0 | 1 | 100001110 | 1010010 | 1011101 |
Color Harmonies of #EEE0FC
Complementary color
Monochromatic Colors of #EEE0FC
Black with #EEE0FC
Text Example
Text Example
White with #EEE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0FC; }
p { color: rgb(238,224,252); }
H1.HeaderClassName
{
color: #EEE0FC;
}
.AnyTagClassName
{
color: #EEE0FC;
}
</style>
background-color css
<style>
a { background-color: #EEE0FC; }
a { background-color: rgb(238,224,252); }
div.DivClassName
{
background-color: #EEE0FC;
}
.BgClassName
{
background-color: #EEE0FC;
}
</style>
border-color css
<style>
span { border-color: #EEE0FC; }
span { border-color: rgb(238,224,252); }
td.TdClassName
{
border-color: #EEE0FC;
}
.TagClassName
{
border-color: #EEE0FC;
}
</style>