Shades of Magnolia #EEEAF7
Tints of Magnolia #EEEAF7
RGB
CMYK
RGB Variations
Color information
#EEEAF7 (or 0xEEEAF7) is known color: Magnolia. HEX triplet: EE, EA and F7. RGB value is (238,234,247). Sum of RGB (Red+Green+Blue) = 238+234+247=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 247 - color contains mainly: blue. Hex color #EEEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF7 is #111508. Grayscale: #ECECEC. Windows color (decimal): -1119497 or 16247534. OLE color: 16247534.
HSL color Cylindrical-coordinate representation of color #EEEAF7: hue angle of 258.46º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAF7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 234 | 247 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.03 |
| HSL | 258.46º | 0.45% | 0.94% | - |
| HSV(B) | 258.46º | 0.05% | 0.97% | - |
| XYZ | 81.47 | 83.74 | 99.86 | - |
| YUV | 236.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 247 | 0.04 | 0.05 | 0 | 0.03 | 258.46 | 0.45 | 0.94 |
| Hex | EE | EA | F7 | 4 | 5 | 0 | 3 | 102 | 2D | 5E |
| Octal | 356 | 352 | 367 | 4 | 5 | 0 | 3 | 402 | 55 | 136 |
| Binary | 11101110 | 11101010 | 11110111 | 100 | 101 | 0 | 11 | 100000010 | 101101 | 1011110 |
Color Harmonies of #EEEAF7
Complementary color
Monochromatic Colors of #EEEAF7
Black with #EEEAF7
Text Example
Text Example
White with #EEEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAF7; }
p { color: rgb(238,234,247); }
H1.HeaderClassName
{
color: #EEEAF7;
}
.AnyTagClassName
{
color: #EEEAF7;
}
</style>
background-color css
<style>
a { background-color: #EEEAF7; }
a { background-color: rgb(238,234,247); }
div.DivClassName
{
background-color: #EEEAF7;
}
.BgClassName
{
background-color: #EEEAF7;
}
</style>
border-color css
<style>
span { border-color: #EEEAF7; }
span { border-color: rgb(238,234,247); }
td.TdClassName
{
border-color: #EEEAF7;
}
.TagClassName
{
border-color: #EEEAF7;
}
</style>