Shades of Magnolia #E8DEF8
Tints of Magnolia #E8DEF8
RGB
CMYK
RGB Variations
Color information
#E8DEF8 (or 0xE8DEF8) is known color: Magnolia. HEX triplet: E8, DE and F8. RGB value is (232,222,248). Sum of RGB (Red+Green+Blue) = 232+222+248=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8DEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DEF8 is #172107. Grayscale: #E3E3E3. Windows color (decimal): -1515784 or 16309992. OLE color: 16309992.
HSL color Cylindrical-coordinate representation of color #E8DEF8: hue angle of 263.08º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8DEF8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 222 | 248 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.03 |
| HSL | 263.08º | 0.65% | 0.92% | - |
| HSV(B) | 263.08º | 0.1% | 0.97% | - |
| XYZ | 76.34 | 76.18 | 99.49 | - |
| YUV | 227.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 248 | 0.06 | 0.10 | 0 | 0.03 | 263.08 | 0.65 | 0.92 |
| Hex | E8 | DE | F8 | 6 | A | 0 | 3 | 107 | 41 | 5C |
| Octal | 350 | 336 | 370 | 6 | 12 | 0 | 3 | 407 | 101 | 134 |
| Binary | 11101000 | 11011110 | 11111000 | 110 | 1010 | 0 | 11 | 100000111 | 1000001 | 1011100 |
Color Harmonies of #E8DEF8
Complementary color
Monochromatic Colors of #E8DEF8
Black with #E8DEF8
Text Example
Text Example
White with #E8DEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEF8; }
p { color: rgb(232,222,248); }
H1.HeaderClassName
{
color: #E8DEF8;
}
.AnyTagClassName
{
color: #E8DEF8;
}
</style>
background-color css
<style>
a { background-color: #E8DEF8; }
a { background-color: rgb(232,222,248); }
div.DivClassName
{
background-color: #E8DEF8;
}
.BgClassName
{
background-color: #E8DEF8;
}
</style>
border-color css
<style>
span { border-color: #E8DEF8; }
span { border-color: rgb(232,222,248); }
td.TdClassName
{
border-color: #E8DEF8;
}
.TagClassName
{
border-color: #E8DEF8;
}
</style>