Shades of Magnolia #EDE1FB
Tints of Magnolia #EDE1FB
RGB
CMYK
RGB Variations
Color information
#EDE1FB (or 0xEDE1FB) is known color: Magnolia. HEX triplet: ED, E1 and FB. RGB value is (237,225,251). Sum of RGB (Red+Green+Blue) = 237+225+251=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FB is #121E04. Grayscale: #E7E7E7. Windows color (decimal): -1187333 or 16507373. OLE color: 16507373.
HSL color Cylindrical-coordinate representation of color #EDE1FB: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE1FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 225 | 251 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 267.69º | 0.76% | 0.93% | - |
| HSV(B) | 267.69º | 0.1% | 0.98% | - |
| XYZ | 79.26 | 78.82 | 102.3 | - |
| YUV | 231.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 251 | 0.06 | 0.10 | 0 | 0.02 | 267.69 | 0.76 | 0.93 |
| Hex | ED | E1 | FB | 6 | A | 0 | 2 | 10C | 4C | 5D |
| Octal | 355 | 341 | 373 | 6 | 12 | 0 | 2 | 414 | 114 | 135 |
| Binary | 11101101 | 11100001 | 11111011 | 110 | 1010 | 0 | 10 | 100001100 | 1001100 | 1011101 |
Color Harmonies of #EDE1FB
Complementary color
Monochromatic Colors of #EDE1FB
Black with #EDE1FB
Text Example
Text Example
White with #EDE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1FB; }
p { color: rgb(237,225,251); }
H1.HeaderClassName
{
color: #EDE1FB;
}
.AnyTagClassName
{
color: #EDE1FB;
}
</style>
background-color css
<style>
a { background-color: #EDE1FB; }
a { background-color: rgb(237,225,251); }
div.DivClassName
{
background-color: #EDE1FB;
}
.BgClassName
{
background-color: #EDE1FB;
}
</style>
border-color css
<style>
span { border-color: #EDE1FB; }
span { border-color: rgb(237,225,251); }
td.TdClassName
{
border-color: #EDE1FB;
}
.TagClassName
{
border-color: #EDE1FB;
}
</style>