Shades of Magnolia #ECE1FF
Tints of Magnolia #ECE1FF
RGB
CMYK
RGB Variations
Color information
#ECE1FF (or 0xECE1FF) is known color: Magnolia. HEX triplet: EC, E1 and FF. RGB value is (236,225,255). Sum of RGB (Red+Green+Blue) = 236+225+255=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FF is #131E00. Grayscale: #E7E7E7. Windows color (decimal): -1252865 or 16769516. OLE color: 16769516.
HSL color Cylindrical-coordinate representation of color #ECE1FF: hue angle of 262º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECE1FF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 225 | 255 | - |
| CMYK | 0.07 | 0.12 | 0 | 0 |
| HSL | 262º | 1% | 0.94% | - |
| HSV(B) | 262º | 0.12% | 1% | - |
| XYZ | 79.57 | 78.9 | 105.64 | - |
| YUV | 231.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 255 | 0.07 | 0.12 | 0 | 0 | 262 | 1 | 0.94 |
| Hex | EC | E1 | FF | 7 | C | 0 | 0 | 106 | 64 | 5E |
| Octal | 354 | 341 | 377 | 7 | 14 | 0 | 0 | 406 | 144 | 136 |
| Binary | 11101100 | 11100001 | 11111111 | 111 | 1100 | 0 | 0 | 100000110 | 1100100 | 1011110 |
Color Harmonies of #ECE1FF
Complementary color
Monochromatic Colors of #ECE1FF
Black with #ECE1FF
Text Example
Text Example
White with #ECE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1FF; }
p { color: rgb(236,225,255); }
H1.HeaderClassName
{
color: #ECE1FF;
}
.AnyTagClassName
{
color: #ECE1FF;
}
</style>
background-color css
<style>
a { background-color: #ECE1FF; }
a { background-color: rgb(236,225,255); }
div.DivClassName
{
background-color: #ECE1FF;
}
.BgClassName
{
background-color: #ECE1FF;
}
</style>
border-color css
<style>
span { border-color: #ECE1FF; }
span { border-color: rgb(236,225,255); }
td.TdClassName
{
border-color: #ECE1FF;
}
.TagClassName
{
border-color: #ECE1FF;
}
</style>