Shades of Magnolia #EADFFC
Tints of Magnolia #EADFFC
RGB
CMYK
RGB Variations
Color information
#EADFFC (or 0xEADFFC) is known color: Magnolia. HEX triplet: EA, DF and FC. RGB value is (234,223,252). Sum of RGB (Red+Green+Blue) = 234+223+252=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EADFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFFC is #152003. Grayscale: #E5E5E5. Windows color (decimal): -1384452 or 16572394. OLE color: 16572394.
HSL color Cylindrical-coordinate representation of color #EADFFC: hue angle of 262.76º 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 #EADFFC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 223 | 252 | - |
CMYK | 0.07 | 0.12 | 0 | 0.01 |
HSL | 262.76º | 0.83% | 0.93% | - |
HSV(B) | 262.76º | 0.12% | 0.99% | - |
XYZ | 77.89 | 77.3 | 102.91 | - |
YUV | 229.6 | 140.64 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 252 | 0.07 | 0.12 | 0 | 0.01 | 262.76 | 0.83 | 0.93 |
Hex | EA | DF | FC | 7 | C | 0 | 1 | 107 | 53 | 5D |
Octal | 352 | 337 | 374 | 7 | 14 | 0 | 1 | 407 | 123 | 135 |
Binary | 11101010 | 11011111 | 11111100 | 111 | 1100 | 0 | 1 | 100000111 | 1010011 | 1011101 |
Color Harmonies of #EADFFC
Complementary color
Monochromatic Colors of #EADFFC
Black with #EADFFC
Text Example
Text Example
White with #EADFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFFC; }
p { color: rgb(234,223,252); }
H1.HeaderClassName
{
color: #EADFFC;
}
.AnyTagClassName
{
color: #EADFFC;
}
</style>
background-color css
<style>
a { background-color: #EADFFC; }
a { background-color: rgb(234,223,252); }
div.DivClassName
{
background-color: #EADFFC;
}
.BgClassName
{
background-color: #EADFFC;
}
</style>
border-color css
<style>
span { border-color: #EADFFC; }
span { border-color: rgb(234,223,252); }
td.TdClassName
{
border-color: #EADFFC;
}
.TagClassName
{
border-color: #EADFFC;
}
</style>