Shades of Magnolia #ECE5FE
Tints of Magnolia #ECE5FE
RGB
CMYK
RGB Variations
Color information
#ECE5FE (or 0xECE5FE) is known color: Magnolia. HEX triplet: EC, E5 and FE. RGB value is (236,229,254). Sum of RGB (Red+Green+Blue) = 236+229+254=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FE is #131A01. Grayscale: #E9E9E9. Windows color (decimal): -1251842 or 16705004. OLE color: 16705004.
HSL color Cylindrical-coordinate representation of color #ECE5FE: hue angle of 256.8º 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 #ECE5FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 229 | 254 | - |
CMYK | 0.07 | 0.10 | 0 | 0.00 |
HSL | 256.8º | 0.93% | 0.95% | - |
HSV(B) | 256.8º | 0.1% | 1% | - |
XYZ | 80.5 | 81.03 | 105.16 | - |
YUV | 233.94 | 139.32 | 129.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 254 | 0.07 | 0.10 | 0 | 0.00 | 256.8 | 0.93 | 0.95 |
Hex | EC | E5 | FE | 7 | A | 0 | 0 | 101 | 5D | 5F |
Octal | 354 | 345 | 376 | 7 | 12 | 0 | 0 | 401 | 135 | 137 |
Binary | 11101100 | 11100101 | 11111110 | 111 | 1010 | 0 | 0 | 100000001 | 1011101 | 1011111 |
Color Harmonies of #ECE5FE
Complementary color
Monochromatic Colors of #ECE5FE
Black with #ECE5FE
Text Example
Text Example
White with #ECE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5FE; }
p { color: rgb(236,229,254); }
H1.HeaderClassName
{
color: #ECE5FE;
}
.AnyTagClassName
{
color: #ECE5FE;
}
</style>
background-color css
<style>
a { background-color: #ECE5FE; }
a { background-color: rgb(236,229,254); }
div.DivClassName
{
background-color: #ECE5FE;
}
.BgClassName
{
background-color: #ECE5FE;
}
</style>
border-color css
<style>
span { border-color: #ECE5FE; }
span { border-color: rgb(236,229,254); }
td.TdClassName
{
border-color: #ECE5FE;
}
.TagClassName
{
border-color: #ECE5FE;
}
</style>