Shades of Magnolia #EEDFFF
Tints of Magnolia #EEDFFF
RGB
CMYK
RGB Variations
Color information
#EEDFFF (or 0xEEDFFF) is known color: Magnolia. HEX triplet: EE, DF and FF. RGB value is (238,223,255). Sum of RGB (Red+Green+Blue) = 238+223+255=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFFF is #112000. Grayscale: #E7E7E7. Windows color (decimal): -1122305 or 16769006. OLE color: 16769006.
HSL color Cylindrical-coordinate representation of color #EEDFFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDFFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 223 | 255 | - |
| CMYK | 0.07 | 0.13 | 0 | 0 |
| HSL | 268.13º | 1% | 0.94% | - |
| HSV(B) | 268.13º | 0.13% | 1% | - |
| XYZ | 79.7 | 78.17 | 105.5 | - |
| YUV | 231.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 255 | 0.07 | 0.13 | 0 | 0 | 268.13 | 1 | 0.94 |
| Hex | EE | DF | FF | 7 | D | 0 | 0 | 10C | 64 | 5E |
| Octal | 356 | 337 | 377 | 7 | 15 | 0 | 0 | 414 | 144 | 136 |
| Binary | 11101110 | 11011111 | 11111111 | 111 | 1101 | 0 | 0 | 100001100 | 1100100 | 1011110 |
Color Harmonies of #EEDFFF
Complementary color
Monochromatic Colors of #EEDFFF
Black with #EEDFFF
Text Example
Text Example
White with #EEDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFFF; }
p { color: rgb(238,223,255); }
H1.HeaderClassName
{
color: #EEDFFF;
}
.AnyTagClassName
{
color: #EEDFFF;
}
</style>
background-color css
<style>
a { background-color: #EEDFFF; }
a { background-color: rgb(238,223,255); }
div.DivClassName
{
background-color: #EEDFFF;
}
.BgClassName
{
background-color: #EEDFFF;
}
</style>
border-color css
<style>
span { border-color: #EEDFFF; }
span { border-color: rgb(238,223,255); }
td.TdClassName
{
border-color: #EEDFFF;
}
.TagClassName
{
border-color: #EEDFFF;
}
</style>