Shades of Magnolia #ECE4FA
Tints of Magnolia #ECE4FA
RGB
CMYK
RGB Variations
Color information
#ECE4FA (or 0xECE4FA) is known color: Magnolia. HEX triplet: EC, E4 and FA. RGB value is (236,228,250). Sum of RGB (Red+Green+Blue) = 236+228+250=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 228 (89.45% from 255 or 31.93% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FA is #131B05. Grayscale: #E8E8E8. Windows color (decimal): -1252102 or 16442604. OLE color: 16442604.
HSL color Cylindrical-coordinate representation of color #ECE4FA: hue angle of 261.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE4FA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 228 | 250 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.02 |
| HSL | 261.82º | 0.69% | 0.94% | - |
| HSV(B) | 261.82º | 0.09% | 0.98% | - |
| XYZ | 79.59 | 80.22 | 101.73 | - |
| YUV | 232.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 250 | 0.06 | 0.09 | 0 | 0.02 | 261.82 | 0.69 | 0.94 |
| Hex | EC | E4 | FA | 6 | 9 | 0 | 2 | 106 | 45 | 5E |
| Octal | 354 | 344 | 372 | 6 | 11 | 0 | 2 | 406 | 105 | 136 |
| Binary | 11101100 | 11100100 | 11111010 | 110 | 1001 | 0 | 10 | 100000110 | 1000101 | 1011110 |
Color Harmonies of #ECE4FA
Complementary color
Monochromatic Colors of #ECE4FA
Black with #ECE4FA
Text Example
Text Example
White with #ECE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4FA; }
p { color: rgb(236,228,250); }
H1.HeaderClassName
{
color: #ECE4FA;
}
.AnyTagClassName
{
color: #ECE4FA;
}
</style>
background-color css
<style>
a { background-color: #ECE4FA; }
a { background-color: rgb(236,228,250); }
div.DivClassName
{
background-color: #ECE4FA;
}
.BgClassName
{
background-color: #ECE4FA;
}
</style>
border-color css
<style>
span { border-color: #ECE4FA; }
span { border-color: rgb(236,228,250); }
td.TdClassName
{
border-color: #ECE4FA;
}
.TagClassName
{
border-color: #ECE4FA;
}
</style>