Shades of Magnolia #EDEAF2
Tints of Magnolia #EDEAF2
RGB
CMYK
RGB Variations
Color information
#EDEAF2 (or 0xEDEAF2) is known color: Magnolia. HEX triplet: ED, EA and F2. RGB value is (237,234,242). Sum of RGB (Red+Green+Blue) = 237+234+242=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF2 is #12150D. Grayscale: #EBEBEB. Windows color (decimal): -1185038 or 15919853. OLE color: 15919853.
HSL color Cylindrical-coordinate representation of color #EDEAF2: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDEAF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 234 | 242 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 262.5º | 0.24% | 0.93% | - |
HSV(B) | 262.5º | 0.03% | 0.95% | - |
XYZ | 80.37 | 83.26 | 95.84 | - |
YUV | 235.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 242 | 0.02 | 0.03 | 0 | 0.05 | 262.5 | 0.24 | 0.93 |
Hex | ED | EA | F2 | 2 | 3 | 0 | 5 | 106 | 18 | 5D |
Octal | 355 | 352 | 362 | 2 | 3 | 0 | 5 | 406 | 30 | 135 |
Binary | 11101101 | 11101010 | 11110010 | 10 | 11 | 0 | 101 | 100000110 | 11000 | 1011101 |
Color Harmonies of #EDEAF2
Complementary color
Monochromatic Colors of #EDEAF2
Black with #EDEAF2
Text Example
Text Example
White with #EDEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAF2; }
p { color: rgb(237,234,242); }
H1.HeaderClassName
{
color: #EDEAF2;
}
.AnyTagClassName
{
color: #EDEAF2;
}
</style>
background-color css
<style>
a { background-color: #EDEAF2; }
a { background-color: rgb(237,234,242); }
div.DivClassName
{
background-color: #EDEAF2;
}
.BgClassName
{
background-color: #EDEAF2;
}
</style>
border-color css
<style>
span { border-color: #EDEAF2; }
span { border-color: rgb(237,234,242); }
td.TdClassName
{
border-color: #EDEAF2;
}
.TagClassName
{
border-color: #EDEAF2;
}
</style>