Shades of Magnolia #ECE4FC
Tints of Magnolia #ECE4FC
RGB
CMYK
RGB Variations
Color information
#ECE4FC (or 0xECE4FC) is known color: Magnolia. HEX triplet: EC, E4 and FC. RGB value is (236,228,252). Sum of RGB (Red+Green+Blue) = 236+228+252=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FC is #131B03. Grayscale: #E9E9E9. Windows color (decimal): -1252100 or 16573676. OLE color: 16573676.
HSL color Cylindrical-coordinate representation of color #ECE4FC: hue angle of 260º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE4FC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 228 | 252 | - |
CMYK | 0.06 | 0.10 | 0 | 0.01 |
HSL | 260º | 0.8% | 0.94% | - |
HSV(B) | 260º | 0.1% | 0.99% | - |
XYZ | 79.91 | 80.35 | 103.39 | - |
YUV | 233.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 252 | 0.06 | 0.10 | 0 | 0.01 | 260 | 0.8 | 0.94 |
Hex | EC | E4 | FC | 6 | A | 0 | 1 | 104 | 50 | 5E |
Octal | 354 | 344 | 374 | 6 | 12 | 0 | 1 | 404 | 120 | 136 |
Binary | 11101100 | 11100100 | 11111100 | 110 | 1010 | 0 | 1 | 100000100 | 1010000 | 1011110 |
Color Harmonies of #ECE4FC
Complementary color
Monochromatic Colors of #ECE4FC
Black with #ECE4FC
Text Example
Text Example
White with #ECE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4FC; }
p { color: rgb(236,228,252); }
H1.HeaderClassName
{
color: #ECE4FC;
}
.AnyTagClassName
{
color: #ECE4FC;
}
</style>
background-color css
<style>
a { background-color: #ECE4FC; }
a { background-color: rgb(236,228,252); }
div.DivClassName
{
background-color: #ECE4FC;
}
.BgClassName
{
background-color: #ECE4FC;
}
</style>
border-color css
<style>
span { border-color: #ECE4FC; }
span { border-color: rgb(236,228,252); }
td.TdClassName
{
border-color: #ECE4FC;
}
.TagClassName
{
border-color: #ECE4FC;
}
</style>