Shades of Magnolia #EDDFFF
Tints of Magnolia #EDDFFF
RGB
CMYK
RGB Variations
Color information
#EDDFFF (or 0xEDDFFF) is known color: Magnolia. HEX triplet: ED, DF and FF. RGB value is (237,223,255). Sum of RGB (Red+Green+Blue) = 237+223+255=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFF is #122000. Grayscale: #E6E6E6. Windows color (decimal): -1187841 or 16769005. OLE color: 16769005.
HSL color Cylindrical-coordinate representation of color #EDDFFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDFFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 223 | 255 | - |
| CMYK | 0.07 | 0.13 | 0 | 0 |
| HSL | 266.25º | 1% | 0.94% | - |
| HSV(B) | 266.25º | 0.13% | 1% | - |
| XYZ | 79.36 | 78 | 105.48 | - |
| YUV | 230.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 255 | 0.07 | 0.13 | 0 | 0 | 266.25 | 1 | 0.94 |
| Hex | ED | DF | FF | 7 | D | 0 | 0 | 10A | 64 | 5E |
| Octal | 355 | 337 | 377 | 7 | 15 | 0 | 0 | 412 | 144 | 136 |
| Binary | 11101101 | 11011111 | 11111111 | 111 | 1101 | 0 | 0 | 100001010 | 1100100 | 1011110 |
Color Harmonies of #EDDFFF
Complementary color
Monochromatic Colors of #EDDFFF
Black with #EDDFFF
Text Example
Text Example
White with #EDDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFFF; }
p { color: rgb(237,223,255); }
H1.HeaderClassName
{
color: #EDDFFF;
}
.AnyTagClassName
{
color: #EDDFFF;
}
</style>
background-color css
<style>
a { background-color: #EDDFFF; }
a { background-color: rgb(237,223,255); }
div.DivClassName
{
background-color: #EDDFFF;
}
.BgClassName
{
background-color: #EDDFFF;
}
</style>
border-color css
<style>
span { border-color: #EDDFFF; }
span { border-color: rgb(237,223,255); }
td.TdClassName
{
border-color: #EDDFFF;
}
.TagClassName
{
border-color: #EDDFFF;
}
</style>