Shades of Magnolia #EEE3FF
Tints of Magnolia #EEE3FF
RGB
CMYK
RGB Variations
Color information
#EEE3FF (or 0xEEE3FF) is known color: Magnolia. HEX triplet: EE, E3 and FF. RGB value is (238,227,255). Sum of RGB (Red+Green+Blue) = 238+227+255=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE3FF is #111C00. Grayscale: #E9E9E9. Windows color (decimal): -1121281 or 16770030. OLE color: 16770030.
HSL color Cylindrical-coordinate representation of color #EEE3FF: hue angle of 263.57º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE3FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 227 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 263.57º | 1% | 0.95% | - |
| HSV(B) | 263.57º | 0.11% | 1% | - |
| XYZ | 80.78 | 80.34 | 105.86 | - |
| YUV | 233.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 255 | 0.07 | 0.11 | 0 | 0 | 263.57 | 1 | 0.95 |
| Hex | EE | E3 | FF | 7 | B | 0 | 0 | 108 | 64 | 5F |
| Octal | 356 | 343 | 377 | 7 | 13 | 0 | 0 | 410 | 144 | 137 |
| Binary | 11101110 | 11100011 | 11111111 | 111 | 1011 | 0 | 0 | 100001000 | 1100100 | 1011111 |
Color Harmonies of #EEE3FF
Complementary color
Monochromatic Colors of #EEE3FF
Black with #EEE3FF
Text Example
Text Example
White with #EEE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3FF; }
p { color: rgb(238,227,255); }
H1.HeaderClassName
{
color: #EEE3FF;
}
.AnyTagClassName
{
color: #EEE3FF;
}
</style>
background-color css
<style>
a { background-color: #EEE3FF; }
a { background-color: rgb(238,227,255); }
div.DivClassName
{
background-color: #EEE3FF;
}
.BgClassName
{
background-color: #EEE3FF;
}
</style>
border-color css
<style>
span { border-color: #EEE3FF; }
span { border-color: rgb(238,227,255); }
td.TdClassName
{
border-color: #EEE3FF;
}
.TagClassName
{
border-color: #EEE3FF;
}
</style>