Shades of Magnolia #E8DCFF
Tints of Magnolia #E8DCFF
RGB
CMYK
RGB Variations
Color information
#E8DCFF (or 0xE8DCFF) is known color: Magnolia. HEX triplet: E8, DC and FF. RGB value is (232,220,255). Sum of RGB (Red+Green+Blue) = 232+220+255=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFF is #172300. Grayscale: #E3E3E3. Windows color (decimal): -1516289 or 16768232. OLE color: 16768232.
HSL color Cylindrical-coordinate representation of color #E8DCFF: hue angle of 260.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8DCFF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 220 | 255 | - |
| CMYK | 0.09 | 0.14 | 0 | 0 |
| HSL | 260.57º | 1% | 0.93% | - |
| HSV(B) | 260.57º | 0.14% | 1% | - |
| XYZ | 76.92 | 75.56 | 105.14 | - |
| YUV | 227.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 255 | 0.09 | 0.14 | 0 | 0 | 260.57 | 1 | 0.93 |
| Hex | E8 | DC | FF | 9 | E | 0 | 0 | 105 | 64 | 5D |
| Octal | 350 | 334 | 377 | 11 | 16 | 0 | 0 | 405 | 144 | 135 |
| Binary | 11101000 | 11011100 | 11111111 | 1001 | 1110 | 0 | 0 | 100000101 | 1100100 | 1011101 |
Color Harmonies of #E8DCFF
Complementary color
Monochromatic Colors of #E8DCFF
Black with #E8DCFF
Text Example
Text Example
White with #E8DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCFF; }
p { color: rgb(232,220,255); }
H1.HeaderClassName
{
color: #E8DCFF;
}
.AnyTagClassName
{
color: #E8DCFF;
}
</style>
background-color css
<style>
a { background-color: #E8DCFF; }
a { background-color: rgb(232,220,255); }
div.DivClassName
{
background-color: #E8DCFF;
}
.BgClassName
{
background-color: #E8DCFF;
}
</style>
border-color css
<style>
span { border-color: #E8DCFF; }
span { border-color: rgb(232,220,255); }
td.TdClassName
{
border-color: #E8DCFF;
}
.TagClassName
{
border-color: #E8DCFF;
}
</style>