Shades of Magnolia #ECE0FC
Tints of Magnolia #ECE0FC
RGB
CMYK
RGB Variations
Color information
#ECE0FC (or 0xECE0FC) is known color: Magnolia. HEX triplet: EC, E0 and FC. RGB value is (236,224,252). Sum of RGB (Red+Green+Blue) = 236+224+252=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0FC is #131F03. Grayscale: #E6E6E6. Windows color (decimal): -1253124 or 16572652. OLE color: 16572652.
HSL color Cylindrical-coordinate representation of color #ECE0FC: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE0FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 224 | 252 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 265.71º | 0.82% | 0.93% | - |
| HSV(B) | 265.71º | 0.11% | 0.99% | - |
| XYZ | 78.82 | 78.17 | 103.03 | - |
| YUV | 230.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 252 | 0.06 | 0.11 | 0 | 0.01 | 265.71 | 0.82 | 0.93 |
| Hex | EC | E0 | FC | 6 | B | 0 | 1 | 10A | 52 | 5D |
| Octal | 354 | 340 | 374 | 6 | 13 | 0 | 1 | 412 | 122 | 135 |
| Binary | 11101100 | 11100000 | 11111100 | 110 | 1011 | 0 | 1 | 100001010 | 1010010 | 1011101 |
Color Harmonies of #ECE0FC
Complementary color
Monochromatic Colors of #ECE0FC
Black with #ECE0FC
Text Example
Text Example
White with #ECE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0FC; }
p { color: rgb(236,224,252); }
H1.HeaderClassName
{
color: #ECE0FC;
}
.AnyTagClassName
{
color: #ECE0FC;
}
</style>
background-color css
<style>
a { background-color: #ECE0FC; }
a { background-color: rgb(236,224,252); }
div.DivClassName
{
background-color: #ECE0FC;
}
.BgClassName
{
background-color: #ECE0FC;
}
</style>
border-color css
<style>
span { border-color: #ECE0FC; }
span { border-color: rgb(236,224,252); }
td.TdClassName
{
border-color: #ECE0FC;
}
.TagClassName
{
border-color: #ECE0FC;
}
</style>