Shades of Magnolia #ECE3FF
Tints of Magnolia #ECE3FF
RGB
CMYK
RGB Variations
Color information
#ECE3FF (or 0xECE3FF) is known color: Magnolia. HEX triplet: EC, E3 and FF. RGB value is (236,227,255). Sum of RGB (Red+Green+Blue) = 236+227+255=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FF is #131C00. Grayscale: #E8E8E8. Windows color (decimal): -1252353 or 16770028. OLE color: 16770028.
HSL color Cylindrical-coordinate representation of color #ECE3FF: hue angle of 259.29º 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 #ECE3FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 227 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 259.29º | 1% | 0.95% | - |
| HSV(B) | 259.29º | 0.11% | 1% | - |
| XYZ | 80.11 | 79.99 | 105.83 | - |
| YUV | 232.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 255 | 0.07 | 0.11 | 0 | 0 | 259.29 | 1 | 0.95 |
| Hex | EC | E3 | FF | 7 | B | 0 | 0 | 103 | 64 | 5F |
| Octal | 354 | 343 | 377 | 7 | 13 | 0 | 0 | 403 | 144 | 137 |
| Binary | 11101100 | 11100011 | 11111111 | 111 | 1011 | 0 | 0 | 100000011 | 1100100 | 1011111 |
Color Harmonies of #ECE3FF
Complementary color
Monochromatic Colors of #ECE3FF
Black with #ECE3FF
Text Example
Text Example
White with #ECE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3FF; }
p { color: rgb(236,227,255); }
H1.HeaderClassName
{
color: #ECE3FF;
}
.AnyTagClassName
{
color: #ECE3FF;
}
</style>
background-color css
<style>
a { background-color: #ECE3FF; }
a { background-color: rgb(236,227,255); }
div.DivClassName
{
background-color: #ECE3FF;
}
.BgClassName
{
background-color: #ECE3FF;
}
</style>
border-color css
<style>
span { border-color: #ECE3FF; }
span { border-color: rgb(236,227,255); }
td.TdClassName
{
border-color: #ECE3FF;
}
.TagClassName
{
border-color: #ECE3FF;
}
</style>