Shades of Magnolia #EDEAF3
Tints of Magnolia #EDEAF3
RGB
CMYK
RGB Variations
Color information
#EDEAF3 (or 0xEDEAF3) is known color: Magnolia. HEX triplet: ED, EA and F3. RGB value is (237,234,243). Sum of RGB (Red+Green+Blue) = 237+234+243=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF3 is #12150C. Grayscale: #EBEBEB. Windows color (decimal): -1185037 or 15985389. OLE color: 15985389.
HSL color Cylindrical-coordinate representation of color #EDEAF3: hue angle of 260º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEAF3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 234 | 243 | - |
CMYK | 0.02 | 0.04 | 0 | 0.05 |
HSL | 260º | 0.27% | 0.94% | - |
HSV(B) | 260º | 0.04% | 0.95% | - |
XYZ | 80.53 | 83.32 | 96.63 | - |
YUV | 235.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 243 | 0.02 | 0.04 | 0 | 0.05 | 260 | 0.27 | 0.94 |
Hex | ED | EA | F3 | 2 | 4 | 0 | 5 | 104 | 1B | 5E |
Octal | 355 | 352 | 363 | 2 | 4 | 0 | 5 | 404 | 33 | 136 |
Binary | 11101101 | 11101010 | 11110011 | 10 | 100 | 0 | 101 | 100000100 | 11011 | 1011110 |
Color Harmonies of #EDEAF3
Complementary color
Monochromatic Colors of #EDEAF3
Black with #EDEAF3
Text Example
Text Example
White with #EDEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAF3; }
p { color: rgb(237,234,243); }
H1.HeaderClassName
{
color: #EDEAF3;
}
.AnyTagClassName
{
color: #EDEAF3;
}
</style>
background-color css
<style>
a { background-color: #EDEAF3; }
a { background-color: rgb(237,234,243); }
div.DivClassName
{
background-color: #EDEAF3;
}
.BgClassName
{
background-color: #EDEAF3;
}
</style>
border-color css
<style>
span { border-color: #EDEAF3; }
span { border-color: rgb(237,234,243); }
td.TdClassName
{
border-color: #EDEAF3;
}
.TagClassName
{
border-color: #EDEAF3;
}
</style>