Shades of Magnolia #E8DEF9
Tints of Magnolia #E8DEF9
RGB
CMYK
RGB Variations
Color information
#E8DEF9 (or 0xE8DEF9) is known color: Magnolia. HEX triplet: E8, DE and F9. RGB value is (232,222,249). Sum of RGB (Red+Green+Blue) = 232+222+249=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8DEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEF9 is #172106. Grayscale: #E3E3E3. Windows color (decimal): -1515783 or 16375528. OLE color: 16375528.
HSL color Cylindrical-coordinate representation of color #E8DEF9: hue angle of 262.22º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DEF9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 222 | 249 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.02 |
| HSL | 262.22º | 0.69% | 0.92% | - |
| HSV(B) | 262.22º | 0.11% | 0.98% | - |
| XYZ | 76.5 | 76.24 | 100.31 | - |
| YUV | 228.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 249 | 0.07 | 0.11 | 0 | 0.02 | 262.22 | 0.69 | 0.92 |
| Hex | E8 | DE | F9 | 7 | B | 0 | 2 | 106 | 45 | 5C |
| Octal | 350 | 336 | 371 | 7 | 13 | 0 | 2 | 406 | 105 | 134 |
| Binary | 11101000 | 11011110 | 11111001 | 111 | 1011 | 0 | 10 | 100000110 | 1000101 | 1011100 |
Color Harmonies of #E8DEF9
Complementary color
Monochromatic Colors of #E8DEF9
Black with #E8DEF9
Text Example
Text Example
White with #E8DEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEF9; }
p { color: rgb(232,222,249); }
H1.HeaderClassName
{
color: #E8DEF9;
}
.AnyTagClassName
{
color: #E8DEF9;
}
</style>
background-color css
<style>
a { background-color: #E8DEF9; }
a { background-color: rgb(232,222,249); }
div.DivClassName
{
background-color: #E8DEF9;
}
.BgClassName
{
background-color: #E8DEF9;
}
</style>
border-color css
<style>
span { border-color: #E8DEF9; }
span { border-color: rgb(232,222,249); }
td.TdClassName
{
border-color: #E8DEF9;
}
.TagClassName
{
border-color: #E8DEF9;
}
</style>