Shades of Magnolia #EDE5FB
Tints of Magnolia #EDE5FB
RGB
CMYK
RGB Variations
Color information
#EDE5FB (or 0xEDE5FB) is known color: Magnolia. HEX triplet: ED, E5 and FB. RGB value is (237,229,251). Sum of RGB (Red+Green+Blue) = 237+229+251=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FB is #121A04. Grayscale: #E9E9E9. Windows color (decimal): -1186309 or 16508397. OLE color: 16508397.
HSL color Cylindrical-coordinate representation of color #EDE5FB: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE5FB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 229 | 251 | - |
CMYK | 0.06 | 0.09 | 0 | 0.02 |
HSL | 261.82º | 0.73% | 0.94% | - |
HSV(B) | 261.82º | 0.09% | 0.98% | - |
XYZ | 80.36 | 81.01 | 102.67 | - |
YUV | 233.9 | 137.65 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 251 | 0.06 | 0.09 | 0 | 0.02 | 261.82 | 0.73 | 0.94 |
Hex | ED | E5 | FB | 6 | 9 | 0 | 2 | 106 | 49 | 5E |
Octal | 355 | 345 | 373 | 6 | 11 | 0 | 2 | 406 | 111 | 136 |
Binary | 11101101 | 11100101 | 11111011 | 110 | 1001 | 0 | 10 | 100000110 | 1001001 | 1011110 |
Color Harmonies of #EDE5FB
Complementary color
Monochromatic Colors of #EDE5FB
Black with #EDE5FB
Text Example
Text Example
White with #EDE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5FB; }
p { color: rgb(237,229,251); }
H1.HeaderClassName
{
color: #EDE5FB;
}
.AnyTagClassName
{
color: #EDE5FB;
}
</style>
background-color css
<style>
a { background-color: #EDE5FB; }
a { background-color: rgb(237,229,251); }
div.DivClassName
{
background-color: #EDE5FB;
}
.BgClassName
{
background-color: #EDE5FB;
}
</style>
border-color css
<style>
span { border-color: #EDE5FB; }
span { border-color: rgb(237,229,251); }
td.TdClassName
{
border-color: #EDE5FB;
}
.TagClassName
{
border-color: #EDE5FB;
}
</style>