Shades of Magnolia #EADDFD
Tints of Magnolia #EADDFD
RGB
CMYK
RGB Variations
Color information
#EADDFD (or 0xEADDFD) is known color: Magnolia. HEX triplet: EA, DD and FD. RGB value is (234,221,253). Sum of RGB (Red+Green+Blue) = 234+221+253=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDFD is #152202. Grayscale: #E4E4E4. Windows color (decimal): -1384963 or 16637418. OLE color: 16637418.
HSL color Cylindrical-coordinate representation of color #EADDFD: hue angle of 264.38º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADDFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 221 | 253 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 264.38º | 0.89% | 0.93% | - |
HSV(B) | 264.38º | 0.13% | 0.99% | - |
XYZ | 77.52 | 76.3 | 103.57 | - |
YUV | 228.54 | 141.81 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 253 | 0.08 | 0.13 | 0 | 0.01 | 264.38 | 0.89 | 0.93 |
Hex | EA | DD | FD | 8 | D | 0 | 1 | 108 | 59 | 5D |
Octal | 352 | 335 | 375 | 10 | 15 | 0 | 1 | 410 | 131 | 135 |
Binary | 11101010 | 11011101 | 11111101 | 1000 | 1101 | 0 | 1 | 100001000 | 1011001 | 1011101 |
Color Harmonies of #EADDFD
Complementary color
Monochromatic Colors of #EADDFD
Black with #EADDFD
Text Example
Text Example
White with #EADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDFD; }
p { color: rgb(234,221,253); }
H1.HeaderClassName
{
color: #EADDFD;
}
.AnyTagClassName
{
color: #EADDFD;
}
</style>
background-color css
<style>
a { background-color: #EADDFD; }
a { background-color: rgb(234,221,253); }
div.DivClassName
{
background-color: #EADDFD;
}
.BgClassName
{
background-color: #EADDFD;
}
</style>
border-color css
<style>
span { border-color: #EADDFD; }
span { border-color: rgb(234,221,253); }
td.TdClassName
{
border-color: #EADDFD;
}
.TagClassName
{
border-color: #EADDFD;
}
</style>