Shades of Magnolia #EDE2FF
Tints of Magnolia #EDE2FF
RGB
CMYK
RGB Variations
Color information
#EDE2FF (or 0xEDE2FF) is known color: Magnolia. HEX triplet: ED, E2 and FF. RGB value is (237,226,255). Sum of RGB (Red+Green+Blue) = 237+226+255=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FF is #121D00. Grayscale: #E8E8E8. Windows color (decimal): -1187073 or 16769773. OLE color: 16769773.
HSL color Cylindrical-coordinate representation of color #EDE2FF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE2FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 226 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 262.76º | 1% | 0.94% | - |
| HSV(B) | 262.76º | 0.11% | 1% | - |
| XYZ | 80.17 | 79.62 | 105.75 | - |
| YUV | 232.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 255 | 0.07 | 0.11 | 0 | 0 | 262.76 | 1 | 0.94 |
| Hex | ED | E2 | FF | 7 | B | 0 | 0 | 107 | 64 | 5E |
| Octal | 355 | 342 | 377 | 7 | 13 | 0 | 0 | 407 | 144 | 136 |
| Binary | 11101101 | 11100010 | 11111111 | 111 | 1011 | 0 | 0 | 100000111 | 1100100 | 1011110 |
Color Harmonies of #EDE2FF
Complementary color
Monochromatic Colors of #EDE2FF
Black with #EDE2FF
Text Example
Text Example
White with #EDE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2FF; }
p { color: rgb(237,226,255); }
H1.HeaderClassName
{
color: #EDE2FF;
}
.AnyTagClassName
{
color: #EDE2FF;
}
</style>
background-color css
<style>
a { background-color: #EDE2FF; }
a { background-color: rgb(237,226,255); }
div.DivClassName
{
background-color: #EDE2FF;
}
.BgClassName
{
background-color: #EDE2FF;
}
</style>
border-color css
<style>
span { border-color: #EDE2FF; }
span { border-color: rgb(237,226,255); }
td.TdClassName
{
border-color: #EDE2FF;
}
.TagClassName
{
border-color: #EDE2FF;
}
</style>