Shades of Magnolia #ECE5FB
Tints of Magnolia #ECE5FB
RGB
CMYK
RGB Variations
Color information
#ECE5FB (or 0xECE5FB) is known color: Magnolia. HEX triplet: EC, E5 and FB. RGB value is (236,229,251). Sum of RGB (Red+Green+Blue) = 236+229+251=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FB is #131A04. Grayscale: #E9E9E9. Windows color (decimal): -1251845 or 16508396. OLE color: 16508396.
HSL color Cylindrical-coordinate representation of color #ECE5FB: hue angle of 259.09º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE5FB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 229 | 251 | - |
CMYK | 0.06 | 0.09 | 0 | 0.02 |
HSL | 259.09º | 0.73% | 0.94% | - |
HSV(B) | 259.09º | 0.09% | 0.98% | - |
XYZ | 80.02 | 80.84 | 102.65 | - |
YUV | 233.6 | 137.82 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 251 | 0.06 | 0.09 | 0 | 0.02 | 259.09 | 0.73 | 0.94 |
Hex | EC | E5 | FB | 6 | 9 | 0 | 2 | 103 | 49 | 5E |
Octal | 354 | 345 | 373 | 6 | 11 | 0 | 2 | 403 | 111 | 136 |
Binary | 11101100 | 11100101 | 11111011 | 110 | 1001 | 0 | 10 | 100000011 | 1001001 | 1011110 |
Color Harmonies of #ECE5FB
Complementary color
Monochromatic Colors of #ECE5FB
Black with #ECE5FB
Text Example
Text Example
White with #ECE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5FB; }
p { color: rgb(236,229,251); }
H1.HeaderClassName
{
color: #ECE5FB;
}
.AnyTagClassName
{
color: #ECE5FB;
}
</style>
background-color css
<style>
a { background-color: #ECE5FB; }
a { background-color: rgb(236,229,251); }
div.DivClassName
{
background-color: #ECE5FB;
}
.BgClassName
{
background-color: #ECE5FB;
}
</style>
border-color css
<style>
span { border-color: #ECE5FB; }
span { border-color: rgb(236,229,251); }
td.TdClassName
{
border-color: #ECE5FB;
}
.TagClassName
{
border-color: #ECE5FB;
}
</style>