Shades of Magnolia #ECE1FA
Tints of Magnolia #ECE1FA
RGB
CMYK
RGB Variations
Color information
#ECE1FA (or 0xECE1FA) is known color: Magnolia. HEX triplet: EC, E1 and FA. RGB value is (236,225,250). Sum of RGB (Red+Green+Blue) = 236+225+250=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FA is #131E05. Grayscale: #E7E7E7. Windows color (decimal): -1252870 or 16441836. OLE color: 16441836.
HSL color Cylindrical-coordinate representation of color #ECE1FA: hue angle of 266.4º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE1FA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 225 | 250 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 266.4º | 0.71% | 0.93% | - |
| HSV(B) | 266.4º | 0.1% | 0.98% | - |
| XYZ | 78.77 | 78.59 | 101.46 | - |
| YUV | 231.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 250 | 0.06 | 0.10 | 0 | 0.02 | 266.4 | 0.71 | 0.93 |
| Hex | EC | E1 | FA | 6 | A | 0 | 2 | 10A | 47 | 5D |
| Octal | 354 | 341 | 372 | 6 | 12 | 0 | 2 | 412 | 107 | 135 |
| Binary | 11101100 | 11100001 | 11111010 | 110 | 1010 | 0 | 10 | 100001010 | 1000111 | 1011101 |
Color Harmonies of #ECE1FA
Complementary color
Monochromatic Colors of #ECE1FA
Black with #ECE1FA
Text Example
Text Example
White with #ECE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1FA; }
p { color: rgb(236,225,250); }
H1.HeaderClassName
{
color: #ECE1FA;
}
.AnyTagClassName
{
color: #ECE1FA;
}
</style>
background-color css
<style>
a { background-color: #ECE1FA; }
a { background-color: rgb(236,225,250); }
div.DivClassName
{
background-color: #ECE1FA;
}
.BgClassName
{
background-color: #ECE1FA;
}
</style>
border-color css
<style>
span { border-color: #ECE1FA; }
span { border-color: rgb(236,225,250); }
td.TdClassName
{
border-color: #ECE1FA;
}
.TagClassName
{
border-color: #ECE1FA;
}
</style>