Shades of Magnolia #ECE6F9
Tints of Magnolia #ECE6F9
RGB
CMYK
RGB Variations
Color information
#ECE6F9 (or 0xECE6F9) is known color: Magnolia. HEX triplet: EC, E6 and F9. RGB value is (236,230,249). Sum of RGB (Red+Green+Blue) = 236+230+249=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECE6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6F9 is #131906. Grayscale: #E9E9E9. Windows color (decimal): -1251591 or 16377580. OLE color: 16377580.
HSL color Cylindrical-coordinate representation of color #ECE6F9: hue angle of 258.95º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE6F9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 230 | 249 | - |
CMYK | 0.05 | 0.08 | 0 | 0.02 |
HSL | 258.95º | 0.61% | 0.94% | - |
HSV(B) | 258.95º | 0.08% | 0.98% | - |
XYZ | 79.99 | 81.27 | 101.09 | - |
YUV | 233.96 | 136.49 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 249 | 0.05 | 0.08 | 0 | 0.02 | 258.95 | 0.61 | 0.94 |
Hex | EC | E6 | F9 | 5 | 8 | 0 | 2 | 103 | 3D | 5E |
Octal | 354 | 346 | 371 | 5 | 10 | 0 | 2 | 403 | 75 | 136 |
Binary | 11101100 | 11100110 | 11111001 | 101 | 1000 | 0 | 10 | 100000011 | 111101 | 1011110 |
Color Harmonies of #ECE6F9
Complementary color
Monochromatic Colors of #ECE6F9
Black with #ECE6F9
Text Example
Text Example
White with #ECE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6F9; }
p { color: rgb(236,230,249); }
H1.HeaderClassName
{
color: #ECE6F9;
}
.AnyTagClassName
{
color: #ECE6F9;
}
</style>
background-color css
<style>
a { background-color: #ECE6F9; }
a { background-color: rgb(236,230,249); }
div.DivClassName
{
background-color: #ECE6F9;
}
.BgClassName
{
background-color: #ECE6F9;
}
</style>
border-color css
<style>
span { border-color: #ECE6F9; }
span { border-color: rgb(236,230,249); }
td.TdClassName
{
border-color: #ECE6F9;
}
.TagClassName
{
border-color: #ECE6F9;
}
</style>