Shades of Magnolia #ECE4FB
Tints of Magnolia #ECE4FB
RGB
CMYK
RGB Variations
Color information
#ECE4FB (or 0xECE4FB) is known color: Magnolia. HEX triplet: EC, E4 and FB. RGB value is (236,228,251). Sum of RGB (Red+Green+Blue) = 236+228+251=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4FB is #131B04. Grayscale: #E8E8E8. Windows color (decimal): -1252101 or 16508140. OLE color: 16508140.
HSL color Cylindrical-coordinate representation of color #ECE4FB: hue angle of 260.87º degrees, saturation: 0.74, 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 #ECE4FB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 228 | 251 | - |
CMYK | 0.06 | 0.09 | 0 | 0.02 |
HSL | 260.87º | 0.74% | 0.94% | - |
HSV(B) | 260.87º | 0.09% | 0.98% | - |
XYZ | 79.75 | 80.28 | 102.56 | - |
YUV | 233.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 251 | 0.06 | 0.09 | 0 | 0.02 | 260.87 | 0.74 | 0.94 |
Hex | EC | E4 | FB | 6 | 9 | 0 | 2 | 105 | 4A | 5E |
Octal | 354 | 344 | 373 | 6 | 11 | 0 | 2 | 405 | 112 | 136 |
Binary | 11101100 | 11100100 | 11111011 | 110 | 1001 | 0 | 10 | 100000101 | 1001010 | 1011110 |
Color Harmonies of #ECE4FB
Complementary color
Monochromatic Colors of #ECE4FB
Black with #ECE4FB
Text Example
Text Example
White with #ECE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4FB; }
p { color: rgb(236,228,251); }
H1.HeaderClassName
{
color: #ECE4FB;
}
.AnyTagClassName
{
color: #ECE4FB;
}
</style>
background-color css
<style>
a { background-color: #ECE4FB; }
a { background-color: rgb(236,228,251); }
div.DivClassName
{
background-color: #ECE4FB;
}
.BgClassName
{
background-color: #ECE4FB;
}
</style>
border-color css
<style>
span { border-color: #ECE4FB; }
span { border-color: rgb(236,228,251); }
td.TdClassName
{
border-color: #ECE4FB;
}
.TagClassName
{
border-color: #ECE4FB;
}
</style>