Shades of Magnolia #EADFF9
Tints of Magnolia #EADFF9
RGB
CMYK
RGB Variations
Color information
#EADFF9 (or 0xEADFF9) is known color: Magnolia. HEX triplet: EA, DF and F9. RGB value is (234,223,249). Sum of RGB (Red+Green+Blue) = 234+223+249=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #EADFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF9 is #152006. Grayscale: #E5E5E5. Windows color (decimal): -1384455 or 16375786. OLE color: 16375786.
HSL color Cylindrical-coordinate representation of color #EADFF9: hue angle of 265.38º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADFF9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 223 | 249 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 265.38º | 0.68% | 0.93% | - |
| HSV(B) | 265.38º | 0.1% | 0.98% | - |
| XYZ | 77.42 | 77.11 | 100.43 | - |
| YUV | 229.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 249 | 0.06 | 0.10 | 0 | 0.02 | 265.38 | 0.68 | 0.93 |
| Hex | EA | DF | F9 | 6 | A | 0 | 2 | 109 | 44 | 5D |
| Octal | 352 | 337 | 371 | 6 | 12 | 0 | 2 | 411 | 104 | 135 |
| Binary | 11101010 | 11011111 | 11111001 | 110 | 1010 | 0 | 10 | 100001001 | 1000100 | 1011101 |
Color Harmonies of #EADFF9
Complementary color
Monochromatic Colors of #EADFF9
Black with #EADFF9
Text Example
Text Example
White with #EADFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF9; }
p { color: rgb(234,223,249); }
H1.HeaderClassName
{
color: #EADFF9;
}
.AnyTagClassName
{
color: #EADFF9;
}
</style>
background-color css
<style>
a { background-color: #EADFF9; }
a { background-color: rgb(234,223,249); }
div.DivClassName
{
background-color: #EADFF9;
}
.BgClassName
{
background-color: #EADFF9;
}
</style>
border-color css
<style>
span { border-color: #EADFF9; }
span { border-color: rgb(234,223,249); }
td.TdClassName
{
border-color: #EADFF9;
}
.TagClassName
{
border-color: #EADFF9;
}
</style>