Shades of Magnolia #EADEFB
Tints of Magnolia #EADEFB
RGB
CMYK
RGB Variations
Color information
#EADEFB (or 0xEADEFB) is known color: Magnolia. HEX triplet: EA, DE and FB. RGB value is (234,222,251). Sum of RGB (Red+Green+Blue) = 234+222+251=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEFB is #152104. Grayscale: #E4E4E4. Windows color (decimal): -1384709 or 16506602. OLE color: 16506602.
HSL color Cylindrical-coordinate representation of color #EADEFB: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADEFB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 222 | 251 | - |
CMYK | 0.07 | 0.12 | 0 | 0.02 |
HSL | 264.83º | 0.78% | 0.93% | - |
HSV(B) | 264.83º | 0.12% | 0.98% | - |
XYZ | 77.47 | 76.7 | 101.99 | - |
YUV | 228.89 | 140.48 | 131.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 251 | 0.07 | 0.12 | 0 | 0.02 | 264.83 | 0.78 | 0.93 |
Hex | EA | DE | FB | 7 | C | 0 | 2 | 109 | 4E | 5D |
Octal | 352 | 336 | 373 | 7 | 14 | 0 | 2 | 411 | 116 | 135 |
Binary | 11101010 | 11011110 | 11111011 | 111 | 1100 | 0 | 10 | 100001001 | 1001110 | 1011101 |
Color Harmonies of #EADEFB
Complementary color
Monochromatic Colors of #EADEFB
Black with #EADEFB
Text Example
Text Example
White with #EADEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEFB; }
p { color: rgb(234,222,251); }
H1.HeaderClassName
{
color: #EADEFB;
}
.AnyTagClassName
{
color: #EADEFB;
}
</style>
background-color css
<style>
a { background-color: #EADEFB; }
a { background-color: rgb(234,222,251); }
div.DivClassName
{
background-color: #EADEFB;
}
.BgClassName
{
background-color: #EADEFB;
}
</style>
border-color css
<style>
span { border-color: #EADEFB; }
span { border-color: rgb(234,222,251); }
td.TdClassName
{
border-color: #EADEFB;
}
.TagClassName
{
border-color: #EADEFB;
}
</style>