Shades of Magnolia #ECE4F6
Tints of Magnolia #ECE4F6
RGB
CMYK
RGB Variations
Color information
#ECE4F6 (or 0xECE4F6) is known color: Magnolia. HEX triplet: EC, E4 and F6. RGB value is (236,228,246). Sum of RGB (Red+Green+Blue) = 236+228+246=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 246 (96.48% from 255 or 34.65% from 710); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECE4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE4F6 is #131B09. Grayscale: #E8E8E8. Windows color (decimal): -1252106 or 16180460. OLE color: 16180460.
HSL color Cylindrical-coordinate representation of color #ECE4F6: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE4F6 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 228 | 246 | - |
CMYK | 0.04 | 0.07 | 0 | 0.04 |
HSL | 266.67º | 0.5% | 0.93% | - |
HSV(B) | 266.67º | 0.07% | 0.96% | - |
XYZ | 78.97 | 79.97 | 98.46 | - |
YUV | 232.44 | 135.65 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 246 | 0.04 | 0.07 | 0 | 0.04 | 266.67 | 0.5 | 0.93 |
Hex | EC | E4 | F6 | 4 | 7 | 0 | 4 | 10B | 32 | 5D |
Octal | 354 | 344 | 366 | 4 | 7 | 0 | 4 | 413 | 62 | 135 |
Binary | 11101100 | 11100100 | 11110110 | 100 | 111 | 0 | 100 | 100001011 | 110010 | 1011101 |
Color Harmonies of #ECE4F6
Complementary color
Monochromatic Colors of #ECE4F6
Black with #ECE4F6
Text Example
Text Example
White with #ECE4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4F6; }
p { color: rgb(236,228,246); }
H1.HeaderClassName
{
color: #ECE4F6;
}
.AnyTagClassName
{
color: #ECE4F6;
}
</style>
background-color css
<style>
a { background-color: #ECE4F6; }
a { background-color: rgb(236,228,246); }
div.DivClassName
{
background-color: #ECE4F6;
}
.BgClassName
{
background-color: #ECE4F6;
}
</style>
border-color css
<style>
span { border-color: #ECE4F6; }
span { border-color: rgb(236,228,246); }
td.TdClassName
{
border-color: #ECE4F6;
}
.TagClassName
{
border-color: #ECE4F6;
}
</style>