Shades of Magnolia #ECE4FE
Tints of Magnolia #ECE4FE
RGB
CMYK
RGB Variations
Color information
#ECE4FE (or 0xECE4FE) is known color: Magnolia. HEX triplet: EC, E4 and FE. RGB value is (236,228,254). Sum of RGB (Red+Green+Blue) = 236+228+254=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FE is #131B01. Grayscale: #E9E9E9. Windows color (decimal): -1252098 or 16704748. OLE color: 16704748.
HSL color Cylindrical-coordinate representation of color #ECE4FE: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE4FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 228 | 254 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.00 |
| HSL | 258.46º | 0.93% | 0.95% | - |
| HSV(B) | 258.46º | 0.1% | 1% | - |
| XYZ | 80.22 | 80.48 | 105.07 | - |
| YUV | 233.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 254 | 0.07 | 0.10 | 0 | 0.00 | 258.46 | 0.93 | 0.95 |
| Hex | EC | E4 | FE | 7 | A | 0 | 0 | 102 | 5D | 5F |
| Octal | 354 | 344 | 376 | 7 | 12 | 0 | 0 | 402 | 135 | 137 |
| Binary | 11101100 | 11100100 | 11111110 | 111 | 1010 | 0 | 0 | 100000010 | 1011101 | 1011111 |
Color Harmonies of #ECE4FE
Complementary color
Monochromatic Colors of #ECE4FE
Black with #ECE4FE
Text Example
Text Example
White with #ECE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4FE; }
p { color: rgb(236,228,254); }
H1.HeaderClassName
{
color: #ECE4FE;
}
.AnyTagClassName
{
color: #ECE4FE;
}
</style>
background-color css
<style>
a { background-color: #ECE4FE; }
a { background-color: rgb(236,228,254); }
div.DivClassName
{
background-color: #ECE4FE;
}
.BgClassName
{
background-color: #ECE4FE;
}
</style>
border-color css
<style>
span { border-color: #ECE4FE; }
span { border-color: rgb(236,228,254); }
td.TdClassName
{
border-color: #ECE4FE;
}
.TagClassName
{
border-color: #ECE4FE;
}
</style>