Shades of Magnolia #EDEBF1
Tints of Magnolia #EDEBF1
RGB
CMYK
RGB Variations
Color information
#EDEBF1 (or 0xEDEBF1) is known color: Magnolia. HEX triplet: ED, EB and F1. RGB value is (237,235,241). Sum of RGB (Red+Green+Blue) = 237+235+241=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBF1 is #12140E. Grayscale: #ECECEC. Windows color (decimal): -1184783 or 15854573. OLE color: 15854573.
HSL color Cylindrical-coordinate representation of color #EDEBF1: hue angle of 260º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEBF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 235 | 241 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 260º | 0.18% | 0.93% | - |
HSV(B) | 260º | 0.02% | 0.95% | - |
XYZ | 80.51 | 83.77 | 95.15 | - |
YUV | 236.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 241 | 0.02 | 0.02 | 0 | 0.05 | 260 | 0.18 | 0.93 |
Hex | ED | EB | F1 | 2 | 2 | 0 | 5 | 104 | 12 | 5D |
Octal | 355 | 353 | 361 | 2 | 2 | 0 | 5 | 404 | 22 | 135 |
Binary | 11101101 | 11101011 | 11110001 | 10 | 10 | 0 | 101 | 100000100 | 10010 | 1011101 |
Color Harmonies of #EDEBF1
Complementary color
Monochromatic Colors of #EDEBF1
Black with #EDEBF1
Text Example
Text Example
White with #EDEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEBF1; }
p { color: rgb(237,235,241); }
H1.HeaderClassName
{
color: #EDEBF1;
}
.AnyTagClassName
{
color: #EDEBF1;
}
</style>
background-color css
<style>
a { background-color: #EDEBF1; }
a { background-color: rgb(237,235,241); }
div.DivClassName
{
background-color: #EDEBF1;
}
.BgClassName
{
background-color: #EDEBF1;
}
</style>
border-color css
<style>
span { border-color: #EDEBF1; }
span { border-color: rgb(237,235,241); }
td.TdClassName
{
border-color: #EDEBF1;
}
.TagClassName
{
border-color: #EDEBF1;
}
</style>