Shades of Magnolia #E9E6EF
Tints of Magnolia #E9E6EF
RGB
CMYK
RGB Variations
Color information
#E9E6EF (or 0xE9E6EF) is known color: Magnolia. HEX triplet: E9, E6 and EF. RGB value is (233,230,239). Sum of RGB (Red+Green+Blue) = 233+230+239=702 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.19% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9E6EF is #161910. Grayscale: #E7E7E7. Windows color (decimal): -1448209 or 15722217. OLE color: 15722217.
HSL color Cylindrical-coordinate representation of color #E9E6EF: hue angle of 260º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E6EF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 230 | 239 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.06 |
| HSL | 260º | 0.22% | 0.92% | - |
| HSV(B) | 260º | 0.04% | 0.94% | - |
| XYZ | 77.48 | 80.15 | 93.05 | - |
| YUV | 231.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 239 | 0.03 | 0.04 | 0 | 0.06 | 260 | 0.22 | 0.92 |
| Hex | E9 | E6 | EF | 3 | 4 | 0 | 6 | 104 | 16 | 5C |
| Octal | 351 | 346 | 357 | 3 | 4 | 0 | 6 | 404 | 26 | 134 |
| Binary | 11101001 | 11100110 | 11101111 | 11 | 100 | 0 | 110 | 100000100 | 10110 | 1011100 |
Color Harmonies of #E9E6EF
Complementary color
Monochromatic Colors of #E9E6EF
Black with #E9E6EF
Text Example
Text Example
White with #E9E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6EF; }
p { color: rgb(233,230,239); }
H1.HeaderClassName
{
color: #E9E6EF;
}
.AnyTagClassName
{
color: #E9E6EF;
}
</style>
background-color css
<style>
a { background-color: #E9E6EF; }
a { background-color: rgb(233,230,239); }
div.DivClassName
{
background-color: #E9E6EF;
}
.BgClassName
{
background-color: #E9E6EF;
}
</style>
border-color css
<style>
span { border-color: #E9E6EF; }
span { border-color: rgb(233,230,239); }
td.TdClassName
{
border-color: #E9E6EF;
}
.TagClassName
{
border-color: #E9E6EF;
}
</style>