Shades of Magnolia #EEE6FF
Tints of Magnolia #EEE6FF
RGB
CMYK
RGB Variations
Color information
#EEE6FF (or 0xEEE6FF) is known color: Magnolia. HEX triplet: EE, E6 and FF. RGB value is (238,230,255). Sum of RGB (Red+Green+Blue) = 238+230+255=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 230 (90.23% from 255 or 31.81% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6FF is #111900. Grayscale: #EBEBEB. Windows color (decimal): -1120513 or 16770798. OLE color: 16770798.
HSL color Cylindrical-coordinate representation of color #EEE6FF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE6FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 230 | 255 | - |
| CMYK | 0.07 | 0.10 | 0 | 0 |
| HSL | 259.2º | 1% | 0.95% | - |
| HSV(B) | 259.2º | 0.1% | 1% | - |
| XYZ | 81.61 | 81.99 | 106.13 | - |
| YUV | 235.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 255 | 0.07 | 0.10 | 0 | 0 | 259.2 | 1 | 0.95 |
| Hex | EE | E6 | FF | 7 | A | 0 | 0 | 103 | 64 | 5F |
| Octal | 356 | 346 | 377 | 7 | 12 | 0 | 0 | 403 | 144 | 137 |
| Binary | 11101110 | 11100110 | 11111111 | 111 | 1010 | 0 | 0 | 100000011 | 1100100 | 1011111 |
Color Harmonies of #EEE6FF
Complementary color
Monochromatic Colors of #EEE6FF
Black with #EEE6FF
Text Example
Text Example
White with #EEE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6FF; }
p { color: rgb(238,230,255); }
H1.HeaderClassName
{
color: #EEE6FF;
}
.AnyTagClassName
{
color: #EEE6FF;
}
</style>
background-color css
<style>
a { background-color: #EEE6FF; }
a { background-color: rgb(238,230,255); }
div.DivClassName
{
background-color: #EEE6FF;
}
.BgClassName
{
background-color: #EEE6FF;
}
</style>
border-color css
<style>
span { border-color: #EEE6FF; }
span { border-color: rgb(238,230,255); }
td.TdClassName
{
border-color: #EEE6FF;
}
.TagClassName
{
border-color: #EEE6FF;
}
</style>