Shades of Magnolia #EDEAF6
Tints of Magnolia #EDEAF6
RGB
CMYK
RGB Variations
Color information
#EDEAF6 (or 0xEDEAF6) is known color: Magnolia. HEX triplet: ED, EA and F6. RGB value is (237,234,246). Sum of RGB (Red+Green+Blue) = 237+234+246=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF6 is #121509. Grayscale: #ECECEC. Windows color (decimal): -1185034 or 16181997. OLE color: 16181997.
HSL color Cylindrical-coordinate representation of color #EDEAF6: hue angle of 255º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDEAF6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 234 | 246 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.04 |
| HSL | 255º | 0.4% | 0.94% | - |
| HSV(B) | 255º | 0.05% | 0.96% | - |
| XYZ | 80.98 | 83.5 | 99.04 | - |
| YUV | 236.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 246 | 0.04 | 0.05 | 0 | 0.04 | 255 | 0.4 | 0.94 |
| Hex | ED | EA | F6 | 4 | 5 | 0 | 4 | FF | 28 | 5E |
| Octal | 355 | 352 | 366 | 4 | 5 | 0 | 4 | 377 | 50 | 136 |
| Binary | 11101101 | 11101010 | 11110110 | 100 | 101 | 0 | 100 | 11111111 | 101000 | 1011110 |
Color Harmonies of #EDEAF6
Complementary color
Monochromatic Colors of #EDEAF6
Black with #EDEAF6
Text Example
Text Example
White with #EDEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAF6; }
p { color: rgb(237,234,246); }
H1.HeaderClassName
{
color: #EDEAF6;
}
.AnyTagClassName
{
color: #EDEAF6;
}
</style>
background-color css
<style>
a { background-color: #EDEAF6; }
a { background-color: rgb(237,234,246); }
div.DivClassName
{
background-color: #EDEAF6;
}
.BgClassName
{
background-color: #EDEAF6;
}
</style>
border-color css
<style>
span { border-color: #EDEAF6; }
span { border-color: rgb(237,234,246); }
td.TdClassName
{
border-color: #EDEAF6;
}
.TagClassName
{
border-color: #EDEAF6;
}
</style>