Shades of Magnolia #EEE4F9
Tints of Magnolia #EEE4F9
RGB
CMYK
RGB Variations
Color information
#EEE4F9 (or 0xEEE4F9) is known color: Magnolia. HEX triplet: EE, E4 and F9. RGB value is (238,228,249). Sum of RGB (Red+Green+Blue) = 238+228+249=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEE4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4F9 is #111B06. Grayscale: #E9E9E9. Windows color (decimal): -1121031 or 16377070. OLE color: 16377070.
HSL color Cylindrical-coordinate representation of color #EEE4F9: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE4F9 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 228 | 249 | - |
CMYK | 0.04 | 0.08 | 0 | 0.02 |
HSL | 268.57º | 0.64% | 0.94% | - |
HSV(B) | 268.57º | 0.08% | 0.98% | - |
XYZ | 80.1 | 80.5 | 100.94 | - |
YUV | 233.38 | 136.81 | 131.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 228 | 249 | 0.04 | 0.08 | 0 | 0.02 | 268.57 | 0.64 | 0.94 |
Hex | EE | E4 | F9 | 4 | 8 | 0 | 2 | 10D | 40 | 5E |
Octal | 356 | 344 | 371 | 4 | 10 | 0 | 2 | 415 | 100 | 136 |
Binary | 11101110 | 11100100 | 11111001 | 100 | 1000 | 0 | 10 | 100001101 | 1000000 | 1011110 |
Color Harmonies of #EEE4F9
Complementary color
Monochromatic Colors of #EEE4F9
Black with #EEE4F9
Text Example
Text Example
White with #EEE4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4F9; }
p { color: rgb(238,228,249); }
H1.HeaderClassName
{
color: #EEE4F9;
}
.AnyTagClassName
{
color: #EEE4F9;
}
</style>
background-color css
<style>
a { background-color: #EEE4F9; }
a { background-color: rgb(238,228,249); }
div.DivClassName
{
background-color: #EEE4F9;
}
.BgClassName
{
background-color: #EEE4F9;
}
</style>
border-color css
<style>
span { border-color: #EEE4F9; }
span { border-color: rgb(238,228,249); }
td.TdClassName
{
border-color: #EEE4F9;
}
.TagClassName
{
border-color: #EEE4F9;
}
</style>