Shades of Magnolia #E8DFF9
Tints of Magnolia #E8DFF9
RGB
CMYK
RGB Variations
Color information
#E8DFF9 (or 0xE8DFF9) is known color: Magnolia. HEX triplet: E8, DF and F9. RGB value is (232,223,249). Sum of RGB (Red+Green+Blue) = 232+223+249=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFF9 is #172006. Grayscale: #E4E4E4. Windows color (decimal): -1515527 or 16375784. OLE color: 16375784.
HSL color Cylindrical-coordinate representation of color #E8DFF9: hue angle of 260.77º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8DFF9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 223 | 249 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.02 |
| HSL | 260.77º | 0.68% | 0.93% | - |
| HSV(B) | 260.77º | 0.1% | 0.98% | - |
| XYZ | 76.77 | 76.77 | 100.39 | - |
| YUV | 228.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 249 | 0.07 | 0.10 | 0 | 0.02 | 260.77 | 0.68 | 0.93 |
| Hex | E8 | DF | F9 | 7 | A | 0 | 2 | 105 | 44 | 5D |
| Octal | 350 | 337 | 371 | 7 | 12 | 0 | 2 | 405 | 104 | 135 |
| Binary | 11101000 | 11011111 | 11111001 | 111 | 1010 | 0 | 10 | 100000101 | 1000100 | 1011101 |
Color Harmonies of #E8DFF9
Complementary color
Monochromatic Colors of #E8DFF9
Black with #E8DFF9
Text Example
Text Example
White with #E8DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFF9; }
p { color: rgb(232,223,249); }
H1.HeaderClassName
{
color: #E8DFF9;
}
.AnyTagClassName
{
color: #E8DFF9;
}
</style>
background-color css
<style>
a { background-color: #E8DFF9; }
a { background-color: rgb(232,223,249); }
div.DivClassName
{
background-color: #E8DFF9;
}
.BgClassName
{
background-color: #E8DFF9;
}
</style>
border-color css
<style>
span { border-color: #E8DFF9; }
span { border-color: rgb(232,223,249); }
td.TdClassName
{
border-color: #E8DFF9;
}
.TagClassName
{
border-color: #E8DFF9;
}
</style>