Shades of Magnolia #EADBFD
Tints of Magnolia #EADBFD
RGB
CMYK
RGB Variations
Color information
#EADBFD (or 0xEADBFD) is known color: Magnolia. HEX triplet: EA, DB and FD. RGB value is (234,219,253). Sum of RGB (Red+Green+Blue) = 234+219+253=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBFD is #152402. Grayscale: #E3E3E3. Windows color (decimal): -1385475 or 16636906. OLE color: 16636906.
HSL color Cylindrical-coordinate representation of color #EADBFD: hue angle of 266.47º 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 #EADBFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 219 | 253 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 266.47º | 0.89% | 0.93% | - |
HSV(B) | 266.47º | 0.13% | 0.99% | - |
XYZ | 76.99 | 75.25 | 103.39 | - |
YUV | 227.36 | 142.47 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 219 | 253 | 0.08 | 0.13 | 0 | 0.01 | 266.47 | 0.89 | 0.93 |
Hex | EA | DB | FD | 8 | D | 0 | 1 | 10A | 59 | 5D |
Octal | 352 | 333 | 375 | 10 | 15 | 0 | 1 | 412 | 131 | 135 |
Binary | 11101010 | 11011011 | 11111101 | 1000 | 1101 | 0 | 1 | 100001010 | 1011001 | 1011101 |
Color Harmonies of #EADBFD
Complementary color
Monochromatic Colors of #EADBFD
Black with #EADBFD
Text Example
Text Example
White with #EADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBFD; }
p { color: rgb(234,219,253); }
H1.HeaderClassName
{
color: #EADBFD;
}
.AnyTagClassName
{
color: #EADBFD;
}
</style>
background-color css
<style>
a { background-color: #EADBFD; }
a { background-color: rgb(234,219,253); }
div.DivClassName
{
background-color: #EADBFD;
}
.BgClassName
{
background-color: #EADBFD;
}
</style>
border-color css
<style>
span { border-color: #EADBFD; }
span { border-color: rgb(234,219,253); }
td.TdClassName
{
border-color: #EADBFD;
}
.TagClassName
{
border-color: #EADBFD;
}
</style>