Shades of Magnolia #EADEFC
Tints of Magnolia #EADEFC
RGB
CMYK
RGB Variations
Color information
#EADEFC (or 0xEADEFC) is known color: Magnolia. HEX triplet: EA, DE and FC. RGB value is (234,222,252). Sum of RGB (Red+Green+Blue) = 234+222+252=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFC is #152103. Grayscale: #E4E4E4. Windows color (decimal): -1384708 or 16572138. OLE color: 16572138.
HSL color Cylindrical-coordinate representation of color #EADEFC: hue angle of 264º degrees, saturation: 0.83, 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 #EADEFC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 222 | 252 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.01 |
| HSL | 264º | 0.83% | 0.93% | - |
| HSV(B) | 264º | 0.12% | 0.99% | - |
| XYZ | 77.62 | 76.76 | 102.82 | - |
| YUV | 229.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 252 | 0.07 | 0.12 | 0 | 0.01 | 264 | 0.83 | 0.93 |
| Hex | EA | DE | FC | 7 | C | 0 | 1 | 108 | 53 | 5D |
| Octal | 352 | 336 | 374 | 7 | 14 | 0 | 1 | 410 | 123 | 135 |
| Binary | 11101010 | 11011110 | 11111100 | 111 | 1100 | 0 | 1 | 100001000 | 1010011 | 1011101 |
Color Harmonies of #EADEFC
Complementary color
Monochromatic Colors of #EADEFC
Black with #EADEFC
Text Example
Text Example
White with #EADEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEFC; }
p { color: rgb(234,222,252); }
H1.HeaderClassName
{
color: #EADEFC;
}
.AnyTagClassName
{
color: #EADEFC;
}
</style>
background-color css
<style>
a { background-color: #EADEFC; }
a { background-color: rgb(234,222,252); }
div.DivClassName
{
background-color: #EADEFC;
}
.BgClassName
{
background-color: #EADEFC;
}
</style>
border-color css
<style>
span { border-color: #EADEFC; }
span { border-color: rgb(234,222,252); }
td.TdClassName
{
border-color: #EADEFC;
}
.TagClassName
{
border-color: #EADEFC;
}
</style>