Shades of Magnolia #EBDDFC
Tints of Magnolia #EBDDFC
RGB
CMYK
RGB Variations
Color information
#EBDDFC (or 0xEBDDFC) is known color: Magnolia. HEX triplet: EB, DD and FC. RGB value is (235,221,252). Sum of RGB (Red+Green+Blue) = 235+221+252=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDFC is #142203. Grayscale: #E4E4E4. Windows color (decimal): -1319428 or 16571883. OLE color: 16571883.
HSL color Cylindrical-coordinate representation of color #EBDDFC: hue angle of 267.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBDDFC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 221 | 252 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.01 |
| HSL | 267.1º | 0.84% | 0.93% | - |
| HSV(B) | 267.1º | 0.12% | 0.99% | - |
| XYZ | 77.69 | 76.4 | 102.75 | - |
| YUV | 228.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 252 | 0.07 | 0.12 | 0 | 0.01 | 267.1 | 0.84 | 0.93 |
| Hex | EB | DD | FC | 7 | C | 0 | 1 | 10B | 54 | 5D |
| Octal | 353 | 335 | 374 | 7 | 14 | 0 | 1 | 413 | 124 | 135 |
| Binary | 11101011 | 11011101 | 11111100 | 111 | 1100 | 0 | 1 | 100001011 | 1010100 | 1011101 |
Color Harmonies of #EBDDFC
Complementary color
Monochromatic Colors of #EBDDFC
Black with #EBDDFC
Text Example
Text Example
White with #EBDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDFC; }
p { color: rgb(235,221,252); }
H1.HeaderClassName
{
color: #EBDDFC;
}
.AnyTagClassName
{
color: #EBDDFC;
}
</style>
background-color css
<style>
a { background-color: #EBDDFC; }
a { background-color: rgb(235,221,252); }
div.DivClassName
{
background-color: #EBDDFC;
}
.BgClassName
{
background-color: #EBDDFC;
}
</style>
border-color css
<style>
span { border-color: #EBDDFC; }
span { border-color: rgb(235,221,252); }
td.TdClassName
{
border-color: #EBDDFC;
}
.TagClassName
{
border-color: #EBDDFC;
}
</style>