Shades of Magnolia #EBDCFD
Tints of Magnolia #EBDCFD
RGB
CMYK
RGB Variations
Color information
#EBDCFD (or 0xEBDCFD) is known color: Magnolia. HEX triplet: EB, DC and FD. RGB value is (235,220,253). Sum of RGB (Red+Green+Blue) = 235+220+253=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 220 (86.33% from 255 or 31.07% 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 #EBDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFD is #142302. Grayscale: #E4E4E4. Windows color (decimal): -1319683 or 16637163. OLE color: 16637163.
HSL color Cylindrical-coordinate representation of color #EBDCFD: hue angle of 267.27º 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 #EBDCFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 220 | 253 | - |
CMYK | 0.07 | 0.13 | 0 | 0.01 |
HSL | 267.27º | 0.89% | 0.93% | - |
HSV(B) | 267.27º | 0.13% | 0.99% | - |
XYZ | 77.58 | 75.94 | 103.5 | - |
YUV | 228.25 | 141.97 | 132.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 220 | 253 | 0.07 | 0.13 | 0 | 0.01 | 267.27 | 0.89 | 0.93 |
Hex | EB | DC | FD | 7 | D | 0 | 1 | 10B | 59 | 5D |
Octal | 353 | 334 | 375 | 7 | 15 | 0 | 1 | 413 | 131 | 135 |
Binary | 11101011 | 11011100 | 11111101 | 111 | 1101 | 0 | 1 | 100001011 | 1011001 | 1011101 |
Color Harmonies of #EBDCFD
Complementary color
Monochromatic Colors of #EBDCFD
Black with #EBDCFD
Text Example
Text Example
White with #EBDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCFD; }
p { color: rgb(235,220,253); }
H1.HeaderClassName
{
color: #EBDCFD;
}
.AnyTagClassName
{
color: #EBDCFD;
}
</style>
background-color css
<style>
a { background-color: #EBDCFD; }
a { background-color: rgb(235,220,253); }
div.DivClassName
{
background-color: #EBDCFD;
}
.BgClassName
{
background-color: #EBDCFD;
}
</style>
border-color css
<style>
span { border-color: #EBDCFD; }
span { border-color: rgb(235,220,253); }
td.TdClassName
{
border-color: #EBDCFD;
}
.TagClassName
{
border-color: #EBDCFD;
}
</style>