Shades of Magnolia #EBE9EF
Tints of Magnolia #EBE9EF
RGB
CMYK
RGB Variations
Color information
#EBE9EF (or 0xEBE9EF) is known color: Magnolia. HEX triplet: EB, E9 and EF. RGB value is (235,233,239). Sum of RGB (Red+Green+Blue) = 235+233+239=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9EF is #141610. Grayscale: #EAEAEA. Windows color (decimal): -1316369 or 15722987. OLE color: 15722987.
HSL color Cylindrical-coordinate representation of color #EBE9EF: hue angle of 260º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE9EF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 233 | 239 | - |
CMYK | 0.02 | 0.03 | 0 | 0.06 |
HSL | 260º | 0.16% | 0.93% | - |
HSV(B) | 260º | 0.03% | 0.94% | - |
XYZ | 78.98 | 82.17 | 93.36 | - |
YUV | 234.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 233 | 239 | 0.02 | 0.03 | 0 | 0.06 | 260 | 0.16 | 0.93 |
Hex | EB | E9 | EF | 2 | 3 | 0 | 6 | 104 | 10 | 5D |
Octal | 353 | 351 | 357 | 2 | 3 | 0 | 6 | 404 | 20 | 135 |
Binary | 11101011 | 11101001 | 11101111 | 10 | 11 | 0 | 110 | 100000100 | 10000 | 1011101 |
Color Harmonies of #EBE9EF
Complementary color
Monochromatic Colors of #EBE9EF
Black with #EBE9EF
Text Example
Text Example
White with #EBE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9EF; }
p { color: rgb(235,233,239); }
H1.HeaderClassName
{
color: #EBE9EF;
}
.AnyTagClassName
{
color: #EBE9EF;
}
</style>
background-color css
<style>
a { background-color: #EBE9EF; }
a { background-color: rgb(235,233,239); }
div.DivClassName
{
background-color: #EBE9EF;
}
.BgClassName
{
background-color: #EBE9EF;
}
</style>
border-color css
<style>
span { border-color: #EBE9EF; }
span { border-color: rgb(235,233,239); }
td.TdClassName
{
border-color: #EBE9EF;
}
.TagClassName
{
border-color: #EBE9EF;
}
</style>