Shades of Magnolia #EDDFFD
Tints of Magnolia #EDDFFD
RGB
CMYK
RGB Variations
Color information
#EDDFFD (or 0xEDDFFD) is known color: Magnolia. HEX triplet: ED, DF and FD. RGB value is (237,223,253). Sum of RGB (Red+Green+Blue) = 237+223+253=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFD is #122002. Grayscale: #E6E6E6. Windows color (decimal): -1187843 or 16637933. OLE color: 16637933.
HSL color Cylindrical-coordinate representation of color #EDDFFD: hue angle of 268º degrees, saturation: 0.88, 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 #EDDFFD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 223 | 253 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.01 |
| HSL | 268º | 0.88% | 0.93% | - |
| HSV(B) | 268º | 0.12% | 0.99% | - |
| XYZ | 79.04 | 77.87 | 103.79 | - |
| YUV | 230.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 253 | 0.06 | 0.12 | 0 | 0.01 | 268 | 0.88 | 0.93 |
| Hex | ED | DF | FD | 6 | C | 0 | 1 | 10C | 58 | 5D |
| Octal | 355 | 337 | 375 | 6 | 14 | 0 | 1 | 414 | 130 | 135 |
| Binary | 11101101 | 11011111 | 11111101 | 110 | 1100 | 0 | 1 | 100001100 | 1011000 | 1011101 |
Color Harmonies of #EDDFFD
Complementary color
Monochromatic Colors of #EDDFFD
Black with #EDDFFD
Text Example
Text Example
White with #EDDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFFD; }
p { color: rgb(237,223,253); }
H1.HeaderClassName
{
color: #EDDFFD;
}
.AnyTagClassName
{
color: #EDDFFD;
}
</style>
background-color css
<style>
a { background-color: #EDDFFD; }
a { background-color: rgb(237,223,253); }
div.DivClassName
{
background-color: #EDDFFD;
}
.BgClassName
{
background-color: #EDDFFD;
}
</style>
border-color css
<style>
span { border-color: #EDDFFD; }
span { border-color: rgb(237,223,253); }
td.TdClassName
{
border-color: #EDDFFD;
}
.TagClassName
{
border-color: #EDDFFD;
}
</style>