Shades of Magnolia #EEE5FF
Tints of Magnolia #EEE5FF
RGB
CMYK
RGB Variations
Color information
#EEE5FF (or 0xEEE5FF) is known color: Magnolia. HEX triplet: EE, E5 and FF. RGB value is (238,229,255). Sum of RGB (Red+Green+Blue) = 238+229+255=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 229 (89.84% from 255 or 31.72% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5FF is #111A00. Grayscale: #EAEAEA. Windows color (decimal): -1120769 or 16770542. OLE color: 16770542.
HSL color Cylindrical-coordinate representation of color #EEE5FF: hue angle of 260.77º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE5FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 229 | 255 | - |
| CMYK | 0.07 | 0.10 | 0 | 0 |
| HSL | 260.77º | 1% | 0.95% | - |
| HSV(B) | 260.77º | 0.1% | 1% | - |
| XYZ | 81.33 | 81.44 | 106.04 | - |
| YUV | 234.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 255 | 0.07 | 0.10 | 0 | 0 | 260.77 | 1 | 0.95 |
| Hex | EE | E5 | FF | 7 | A | 0 | 0 | 105 | 64 | 5F |
| Octal | 356 | 345 | 377 | 7 | 12 | 0 | 0 | 405 | 144 | 137 |
| Binary | 11101110 | 11100101 | 11111111 | 111 | 1010 | 0 | 0 | 100000101 | 1100100 | 1011111 |
Color Harmonies of #EEE5FF
Complementary color
Monochromatic Colors of #EEE5FF
Black with #EEE5FF
Text Example
Text Example
White with #EEE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5FF; }
p { color: rgb(238,229,255); }
H1.HeaderClassName
{
color: #EEE5FF;
}
.AnyTagClassName
{
color: #EEE5FF;
}
</style>
background-color css
<style>
a { background-color: #EEE5FF; }
a { background-color: rgb(238,229,255); }
div.DivClassName
{
background-color: #EEE5FF;
}
.BgClassName
{
background-color: #EEE5FF;
}
</style>
border-color css
<style>
span { border-color: #EEE5FF; }
span { border-color: rgb(238,229,255); }
td.TdClassName
{
border-color: #EEE5FF;
}
.TagClassName
{
border-color: #EEE5FF;
}
</style>