Shades of Magnolia #EADEFA
Tints of Magnolia #EADEFA
RGB
CMYK
RGB Variations
Color information
#EADEFA (or 0xEADEFA) is known color: Magnolia. HEX triplet: EA, DE and FA. RGB value is (234,222,250). Sum of RGB (Red+Green+Blue) = 234+222+250=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #EADEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFA is #152105. Grayscale: #E4E4E4. Windows color (decimal): -1384710 or 16441066. OLE color: 16441066.
HSL color Cylindrical-coordinate representation of color #EADEFA: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADEFA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 222 | 250 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.02 |
| HSL | 265.71º | 0.74% | 0.93% | - |
| HSV(B) | 265.71º | 0.11% | 0.98% | - |
| XYZ | 77.31 | 76.64 | 101.16 | - |
| YUV | 228.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 250 | 0.06 | 0.11 | 0 | 0.02 | 265.71 | 0.74 | 0.93 |
| Hex | EA | DE | FA | 6 | B | 0 | 2 | 10A | 4A | 5D |
| Octal | 352 | 336 | 372 | 6 | 13 | 0 | 2 | 412 | 112 | 135 |
| Binary | 11101010 | 11011110 | 11111010 | 110 | 1011 | 0 | 10 | 100001010 | 1001010 | 1011101 |
Color Harmonies of #EADEFA
Complementary color
Monochromatic Colors of #EADEFA
Black with #EADEFA
Text Example
Text Example
White with #EADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEFA; }
p { color: rgb(234,222,250); }
H1.HeaderClassName
{
color: #EADEFA;
}
.AnyTagClassName
{
color: #EADEFA;
}
</style>
background-color css
<style>
a { background-color: #EADEFA; }
a { background-color: rgb(234,222,250); }
div.DivClassName
{
background-color: #EADEFA;
}
.BgClassName
{
background-color: #EADEFA;
}
</style>
border-color css
<style>
span { border-color: #EADEFA; }
span { border-color: rgb(234,222,250); }
td.TdClassName
{
border-color: #EADEFA;
}
.TagClassName
{
border-color: #EADEFA;
}
</style>