Shades of Magnolia #ECE7F6
Tints of Magnolia #ECE7F6
RGB
CMYK
RGB Variations
Color information
#ECE7F6 (or 0xECE7F6) is known color: Magnolia. HEX triplet: EC, E7 and F6. RGB value is (236,231,246). Sum of RGB (Red+Green+Blue) = 236+231+246=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECE7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7F6 is #131809. Grayscale: #EAEAEA. Windows color (decimal): -1251338 or 16181228. OLE color: 16181228.
HSL color Cylindrical-coordinate representation of color #ECE7F6: hue angle of 260º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE7F6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 231 | 246 | - |
CMYK | 0.04 | 0.06 | 0 | 0.04 |
HSL | 260º | 0.45% | 0.94% | - |
HSV(B) | 260º | 0.06% | 0.96% | - |
XYZ | 79.8 | 81.64 | 98.74 | - |
YUV | 234.21 | 134.66 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 246 | 0.04 | 0.06 | 0 | 0.04 | 260 | 0.45 | 0.94 |
Hex | EC | E7 | F6 | 4 | 6 | 0 | 4 | 104 | 2D | 5E |
Octal | 354 | 347 | 366 | 4 | 6 | 0 | 4 | 404 | 55 | 136 |
Binary | 11101100 | 11100111 | 11110110 | 100 | 110 | 0 | 100 | 100000100 | 101101 | 1011110 |
Color Harmonies of #ECE7F6
Complementary color
Monochromatic Colors of #ECE7F6
Black with #ECE7F6
Text Example
Text Example
White with #ECE7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7F6; }
p { color: rgb(236,231,246); }
H1.HeaderClassName
{
color: #ECE7F6;
}
.AnyTagClassName
{
color: #ECE7F6;
}
</style>
background-color css
<style>
a { background-color: #ECE7F6; }
a { background-color: rgb(236,231,246); }
div.DivClassName
{
background-color: #ECE7F6;
}
.BgClassName
{
background-color: #ECE7F6;
}
</style>
border-color css
<style>
span { border-color: #ECE7F6; }
span { border-color: rgb(236,231,246); }
td.TdClassName
{
border-color: #ECE7F6;
}
.TagClassName
{
border-color: #ECE7F6;
}
</style>