Shades of Magnolia #EBE4FC
Tints of Magnolia #EBE4FC
RGB
CMYK
RGB Variations
Color information
#EBE4FC (or 0xEBE4FC) is known color: Magnolia. HEX triplet: EB, E4 and FC. RGB value is (235,228,252). Sum of RGB (Red+Green+Blue) = 235+228+252=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4FC is #141B03. Grayscale: #E8E8E8. Windows color (decimal): -1317636 or 16573675. OLE color: 16573675.
HSL color Cylindrical-coordinate representation of color #EBE4FC: hue angle of 257.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBE4FC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 228 | 252 | - |
CMYK | 0.07 | 0.10 | 0 | 0.01 |
HSL | 257.5º | 0.8% | 0.94% | - |
HSV(B) | 257.5º | 0.1% | 0.99% | - |
XYZ | 79.58 | 80.18 | 103.38 | - |
YUV | 232.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 228 | 252 | 0.07 | 0.10 | 0 | 0.01 | 257.5 | 0.8 | 0.94 |
Hex | EB | E4 | FC | 7 | A | 0 | 1 | 102 | 50 | 5E |
Octal | 353 | 344 | 374 | 7 | 12 | 0 | 1 | 402 | 120 | 136 |
Binary | 11101011 | 11100100 | 11111100 | 111 | 1010 | 0 | 1 | 100000010 | 1010000 | 1011110 |
Color Harmonies of #EBE4FC
Complementary color
Monochromatic Colors of #EBE4FC
Black with #EBE4FC
Text Example
Text Example
White with #EBE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4FC; }
p { color: rgb(235,228,252); }
H1.HeaderClassName
{
color: #EBE4FC;
}
.AnyTagClassName
{
color: #EBE4FC;
}
</style>
background-color css
<style>
a { background-color: #EBE4FC; }
a { background-color: rgb(235,228,252); }
div.DivClassName
{
background-color: #EBE4FC;
}
.BgClassName
{
background-color: #EBE4FC;
}
</style>
border-color css
<style>
span { border-color: #EBE4FC; }
span { border-color: rgb(235,228,252); }
td.TdClassName
{
border-color: #EBE4FC;
}
.TagClassName
{
border-color: #EBE4FC;
}
</style>