Shades of Magnolia #EBEAED
Tints of Magnolia #EBEAED
RGB
CMYK
RGB Variations
Color information
#EBEAED (or 0xEBEAED) is known color: Magnolia. HEX triplet: EB, EA and ED. RGB value is (235,234,237). Sum of RGB (Red+Green+Blue) = 235+234+237=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 237 (92.97% from 255 or 33.57% from 706); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAED is #141512. Grayscale: #EAEAEA. Windows color (decimal): -1316115 or 15592171. OLE color: 15592171.
HSL color Cylindrical-coordinate representation of color #EBEAED: hue angle of 260º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEAED is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 234 | 237 | - |
CMYK | 0.01 | 0.01 | 0 | 0.07 |
HSL | 260º | 0.08% | 0.92% | - |
HSV(B) | 260º | 0.01% | 0.93% | - |
XYZ | 78.97 | 82.62 | 91.91 | - |
YUV | 234.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 237 | 0.01 | 0.01 | 0 | 0.07 | 260 | 0.08 | 0.92 |
Hex | EB | EA | ED | 1 | 1 | 0 | 7 | 104 | 8 | 5C |
Octal | 353 | 352 | 355 | 1 | 1 | 0 | 7 | 404 | 10 | 134 |
Binary | 11101011 | 11101010 | 11101101 | 1 | 1 | 0 | 111 | 100000100 | 1000 | 1011100 |
Color Harmonies of #EBEAED
Complementary color
Monochromatic Colors of #EBEAED
Black with #EBEAED
Text Example
Text Example
White with #EBEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAED; }
p { color: rgb(235,234,237); }
H1.HeaderClassName
{
color: #EBEAED;
}
.AnyTagClassName
{
color: #EBEAED;
}
</style>
background-color css
<style>
a { background-color: #EBEAED; }
a { background-color: rgb(235,234,237); }
div.DivClassName
{
background-color: #EBEAED;
}
.BgClassName
{
background-color: #EBEAED;
}
</style>
border-color css
<style>
span { border-color: #EBEAED; }
span { border-color: rgb(235,234,237); }
td.TdClassName
{
border-color: #EBEAED;
}
.TagClassName
{
border-color: #EBEAED;
}
</style>