Shades of Magnolia #EADDFF
Tints of Magnolia #EADDFF
RGB
CMYK
RGB Variations
Color information
#EADDFF (or 0xEADDFF) is known color: Magnolia. HEX triplet: EA, DD and FF. RGB value is (234,221,255). Sum of RGB (Red+Green+Blue) = 234+221+255=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFF is #152200. Grayscale: #E4E4E4. Windows color (decimal): -1384961 or 16768490. OLE color: 16768490.
HSL color Cylindrical-coordinate representation of color #EADDFF: hue angle of 262.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADDFF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 221 | 255 | - |
| CMYK | 0.08 | 0.13 | 0 | 0 |
| HSL | 262.94º | 1% | 0.93% | - |
| HSV(B) | 262.94º | 0.13% | 1% | - |
| XYZ | 77.84 | 76.43 | 105.26 | - |
| YUV | 228.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 255 | 0.08 | 0.13 | 0 | 0 | 262.94 | 1 | 0.93 |
| Hex | EA | DD | FF | 8 | D | 0 | 0 | 107 | 64 | 5D |
| Octal | 352 | 335 | 377 | 10 | 15 | 0 | 0 | 407 | 144 | 135 |
| Binary | 11101010 | 11011101 | 11111111 | 1000 | 1101 | 0 | 0 | 100000111 | 1100100 | 1011101 |
Color Harmonies of #EADDFF
Complementary color
Monochromatic Colors of #EADDFF
Black with #EADDFF
Text Example
Text Example
White with #EADDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDFF; }
p { color: rgb(234,221,255); }
H1.HeaderClassName
{
color: #EADDFF;
}
.AnyTagClassName
{
color: #EADDFF;
}
</style>
background-color css
<style>
a { background-color: #EADDFF; }
a { background-color: rgb(234,221,255); }
div.DivClassName
{
background-color: #EADDFF;
}
.BgClassName
{
background-color: #EADDFF;
}
</style>
border-color css
<style>
span { border-color: #EADDFF; }
span { border-color: rgb(234,221,255); }
td.TdClassName
{
border-color: #EADDFF;
}
.TagClassName
{
border-color: #EADDFF;
}
</style>