Shades of Magnolia #EDDDFE
Tints of Magnolia #EDDDFE
RGB
CMYK
RGB Variations
Color information
#EDDDFE (or 0xEDDDFE) is known color: Magnolia. HEX triplet: ED, DD and FE. RGB value is (237,221,254). Sum of RGB (Red+Green+Blue) = 237+221+254=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFE is #122201. Grayscale: #E5E5E5. Windows color (decimal): -1188354 or 16702957. OLE color: 16702957.
HSL color Cylindrical-coordinate representation of color #EDDDFE: hue angle of 269.09º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDDFE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 221 | 254 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.00 |
| HSL | 269.09º | 0.94% | 0.93% | - |
| HSV(B) | 269.09º | 0.13% | 1% | - |
| XYZ | 78.67 | 76.87 | 104.46 | - |
| YUV | 229.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 254 | 0.07 | 0.13 | 0 | 0.00 | 269.09 | 0.94 | 0.93 |
| Hex | ED | DD | FE | 7 | D | 0 | 0 | 10D | 5E | 5D |
| Octal | 355 | 335 | 376 | 7 | 15 | 0 | 0 | 415 | 136 | 135 |
| Binary | 11101101 | 11011101 | 11111110 | 111 | 1101 | 0 | 0 | 100001101 | 1011110 | 1011101 |
Color Harmonies of #EDDDFE
Complementary color
Monochromatic Colors of #EDDDFE
Black with #EDDDFE
Text Example
Text Example
White with #EDDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDFE; }
p { color: rgb(237,221,254); }
H1.HeaderClassName
{
color: #EDDDFE;
}
.AnyTagClassName
{
color: #EDDDFE;
}
</style>
background-color css
<style>
a { background-color: #EDDDFE; }
a { background-color: rgb(237,221,254); }
div.DivClassName
{
background-color: #EDDDFE;
}
.BgClassName
{
background-color: #EDDDFE;
}
</style>
border-color css
<style>
span { border-color: #EDDDFE; }
span { border-color: rgb(237,221,254); }
td.TdClassName
{
border-color: #EDDDFE;
}
.TagClassName
{
border-color: #EDDDFE;
}
</style>