Shades of Magnolia #EEEAF6
Tints of Magnolia #EEEAF6
RGB
CMYK
RGB Variations
Color information
#EEEAF6 (or 0xEEEAF6) is known color: Magnolia. HEX triplet: EE, EA and F6. RGB value is (238,234,246). Sum of RGB (Red+Green+Blue) = 238+234+246=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF6 is #111509. Grayscale: #ECECEC. Windows color (decimal): -1119498 or 16181998. OLE color: 16181998.
HSL color Cylindrical-coordinate representation of color #EEEAF6: hue angle of 260º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAF6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 234 | 246 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.04 |
| HSL | 260º | 0.4% | 0.94% | - |
| HSV(B) | 260º | 0.05% | 0.96% | - |
| XYZ | 81.32 | 83.68 | 99.05 | - |
| YUV | 236.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 246 | 0.03 | 0.05 | 0 | 0.04 | 260 | 0.4 | 0.94 |
| Hex | EE | EA | F6 | 3 | 5 | 0 | 4 | 104 | 28 | 5E |
| Octal | 356 | 352 | 366 | 3 | 5 | 0 | 4 | 404 | 50 | 136 |
| Binary | 11101110 | 11101010 | 11110110 | 11 | 101 | 0 | 100 | 100000100 | 101000 | 1011110 |
Color Harmonies of #EEEAF6
Complementary color
Monochromatic Colors of #EEEAF6
Black with #EEEAF6
Text Example
Text Example
White with #EEEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAF6; }
p { color: rgb(238,234,246); }
H1.HeaderClassName
{
color: #EEEAF6;
}
.AnyTagClassName
{
color: #EEEAF6;
}
</style>
background-color css
<style>
a { background-color: #EEEAF6; }
a { background-color: rgb(238,234,246); }
div.DivClassName
{
background-color: #EEEAF6;
}
.BgClassName
{
background-color: #EEEAF6;
}
</style>
border-color css
<style>
span { border-color: #EEEAF6; }
span { border-color: rgb(238,234,246); }
td.TdClassName
{
border-color: #EEEAF6;
}
.TagClassName
{
border-color: #EEEAF6;
}
</style>