Shades of Magnolia #EEE2FE
Tints of Magnolia #EEE2FE
RGB
CMYK
RGB Variations
Color information
#EEE2FE (or 0xEEE2FE) is known color: Magnolia. HEX triplet: EE, E2 and FE. RGB value is (238,226,254). Sum of RGB (Red+Green+Blue) = 238+226+254=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2FE is #111D01. Grayscale: #E8E8E8. Windows color (decimal): -1121538 or 16704238. OLE color: 16704238.
HSL color Cylindrical-coordinate representation of color #EEE2FE: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE2FE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 226 | 254 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.00 |
| HSL | 265.71º | 0.93% | 0.94% | - |
| HSV(B) | 265.71º | 0.11% | 1% | - |
| XYZ | 80.35 | 79.73 | 104.92 | - |
| YUV | 232.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 254 | 0.06 | 0.11 | 0 | 0.00 | 265.71 | 0.93 | 0.94 |
| Hex | EE | E2 | FE | 6 | B | 0 | 0 | 10A | 5D | 5E |
| Octal | 356 | 342 | 376 | 6 | 13 | 0 | 0 | 412 | 135 | 136 |
| Binary | 11101110 | 11100010 | 11111110 | 110 | 1011 | 0 | 0 | 100001010 | 1011101 | 1011110 |
Color Harmonies of #EEE2FE
Complementary color
Monochromatic Colors of #EEE2FE
Black with #EEE2FE
Text Example
Text Example
White with #EEE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2FE; }
p { color: rgb(238,226,254); }
H1.HeaderClassName
{
color: #EEE2FE;
}
.AnyTagClassName
{
color: #EEE2FE;
}
</style>
background-color css
<style>
a { background-color: #EEE2FE; }
a { background-color: rgb(238,226,254); }
div.DivClassName
{
background-color: #EEE2FE;
}
.BgClassName
{
background-color: #EEE2FE;
}
</style>
border-color css
<style>
span { border-color: #EEE2FE; }
span { border-color: rgb(238,226,254); }
td.TdClassName
{
border-color: #EEE2FE;
}
.TagClassName
{
border-color: #EEE2FE;
}
</style>