Shades of Magnolia #EEE1FF
Tints of Magnolia #EEE1FF
RGB
CMYK
RGB Variations
Color information
#EEE1FF (or 0xEEE1FF) is known color: Magnolia. HEX triplet: EE, E1 and FF. RGB value is (238,225,255). Sum of RGB (Red+Green+Blue) = 238+225+255=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1FF is #111E00. Grayscale: #E8E8E8. Windows color (decimal): -1121793 or 16769518. OLE color: 16769518.
HSL color Cylindrical-coordinate representation of color #EEE1FF: hue angle of 266º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEE1FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 225 | 255 | - |
| CMYK | 0.07 | 0.12 | 0 | 0 |
| HSL | 266º | 1% | 0.94% | - |
| HSV(B) | 266º | 0.12% | 1% | - |
| XYZ | 80.24 | 79.25 | 105.68 | - |
| YUV | 232.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 255 | 0.07 | 0.12 | 0 | 0 | 266 | 1 | 0.94 |
| Hex | EE | E1 | FF | 7 | C | 0 | 0 | 10A | 64 | 5E |
| Octal | 356 | 341 | 377 | 7 | 14 | 0 | 0 | 412 | 144 | 136 |
| Binary | 11101110 | 11100001 | 11111111 | 111 | 1100 | 0 | 0 | 100001010 | 1100100 | 1011110 |
Color Harmonies of #EEE1FF
Complementary color
Monochromatic Colors of #EEE1FF
Black with #EEE1FF
Text Example
Text Example
White with #EEE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1FF; }
p { color: rgb(238,225,255); }
H1.HeaderClassName
{
color: #EEE1FF;
}
.AnyTagClassName
{
color: #EEE1FF;
}
</style>
background-color css
<style>
a { background-color: #EEE1FF; }
a { background-color: rgb(238,225,255); }
div.DivClassName
{
background-color: #EEE1FF;
}
.BgClassName
{
background-color: #EEE1FF;
}
</style>
border-color css
<style>
span { border-color: #EEE1FF; }
span { border-color: rgb(238,225,255); }
td.TdClassName
{
border-color: #EEE1FF;
}
.TagClassName
{
border-color: #EEE1FF;
}
</style>