Shades of Magnolia #EDDDFF
Tints of Magnolia #EDDDFF
RGB
CMYK
RGB Variations
Color information
#EDDDFF (or 0xEDDDFF) is known color: Magnolia. HEX triplet: ED, DD and FF. RGB value is (237,221,255). Sum of RGB (Red+Green+Blue) = 237+221+255=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFF is #122200. Grayscale: #E5E5E5. Windows color (decimal): -1188353 or 16768493. OLE color: 16768493.
HSL color Cylindrical-coordinate representation of color #EDDDFF: hue angle of 268.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDDFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 221 | 255 | - |
| CMYK | 0.07 | 0.13 | 0 | 0 |
| HSL | 268.24º | 1% | 0.93% | - |
| HSV(B) | 268.24º | 0.13% | 1% | - |
| XYZ | 78.83 | 76.94 | 105.3 | - |
| YUV | 229.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 255 | 0.07 | 0.13 | 0 | 0 | 268.24 | 1 | 0.93 |
| Hex | ED | DD | FF | 7 | D | 0 | 0 | 10C | 64 | 5D |
| Octal | 355 | 335 | 377 | 7 | 15 | 0 | 0 | 414 | 144 | 135 |
| Binary | 11101101 | 11011101 | 11111111 | 111 | 1101 | 0 | 0 | 100001100 | 1100100 | 1011101 |
Color Harmonies of #EDDDFF
Complementary color
Monochromatic Colors of #EDDDFF
Black with #EDDDFF
Text Example
Text Example
White with #EDDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDFF; }
p { color: rgb(237,221,255); }
H1.HeaderClassName
{
color: #EDDDFF;
}
.AnyTagClassName
{
color: #EDDDFF;
}
</style>
background-color css
<style>
a { background-color: #EDDDFF; }
a { background-color: rgb(237,221,255); }
div.DivClassName
{
background-color: #EDDDFF;
}
.BgClassName
{
background-color: #EDDDFF;
}
</style>
border-color css
<style>
span { border-color: #EDDDFF; }
span { border-color: rgb(237,221,255); }
td.TdClassName
{
border-color: #EDDDFF;
}
.TagClassName
{
border-color: #EDDDFF;
}
</style>