Shades of Magnolia #ECE1FC
Tints of Magnolia #ECE1FC
RGB
CMYK
RGB Variations
Color information
#ECE1FC (or 0xECE1FC) is known color: Magnolia. HEX triplet: EC, E1 and FC. RGB value is (236,225,252). Sum of RGB (Red+Green+Blue) = 236+225+252=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 225 (88.28% from 255 or 31.56% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FC is #131E03. Grayscale: #E7E7E7. Windows color (decimal): -1252868 or 16572908. OLE color: 16572908.
HSL color Cylindrical-coordinate representation of color #ECE1FC: hue angle of 264.44º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE1FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 225 | 252 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 264.44º | 0.82% | 0.94% | - |
| HSV(B) | 264.44º | 0.11% | 0.99% | - |
| XYZ | 79.09 | 78.71 | 103.12 | - |
| YUV | 231.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 252 | 0.06 | 0.11 | 0 | 0.01 | 264.44 | 0.82 | 0.94 |
| Hex | EC | E1 | FC | 6 | B | 0 | 1 | 108 | 52 | 5E |
| Octal | 354 | 341 | 374 | 6 | 13 | 0 | 1 | 410 | 122 | 136 |
| Binary | 11101100 | 11100001 | 11111100 | 110 | 1011 | 0 | 1 | 100001000 | 1010010 | 1011110 |
Color Harmonies of #ECE1FC
Complementary color
Monochromatic Colors of #ECE1FC
Black with #ECE1FC
Text Example
Text Example
White with #ECE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1FC; }
p { color: rgb(236,225,252); }
H1.HeaderClassName
{
color: #ECE1FC;
}
.AnyTagClassName
{
color: #ECE1FC;
}
</style>
background-color css
<style>
a { background-color: #ECE1FC; }
a { background-color: rgb(236,225,252); }
div.DivClassName
{
background-color: #ECE1FC;
}
.BgClassName
{
background-color: #ECE1FC;
}
</style>
border-color css
<style>
span { border-color: #ECE1FC; }
span { border-color: rgb(236,225,252); }
td.TdClassName
{
border-color: #ECE1FC;
}
.TagClassName
{
border-color: #ECE1FC;
}
</style>