Shades of Magnolia #EADDFB
Tints of Magnolia #EADDFB
RGB
CMYK
RGB Variations
Color information
#EADDFB (or 0xEADDFB) is known color: Magnolia. HEX triplet: EA, DD and FB. RGB value is (234,221,251). Sum of RGB (Red+Green+Blue) = 234+221+251=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFB is #152204. Grayscale: #E4E4E4. Windows color (decimal): -1384965 or 16506346. OLE color: 16506346.
HSL color Cylindrical-coordinate representation of color #EADDFB: hue angle of 266º degrees, saturation: 0.79, 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 #EADDFB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 221 | 251 | - |
CMYK | 0.07 | 0.12 | 0 | 0.02 |
HSL | 266º | 0.79% | 0.93% | - |
HSV(B) | 266º | 0.12% | 0.98% | - |
XYZ | 77.2 | 76.17 | 101.9 | - |
YUV | 228.31 | 140.81 | 132.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 251 | 0.07 | 0.12 | 0 | 0.02 | 266 | 0.79 | 0.93 |
Hex | EA | DD | FB | 7 | C | 0 | 2 | 10A | 4F | 5D |
Octal | 352 | 335 | 373 | 7 | 14 | 0 | 2 | 412 | 117 | 135 |
Binary | 11101010 | 11011101 | 11111011 | 111 | 1100 | 0 | 10 | 100001010 | 1001111 | 1011101 |
Color Harmonies of #EADDFB
Complementary color
Monochromatic Colors of #EADDFB
Black with #EADDFB
Text Example
Text Example
White with #EADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDFB; }
p { color: rgb(234,221,251); }
H1.HeaderClassName
{
color: #EADDFB;
}
.AnyTagClassName
{
color: #EADDFB;
}
</style>
background-color css
<style>
a { background-color: #EADDFB; }
a { background-color: rgb(234,221,251); }
div.DivClassName
{
background-color: #EADDFB;
}
.BgClassName
{
background-color: #EADDFB;
}
</style>
border-color css
<style>
span { border-color: #EADDFB; }
span { border-color: rgb(234,221,251); }
td.TdClassName
{
border-color: #EADDFB;
}
.TagClassName
{
border-color: #EADDFB;
}
</style>