Shades of Magnolia #EADEFD
Tints of Magnolia #EADEFD
RGB
CMYK
RGB Variations
Color information
#EADEFD (or 0xEADEFD) is known color: Magnolia. HEX triplet: EA, DE and FD. RGB value is (234,222,253). Sum of RGB (Red+Green+Blue) = 234+222+253=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFD is #152102. Grayscale: #E5E5E5. Windows color (decimal): -1384707 or 16637674. OLE color: 16637674.
HSL color Cylindrical-coordinate representation of color #EADEFD: hue angle of 263.23º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADEFD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 222 | 253 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.01 |
| HSL | 263.23º | 0.89% | 0.93% | - |
| HSV(B) | 263.23º | 0.12% | 0.99% | - |
| XYZ | 77.78 | 76.83 | 103.66 | - |
| YUV | 229.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 253 | 0.08 | 0.12 | 0 | 0.01 | 263.23 | 0.89 | 0.93 |
| Hex | EA | DE | FD | 8 | C | 0 | 1 | 107 | 59 | 5D |
| Octal | 352 | 336 | 375 | 10 | 14 | 0 | 1 | 407 | 131 | 135 |
| Binary | 11101010 | 11011110 | 11111101 | 1000 | 1100 | 0 | 1 | 100000111 | 1011001 | 1011101 |
Color Harmonies of #EADEFD
Complementary color
Monochromatic Colors of #EADEFD
Black with #EADEFD
Text Example
Text Example
White with #EADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEFD; }
p { color: rgb(234,222,253); }
H1.HeaderClassName
{
color: #EADEFD;
}
.AnyTagClassName
{
color: #EADEFD;
}
</style>
background-color css
<style>
a { background-color: #EADEFD; }
a { background-color: rgb(234,222,253); }
div.DivClassName
{
background-color: #EADEFD;
}
.BgClassName
{
background-color: #EADEFD;
}
</style>
border-color css
<style>
span { border-color: #EADEFD; }
span { border-color: rgb(234,222,253); }
td.TdClassName
{
border-color: #EADEFD;
}
.TagClassName
{
border-color: #EADEFD;
}
</style>