Shades of Magnolia #EBDFFA
Tints of Magnolia #EBDFFA
RGB
CMYK
RGB Variations
Color information
#EBDFFA (or 0xEBDFFA) is known color: Magnolia. HEX triplet: EB, DF and FA. RGB value is (235,223,250). Sum of RGB (Red+Green+Blue) = 235+223+250=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFFA is #142005. Grayscale: #E5E5E5. Windows color (decimal): -1318918 or 16441323. OLE color: 16441323.
HSL color Cylindrical-coordinate representation of color #EBDFFA: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDFFA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 223 | 250 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.02 |
| HSL | 266.67º | 0.73% | 0.93% | - |
| HSV(B) | 266.67º | 0.11% | 0.98% | - |
| XYZ | 77.9 | 77.34 | 101.26 | - |
| YUV | 229.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 250 | 0.06 | 0.11 | 0 | 0.02 | 266.67 | 0.73 | 0.93 |
| Hex | EB | DF | FA | 6 | B | 0 | 2 | 10B | 49 | 5D |
| Octal | 353 | 337 | 372 | 6 | 13 | 0 | 2 | 413 | 111 | 135 |
| Binary | 11101011 | 11011111 | 11111010 | 110 | 1011 | 0 | 10 | 100001011 | 1001001 | 1011101 |
Color Harmonies of #EBDFFA
Complementary color
Monochromatic Colors of #EBDFFA
Black with #EBDFFA
Text Example
Text Example
White with #EBDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFFA; }
p { color: rgb(235,223,250); }
H1.HeaderClassName
{
color: #EBDFFA;
}
.AnyTagClassName
{
color: #EBDFFA;
}
</style>
background-color css
<style>
a { background-color: #EBDFFA; }
a { background-color: rgb(235,223,250); }
div.DivClassName
{
background-color: #EBDFFA;
}
.BgClassName
{
background-color: #EBDFFA;
}
</style>
border-color css
<style>
span { border-color: #EBDFFA; }
span { border-color: rgb(235,223,250); }
td.TdClassName
{
border-color: #EBDFFA;
}
.TagClassName
{
border-color: #EBDFFA;
}
</style>