Shades of Magnolia #EEE2FF
Tints of Magnolia #EEE2FF
RGB
CMYK
RGB Variations
Color information
#EEE2FF (or 0xEEE2FF) is known color: Magnolia. HEX triplet: EE, E2 and FF. RGB value is (238,226,255). Sum of RGB (Red+Green+Blue) = 238+226+255=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2FF is #111D00. Grayscale: #E8E8E8. Windows color (decimal): -1121537 or 16769774. OLE color: 16769774.
HSL color Cylindrical-coordinate representation of color #EEE2FF: hue angle of 264.83º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE2FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 226 | 255 | - |
CMYK | 0.07 | 0.11 | 0 | 0 |
HSL | 264.83º | 1% | 0.94% | - |
HSV(B) | 264.83º | 0.11% | 1% | - |
XYZ | 80.51 | 79.79 | 105.77 | - |
YUV | 232.89 | 140.48 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 226 | 255 | 0.07 | 0.11 | 0 | 0 | 264.83 | 1 | 0.94 |
Hex | EE | E2 | FF | 7 | B | 0 | 0 | 109 | 64 | 5E |
Octal | 356 | 342 | 377 | 7 | 13 | 0 | 0 | 411 | 144 | 136 |
Binary | 11101110 | 11100010 | 11111111 | 111 | 1011 | 0 | 0 | 100001001 | 1100100 | 1011110 |
Color Harmonies of #EEE2FF
Complementary color
Monochromatic Colors of #EEE2FF
Black with #EEE2FF
Text Example
Text Example
White with #EEE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2FF; }
p { color: rgb(238,226,255); }
H1.HeaderClassName
{
color: #EEE2FF;
}
.AnyTagClassName
{
color: #EEE2FF;
}
</style>
background-color css
<style>
a { background-color: #EEE2FF; }
a { background-color: rgb(238,226,255); }
div.DivClassName
{
background-color: #EEE2FF;
}
.BgClassName
{
background-color: #EEE2FF;
}
</style>
border-color css
<style>
span { border-color: #EEE2FF; }
span { border-color: rgb(238,226,255); }
td.TdClassName
{
border-color: #EEE2FF;
}
.TagClassName
{
border-color: #EEE2FF;
}
</style>