Shades of Magnolia #EDE8FB
Tints of Magnolia #EDE8FB
RGB
CMYK
RGB Variations
Color information
#EDE8FB (or 0xEDE8FB) is known color: Magnolia. HEX triplet: ED, E8 and FB. RGB value is (237,232,251). Sum of RGB (Red+Green+Blue) = 237+232+251=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FB is #121704. Grayscale: #EBEBEB. Windows color (decimal): -1185541 or 16509165. OLE color: 16509165.
HSL color Cylindrical-coordinate representation of color #EDE8FB: hue angle of 255.79º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE8FB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 232 | 251 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.02 |
| HSL | 255.79º | 0.7% | 0.95% | - |
| HSV(B) | 255.79º | 0.08% | 0.98% | - |
| XYZ | 81.19 | 82.68 | 102.95 | - |
| YUV | 235.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 251 | 0.06 | 0.08 | 0 | 0.02 | 255.79 | 0.7 | 0.95 |
| Hex | ED | E8 | FB | 6 | 8 | 0 | 2 | 100 | 46 | 5F |
| Octal | 355 | 350 | 373 | 6 | 10 | 0 | 2 | 400 | 106 | 137 |
| Binary | 11101101 | 11101000 | 11111011 | 110 | 1000 | 0 | 10 | 100000000 | 1000110 | 1011111 |
Color Harmonies of #EDE8FB
Complementary color
Monochromatic Colors of #EDE8FB
Black with #EDE8FB
Text Example
Text Example
White with #EDE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8FB; }
p { color: rgb(237,232,251); }
H1.HeaderClassName
{
color: #EDE8FB;
}
.AnyTagClassName
{
color: #EDE8FB;
}
</style>
background-color css
<style>
a { background-color: #EDE8FB; }
a { background-color: rgb(237,232,251); }
div.DivClassName
{
background-color: #EDE8FB;
}
.BgClassName
{
background-color: #EDE8FB;
}
</style>
border-color css
<style>
span { border-color: #EDE8FB; }
span { border-color: rgb(237,232,251); }
td.TdClassName
{
border-color: #EDE8FB;
}
.TagClassName
{
border-color: #EDE8FB;
}
</style>