Shades of Magnolia #EBDBFF
Tints of Magnolia #EBDBFF
RGB
CMYK
RGB Variations
Color information
#EBDBFF (or 0xEBDBFF) is known color: Magnolia. HEX triplet: EB, DB and FF. RGB value is (235,219,255). Sum of RGB (Red+Green+Blue) = 235+219+255=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFF is #142400. Grayscale: #E3E3E3. Windows color (decimal): -1319937 or 16767979. OLE color: 16767979.
HSL color Cylindrical-coordinate representation of color #EBDBFF: hue angle of 266.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDBFF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 219 | 255 | - |
| CMYK | 0.08 | 0.14 | 0 | 0 |
| HSL | 266.67º | 1% | 0.93% | - |
| HSV(B) | 266.67º | 0.14% | 1% | - |
| XYZ | 77.64 | 75.55 | 105.1 | - |
| YUV | 227.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 255 | 0.08 | 0.14 | 0 | 0 | 266.67 | 1 | 0.93 |
| Hex | EB | DB | FF | 8 | E | 0 | 0 | 10B | 64 | 5D |
| Octal | 353 | 333 | 377 | 10 | 16 | 0 | 0 | 413 | 144 | 135 |
| Binary | 11101011 | 11011011 | 11111111 | 1000 | 1110 | 0 | 0 | 100001011 | 1100100 | 1011101 |
Color Harmonies of #EBDBFF
Complementary color
Monochromatic Colors of #EBDBFF
Black with #EBDBFF
Text Example
Text Example
White with #EBDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBFF; }
p { color: rgb(235,219,255); }
H1.HeaderClassName
{
color: #EBDBFF;
}
.AnyTagClassName
{
color: #EBDBFF;
}
</style>
background-color css
<style>
a { background-color: #EBDBFF; }
a { background-color: rgb(235,219,255); }
div.DivClassName
{
background-color: #EBDBFF;
}
.BgClassName
{
background-color: #EBDBFF;
}
</style>
border-color css
<style>
span { border-color: #EBDBFF; }
span { border-color: rgb(235,219,255); }
td.TdClassName
{
border-color: #EBDBFF;
}
.TagClassName
{
border-color: #EBDBFF;
}
</style>