Shades of Magnolia #ECE4FF
Tints of Magnolia #ECE4FF
RGB
CMYK
RGB Variations
Color information
#ECE4FF (or 0xECE4FF) is known color: Magnolia. HEX triplet: EC, E4 and FF. RGB value is (236,228,255). Sum of RGB (Red+Green+Blue) = 236+228+255=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FF is #131B00. Grayscale: #E9E9E9. Windows color (decimal): -1252097 or 16770284. OLE color: 16770284.
HSL color Cylindrical-coordinate representation of color #ECE4FF: hue angle of 257.78º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE4FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 228 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 257.78º | 1% | 0.95% | - |
| HSV(B) | 257.78º | 0.11% | 1% | - |
| XYZ | 80.39 | 80.54 | 105.92 | - |
| YUV | 233.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 255 | 0.07 | 0.11 | 0 | 0 | 257.78 | 1 | 0.95 |
| Hex | EC | E4 | FF | 7 | B | 0 | 0 | 102 | 64 | 5F |
| Octal | 354 | 344 | 377 | 7 | 13 | 0 | 0 | 402 | 144 | 137 |
| Binary | 11101100 | 11100100 | 11111111 | 111 | 1011 | 0 | 0 | 100000010 | 1100100 | 1011111 |
Color Harmonies of #ECE4FF
Complementary color
Monochromatic Colors of #ECE4FF
Black with #ECE4FF
Text Example
Text Example
White with #ECE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4FF; }
p { color: rgb(236,228,255); }
H1.HeaderClassName
{
color: #ECE4FF;
}
.AnyTagClassName
{
color: #ECE4FF;
}
</style>
background-color css
<style>
a { background-color: #ECE4FF; }
a { background-color: rgb(236,228,255); }
div.DivClassName
{
background-color: #ECE4FF;
}
.BgClassName
{
background-color: #ECE4FF;
}
</style>
border-color css
<style>
span { border-color: #ECE4FF; }
span { border-color: rgb(236,228,255); }
td.TdClassName
{
border-color: #ECE4FF;
}
.TagClassName
{
border-color: #ECE4FF;
}
</style>