Shades of Magnolia #E8DFFB
Tints of Magnolia #E8DFFB
RGB
CMYK
RGB Variations
Color information
#E8DFFB (or 0xE8DFFB) is known color: Magnolia. HEX triplet: E8, DF and FB. RGB value is (232,223,251). Sum of RGB (Red+Green+Blue) = 232+223+251=706 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.86% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFFB is #172004. Grayscale: #E4E4E4. Windows color (decimal): -1515525 or 16506856. OLE color: 16506856.
HSL color Cylindrical-coordinate representation of color #E8DFFB: hue angle of 259.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DFFB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 232 | 223 | 251 | - |
CMYK | 0.08 | 0.11 | 0 | 0.02 |
HSL | 259.29º | 0.78% | 0.93% | - |
HSV(B) | 259.29º | 0.11% | 0.98% | - |
XYZ | 77.08 | 76.9 | 102.05 | - |
YUV | 228.88 | 140.48 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 223 | 251 | 0.08 | 0.11 | 0 | 0.02 | 259.29 | 0.78 | 0.93 |
Hex | E8 | DF | FB | 8 | B | 0 | 2 | 103 | 4E | 5D |
Octal | 350 | 337 | 373 | 10 | 13 | 0 | 2 | 403 | 116 | 135 |
Binary | 11101000 | 11011111 | 11111011 | 1000 | 1011 | 0 | 10 | 100000011 | 1001110 | 1011101 |
Color Harmonies of #E8DFFB
Complementary color
Monochromatic Colors of #E8DFFB
Black with #E8DFFB
Text Example
Text Example
White with #E8DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFFB; }
p { color: rgb(232,223,251); }
H1.HeaderClassName
{
color: #E8DFFB;
}
.AnyTagClassName
{
color: #E8DFFB;
}
</style>
background-color css
<style>
a { background-color: #E8DFFB; }
a { background-color: rgb(232,223,251); }
div.DivClassName
{
background-color: #E8DFFB;
}
.BgClassName
{
background-color: #E8DFFB;
}
</style>
border-color css
<style>
span { border-color: #E8DFFB; }
span { border-color: rgb(232,223,251); }
td.TdClassName
{
border-color: #E8DFFB;
}
.TagClassName
{
border-color: #E8DFFB;
}
</style>