Shades of Magnolia #EDDEFD
Tints of Magnolia #EDDEFD
RGB
CMYK
RGB Variations
Color information
#EDDEFD (or 0xEDDEFD) is known color: Magnolia. HEX triplet: ED, DE and FD. RGB value is (237,222,253). Sum of RGB (Red+Green+Blue) = 237+222+253=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEFD is #122102. Grayscale: #E5E5E5. Windows color (decimal): -1188099 or 16637677. OLE color: 16637677.
HSL color Cylindrical-coordinate representation of color #EDDEFD: hue angle of 269.03º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDEFD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 222 | 253 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.01 |
| HSL | 269.03º | 0.89% | 0.93% | - |
| HSV(B) | 269.03º | 0.12% | 0.99% | - |
| XYZ | 78.78 | 77.34 | 103.7 | - |
| YUV | 230.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 253 | 0.06 | 0.12 | 0 | 0.01 | 269.03 | 0.89 | 0.93 |
| Hex | ED | DE | FD | 6 | C | 0 | 1 | 10D | 59 | 5D |
| Octal | 355 | 336 | 375 | 6 | 14 | 0 | 1 | 415 | 131 | 135 |
| Binary | 11101101 | 11011110 | 11111101 | 110 | 1100 | 0 | 1 | 100001101 | 1011001 | 1011101 |
Color Harmonies of #EDDEFD
Complementary color
Monochromatic Colors of #EDDEFD
Black with #EDDEFD
Text Example
Text Example
White with #EDDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEFD; }
p { color: rgb(237,222,253); }
H1.HeaderClassName
{
color: #EDDEFD;
}
.AnyTagClassName
{
color: #EDDEFD;
}
</style>
background-color css
<style>
a { background-color: #EDDEFD; }
a { background-color: rgb(237,222,253); }
div.DivClassName
{
background-color: #EDDEFD;
}
.BgClassName
{
background-color: #EDDEFD;
}
</style>
border-color css
<style>
span { border-color: #EDDEFD; }
span { border-color: rgb(237,222,253); }
td.TdClassName
{
border-color: #EDDEFD;
}
.TagClassName
{
border-color: #EDDEFD;
}
</style>