Shades of Magnolia #EBDDFF
Tints of Magnolia #EBDDFF
RGB
CMYK
RGB Variations
Color information
#EBDDFF (or 0xEBDDFF) is known color: Magnolia. HEX triplet: EB, DD and FF. RGB value is (235,221,255). Sum of RGB (Red+Green+Blue) = 235+221+255=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDFF is #142200. Grayscale: #E4E4E4. Windows color (decimal): -1319425 or 16768491. OLE color: 16768491.
HSL color Cylindrical-coordinate representation of color #EBDDFF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDDFF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 221 | 255 | - |
| CMYK | 0.08 | 0.13 | 0 | 0 |
| HSL | 264.71º | 1% | 0.93% | - |
| HSV(B) | 264.71º | 0.13% | 1% | - |
| XYZ | 78.17 | 76.6 | 105.27 | - |
| YUV | 229.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 255 | 0.08 | 0.13 | 0 | 0 | 264.71 | 1 | 0.93 |
| Hex | EB | DD | FF | 8 | D | 0 | 0 | 109 | 64 | 5D |
| Octal | 353 | 335 | 377 | 10 | 15 | 0 | 0 | 411 | 144 | 135 |
| Binary | 11101011 | 11011101 | 11111111 | 1000 | 1101 | 0 | 0 | 100001001 | 1100100 | 1011101 |
Color Harmonies of #EBDDFF
Complementary color
Monochromatic Colors of #EBDDFF
Black with #EBDDFF
Text Example
Text Example
White with #EBDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDFF; }
p { color: rgb(235,221,255); }
H1.HeaderClassName
{
color: #EBDDFF;
}
.AnyTagClassName
{
color: #EBDDFF;
}
</style>
background-color css
<style>
a { background-color: #EBDDFF; }
a { background-color: rgb(235,221,255); }
div.DivClassName
{
background-color: #EBDDFF;
}
.BgClassName
{
background-color: #EBDDFF;
}
</style>
border-color css
<style>
span { border-color: #EBDDFF; }
span { border-color: rgb(235,221,255); }
td.TdClassName
{
border-color: #EBDDFF;
}
.TagClassName
{
border-color: #EBDDFF;
}
</style>