Shades of Magnolia #EEE4FF
Tints of Magnolia #EEE4FF
RGB
CMYK
RGB Variations
Color information
#EEE4FF (or 0xEEE4FF) is known color: Magnolia. HEX triplet: EE, E4 and FF. RGB value is (238,228,255). Sum of RGB (Red+Green+Blue) = 238+228+255=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 228 (89.45% from 255 or 31.62% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4FF is #111B00. Grayscale: #E9E9E9. Windows color (decimal): -1121025 or 16770286. OLE color: 16770286.
HSL color Cylindrical-coordinate representation of color #EEE4FF: hue angle of 262.22º 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 #EEE4FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 228 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 262.22º | 1% | 0.95% | - |
| HSV(B) | 262.22º | 0.11% | 1% | - |
| XYZ | 81.05 | 80.88 | 105.95 | - |
| YUV | 234.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 255 | 0.07 | 0.11 | 0 | 0 | 262.22 | 1 | 0.95 |
| Hex | EE | E4 | FF | 7 | B | 0 | 0 | 106 | 64 | 5F |
| Octal | 356 | 344 | 377 | 7 | 13 | 0 | 0 | 406 | 144 | 137 |
| Binary | 11101110 | 11100100 | 11111111 | 111 | 1011 | 0 | 0 | 100000110 | 1100100 | 1011111 |
Color Harmonies of #EEE4FF
Complementary color
Monochromatic Colors of #EEE4FF
Black with #EEE4FF
Text Example
Text Example
White with #EEE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4FF; }
p { color: rgb(238,228,255); }
H1.HeaderClassName
{
color: #EEE4FF;
}
.AnyTagClassName
{
color: #EEE4FF;
}
</style>
background-color css
<style>
a { background-color: #EEE4FF; }
a { background-color: rgb(238,228,255); }
div.DivClassName
{
background-color: #EEE4FF;
}
.BgClassName
{
background-color: #EEE4FF;
}
</style>
border-color css
<style>
span { border-color: #EEE4FF; }
span { border-color: rgb(238,228,255); }
td.TdClassName
{
border-color: #EEE4FF;
}
.TagClassName
{
border-color: #EEE4FF;
}
</style>