Shades of Magnolia #EEDDFF
Tints of Magnolia #EEDDFF
RGB
CMYK
RGB Variations
Color information
#EEDDFF (or 0xEEDDFF) is known color: Magnolia. HEX triplet: EE, DD and FF. RGB value is (238,221,255). Sum of RGB (Red+Green+Blue) = 238+221+255=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFF is #112200. Grayscale: #E5E5E5. Windows color (decimal): -1122817 or 16768494. OLE color: 16768494.
HSL color Cylindrical-coordinate representation of color #EEDDFF: hue angle of 270º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDDFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 221 | 255 | - |
| CMYK | 0.07 | 0.13 | 0 | 0 |
| HSL | 270º | 1% | 0.93% | - |
| HSV(B) | 270º | 0.13% | 1% | - |
| XYZ | 79.17 | 77.11 | 105.32 | - |
| YUV | 229.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 255 | 0.07 | 0.13 | 0 | 0 | 270 | 1 | 0.93 |
| Hex | EE | DD | FF | 7 | D | 0 | 0 | 10E | 64 | 5D |
| Octal | 356 | 335 | 377 | 7 | 15 | 0 | 0 | 416 | 144 | 135 |
| Binary | 11101110 | 11011101 | 11111111 | 111 | 1101 | 0 | 0 | 100001110 | 1100100 | 1011101 |
Color Harmonies of #EEDDFF
Complementary color
Monochromatic Colors of #EEDDFF
Black with #EEDDFF
Text Example
Text Example
White with #EEDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDFF; }
p { color: rgb(238,221,255); }
H1.HeaderClassName
{
color: #EEDDFF;
}
.AnyTagClassName
{
color: #EEDDFF;
}
</style>
background-color css
<style>
a { background-color: #EEDDFF; }
a { background-color: rgb(238,221,255); }
div.DivClassName
{
background-color: #EEDDFF;
}
.BgClassName
{
background-color: #EEDDFF;
}
</style>
border-color css
<style>
span { border-color: #EEDDFF; }
span { border-color: rgb(238,221,255); }
td.TdClassName
{
border-color: #EEDDFF;
}
.TagClassName
{
border-color: #EEDDFF;
}
</style>