Shades of Magnolia #EADCFE
Tints of Magnolia #EADCFE
RGB
CMYK
RGB Variations
Color information
#EADCFE (or 0xEADCFE) is known color: Magnolia. HEX triplet: EA, DC and FE. RGB value is (234,220,254). Sum of RGB (Red+Green+Blue) = 234+220+254=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EADCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFE is #152301. Grayscale: #E3E3E3. Windows color (decimal): -1385218 or 16702698. OLE color: 16702698.
HSL color Cylindrical-coordinate representation of color #EADCFE: hue angle of 264.71º 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 #EADCFE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 220 | 254 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.00 |
| HSL | 264.71º | 0.94% | 0.93% | - |
| HSV(B) | 264.71º | 0.13% | 1% | - |
| XYZ | 77.41 | 75.83 | 104.32 | - |
| YUV | 228.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 254 | 0.08 | 0.13 | 0 | 0.00 | 264.71 | 0.94 | 0.93 |
| Hex | EA | DC | FE | 8 | D | 0 | 0 | 109 | 5E | 5D |
| Octal | 352 | 334 | 376 | 10 | 15 | 0 | 0 | 411 | 136 | 135 |
| Binary | 11101010 | 11011100 | 11111110 | 1000 | 1101 | 0 | 0 | 100001001 | 1011110 | 1011101 |
Color Harmonies of #EADCFE
Complementary color
Monochromatic Colors of #EADCFE
Black with #EADCFE
Text Example
Text Example
White with #EADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCFE; }
p { color: rgb(234,220,254); }
H1.HeaderClassName
{
color: #EADCFE;
}
.AnyTagClassName
{
color: #EADCFE;
}
</style>
background-color css
<style>
a { background-color: #EADCFE; }
a { background-color: rgb(234,220,254); }
div.DivClassName
{
background-color: #EADCFE;
}
.BgClassName
{
background-color: #EADCFE;
}
</style>
border-color css
<style>
span { border-color: #EADCFE; }
span { border-color: rgb(234,220,254); }
td.TdClassName
{
border-color: #EADCFE;
}
.TagClassName
{
border-color: #EADCFE;
}
</style>