Shades of Magnolia #E8DDFF
Tints of Magnolia #E8DDFF
RGB
CMYK
RGB Variations
Color information
#E8DDFF (or 0xE8DDFF) is known color: Magnolia. HEX triplet: E8, DD and FF. RGB value is (232,221,255). Sum of RGB (Red+Green+Blue) = 232+221+255=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFF is #172200. Grayscale: #E4E4E4. Windows color (decimal): -1516033 or 16768488. OLE color: 16768488.
HSL color Cylindrical-coordinate representation of color #E8DDFF: hue angle of 259.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8DDFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 221 | 255 | - |
| CMYK | 0.09 | 0.13 | 0 | 0 |
| HSL | 259.41º | 1% | 0.93% | - |
| HSV(B) | 259.41º | 0.13% | 1% | - |
| XYZ | 77.19 | 76.09 | 105.23 | - |
| YUV | 228.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 255 | 0.09 | 0.13 | 0 | 0 | 259.41 | 1 | 0.93 |
| Hex | E8 | DD | FF | 9 | D | 0 | 0 | 103 | 64 | 5D |
| Octal | 350 | 335 | 377 | 11 | 15 | 0 | 0 | 403 | 144 | 135 |
| Binary | 11101000 | 11011101 | 11111111 | 1001 | 1101 | 0 | 0 | 100000011 | 1100100 | 1011101 |
Color Harmonies of #E8DDFF
Complementary color
Monochromatic Colors of #E8DDFF
Black with #E8DDFF
Text Example
Text Example
White with #E8DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDFF; }
p { color: rgb(232,221,255); }
H1.HeaderClassName
{
color: #E8DDFF;
}
.AnyTagClassName
{
color: #E8DDFF;
}
</style>
background-color css
<style>
a { background-color: #E8DDFF; }
a { background-color: rgb(232,221,255); }
div.DivClassName
{
background-color: #E8DDFF;
}
.BgClassName
{
background-color: #E8DDFF;
}
</style>
border-color css
<style>
span { border-color: #E8DDFF; }
span { border-color: rgb(232,221,255); }
td.TdClassName
{
border-color: #E8DDFF;
}
.TagClassName
{
border-color: #E8DDFF;
}
</style>