Shades of Magnolia #EEE9FA
Tints of Magnolia #EEE9FA
RGB
CMYK
RGB Variations
Color information
#EEE9FA (or 0xEEE9FA) is known color: Magnolia. HEX triplet: EE, E9 and FA. RGB value is (238,233,250). Sum of RGB (Red+Green+Blue) = 238+233+250=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9FA is #111605. Grayscale: #ECECEC. Windows color (decimal): -1119750 or 16443886. OLE color: 16443886.
HSL color Cylindrical-coordinate representation of color #EEE9FA: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE9FA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 233 | 250 | - |
CMYK | 0.05 | 0.07 | 0 | 0.02 |
HSL | 257.65º | 0.63% | 0.95% | - |
HSV(B) | 257.65º | 0.07% | 0.98% | - |
XYZ | 81.65 | 83.36 | 102.23 | - |
YUV | 236.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 233 | 250 | 0.05 | 0.07 | 0 | 0.02 | 257.65 | 0.63 | 0.95 |
Hex | EE | E9 | FA | 5 | 7 | 0 | 2 | 102 | 3F | 5F |
Octal | 356 | 351 | 372 | 5 | 7 | 0 | 2 | 402 | 77 | 137 |
Binary | 11101110 | 11101001 | 11111010 | 101 | 111 | 0 | 10 | 100000010 | 111111 | 1011111 |
Color Harmonies of #EEE9FA
Complementary color
Monochromatic Colors of #EEE9FA
Black with #EEE9FA
Text Example
Text Example
White with #EEE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9FA; }
p { color: rgb(238,233,250); }
H1.HeaderClassName
{
color: #EEE9FA;
}
.AnyTagClassName
{
color: #EEE9FA;
}
</style>
background-color css
<style>
a { background-color: #EEE9FA; }
a { background-color: rgb(238,233,250); }
div.DivClassName
{
background-color: #EEE9FA;
}
.BgClassName
{
background-color: #EEE9FA;
}
</style>
border-color css
<style>
span { border-color: #EEE9FA; }
span { border-color: rgb(238,233,250); }
td.TdClassName
{
border-color: #EEE9FA;
}
.TagClassName
{
border-color: #EEE9FA;
}
</style>