Shades of Magnolia #EADCFD
Tints of Magnolia #EADCFD
RGB
CMYK
RGB Variations
Color information
#EADCFD (or 0xEADCFD) is known color: Magnolia. HEX triplet: EA, DC and FD. RGB value is (234,220,253). Sum of RGB (Red+Green+Blue) = 234+220+253=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCFD is #152302. Grayscale: #E3E3E3. Windows color (decimal): -1385219 or 16637162. OLE color: 16637162.
HSL color Cylindrical-coordinate representation of color #EADCFD: hue angle of 265.45º 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 #EADCFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 220 | 253 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 265.45º | 0.89% | 0.93% | - |
HSV(B) | 265.45º | 0.13% | 0.99% | - |
XYZ | 77.25 | 75.77 | 103.48 | - |
YUV | 227.95 | 142.14 | 132.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 253 | 0.08 | 0.13 | 0 | 0.01 | 265.45 | 0.89 | 0.93 |
Hex | EA | DC | FD | 8 | D | 0 | 1 | 109 | 59 | 5D |
Octal | 352 | 334 | 375 | 10 | 15 | 0 | 1 | 411 | 131 | 135 |
Binary | 11101010 | 11011100 | 11111101 | 1000 | 1101 | 0 | 1 | 100001001 | 1011001 | 1011101 |
Color Harmonies of #EADCFD
Complementary color
Monochromatic Colors of #EADCFD
Black with #EADCFD
Text Example
Text Example
White with #EADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCFD; }
p { color: rgb(234,220,253); }
H1.HeaderClassName
{
color: #EADCFD;
}
.AnyTagClassName
{
color: #EADCFD;
}
</style>
background-color css
<style>
a { background-color: #EADCFD; }
a { background-color: rgb(234,220,253); }
div.DivClassName
{
background-color: #EADCFD;
}
.BgClassName
{
background-color: #EADCFD;
}
</style>
border-color css
<style>
span { border-color: #EADCFD; }
span { border-color: rgb(234,220,253); }
td.TdClassName
{
border-color: #EADCFD;
}
.TagClassName
{
border-color: #EADCFD;
}
</style>