Shades of Magnolia #E8DFFC
Tints of Magnolia #E8DFFC
RGB
CMYK
RGB Variations
Color information
#E8DFFC (or 0xE8DFFC) is known color: Magnolia. HEX triplet: E8, DF and FC. RGB value is (232,223,252). Sum of RGB (Red+Green+Blue) = 232+223+252=707 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.81% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFFC is #172003. Grayscale: #E4E4E4. Windows color (decimal): -1515524 or 16572392. OLE color: 16572392.
HSL color Cylindrical-coordinate representation of color #E8DFFC: hue angle of 258.62º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DFFC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 232 | 223 | 252 | - |
CMYK | 0.08 | 0.12 | 0 | 0.01 |
HSL | 258.62º | 0.83% | 0.93% | - |
HSV(B) | 258.62º | 0.12% | 0.99% | - |
XYZ | 77.24 | 76.96 | 102.88 | - |
YUV | 229 | 140.98 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 223 | 252 | 0.08 | 0.12 | 0 | 0.01 | 258.62 | 0.83 | 0.93 |
Hex | E8 | DF | FC | 8 | C | 0 | 1 | 103 | 53 | 5D |
Octal | 350 | 337 | 374 | 10 | 14 | 0 | 1 | 403 | 123 | 135 |
Binary | 11101000 | 11011111 | 11111100 | 1000 | 1100 | 0 | 1 | 100000011 | 1010011 | 1011101 |
Color Harmonies of #E8DFFC
Complementary color
Monochromatic Colors of #E8DFFC
Black with #E8DFFC
Text Example
Text Example
White with #E8DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFFC; }
p { color: rgb(232,223,252); }
H1.HeaderClassName
{
color: #E8DFFC;
}
.AnyTagClassName
{
color: #E8DFFC;
}
</style>
background-color css
<style>
a { background-color: #E8DFFC; }
a { background-color: rgb(232,223,252); }
div.DivClassName
{
background-color: #E8DFFC;
}
.BgClassName
{
background-color: #E8DFFC;
}
</style>
border-color css
<style>
span { border-color: #E8DFFC; }
span { border-color: rgb(232,223,252); }
td.TdClassName
{
border-color: #E8DFFC;
}
.TagClassName
{
border-color: #E8DFFC;
}
</style>