Shades of Magnolia #EADFFF
Tints of Magnolia #EADFFF
RGB
CMYK
RGB Variations
Color information
#EADFFF (or 0xEADFFF) is known color: Magnolia. HEX triplet: EA, DF and FF. RGB value is (234,223,255). Sum of RGB (Red+Green+Blue) = 234+223+255=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #EADFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFF is #152000. Grayscale: #E5E5E5. Windows color (decimal): -1384449 or 16769002. OLE color: 16769002.
HSL color Cylindrical-coordinate representation of color #EADFFF: hue angle of 260.62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADFFF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 223 | 255 | - |
| CMYK | 0.08 | 0.13 | 0 | 0 |
| HSL | 260.63º | 1% | 0.94% | - |
| HSV(B) | 260.63º | 0.13% | 1% | - |
| XYZ | 78.37 | 77.49 | 105.43 | - |
| YUV | 229.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 255 | 0.08 | 0.13 | 0 | 0 | 260.63 | 1 | 0.94 |
| Hex | EA | DF | FF | 8 | D | 0 | 0 | 105 | 64 | 5E |
| Octal | 352 | 337 | 377 | 10 | 15 | 0 | 0 | 405 | 144 | 136 |
| Binary | 11101010 | 11011111 | 11111111 | 1000 | 1101 | 0 | 0 | 100000101 | 1100100 | 1011110 |
Color Harmonies of #EADFFF
Complementary color
Monochromatic Colors of #EADFFF
Black with #EADFFF
Text Example
Text Example
White with #EADFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFFF; }
p { color: rgb(234,223,255); }
H1.HeaderClassName
{
color: #EADFFF;
}
.AnyTagClassName
{
color: #EADFFF;
}
</style>
background-color css
<style>
a { background-color: #EADFFF; }
a { background-color: rgb(234,223,255); }
div.DivClassName
{
background-color: #EADFFF;
}
.BgClassName
{
background-color: #EADFFF;
}
</style>
border-color css
<style>
span { border-color: #EADFFF; }
span { border-color: rgb(234,223,255); }
td.TdClassName
{
border-color: #EADFFF;
}
.TagClassName
{
border-color: #EADFFF;
}
</style>