Shades of Magnolia #EBE8F0
Tints of Magnolia #EBE8F0
RGB
CMYK
RGB Variations
Color information
#EBE8F0 (or 0xEBE8F0) is known color: Magnolia. HEX triplet: EB, E8 and F0. RGB value is (235,232,240). Sum of RGB (Red+Green+Blue) = 235+232+240=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8F0 is #14170F. Grayscale: #E9E9E9. Windows color (decimal): -1316624 or 15788267. OLE color: 15788267.
HSL color Cylindrical-coordinate representation of color #EBE8F0: hue angle of 262.5º degrees, saturation: 0.21, 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 #EBE8F0 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 232 | 240 | - |
CMYK | 0.02 | 0.03 | 0 | 0.06 |
HSL | 262.5º | 0.21% | 0.93% | - |
HSV(B) | 262.5º | 0.03% | 0.94% | - |
XYZ | 78.85 | 81.67 | 94.05 | - |
YUV | 233.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 232 | 240 | 0.02 | 0.03 | 0 | 0.06 | 262.5 | 0.21 | 0.93 |
Hex | EB | E8 | F0 | 2 | 3 | 0 | 6 | 106 | 15 | 5D |
Octal | 353 | 350 | 360 | 2 | 3 | 0 | 6 | 406 | 25 | 135 |
Binary | 11101011 | 11101000 | 11110000 | 10 | 11 | 0 | 110 | 100000110 | 10101 | 1011101 |
Color Harmonies of #EBE8F0
Complementary color
Monochromatic Colors of #EBE8F0
Black with #EBE8F0
Text Example
Text Example
White with #EBE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8F0; }
p { color: rgb(235,232,240); }
H1.HeaderClassName
{
color: #EBE8F0;
}
.AnyTagClassName
{
color: #EBE8F0;
}
</style>
background-color css
<style>
a { background-color: #EBE8F0; }
a { background-color: rgb(235,232,240); }
div.DivClassName
{
background-color: #EBE8F0;
}
.BgClassName
{
background-color: #EBE8F0;
}
</style>
border-color css
<style>
span { border-color: #EBE8F0; }
span { border-color: rgb(235,232,240); }
td.TdClassName
{
border-color: #EBE8F0;
}
.TagClassName
{
border-color: #EBE8F0;
}
</style>