Shades of Magnolia #ECE6F5
Tints of Magnolia #ECE6F5
RGB
CMYK
RGB Variations
Color information
#ECE6F5 (or 0xECE6F5) is known color: Magnolia. HEX triplet: EC, E6 and F5. RGB value is (236,230,245). Sum of RGB (Red+Green+Blue) = 236+230+245=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECE6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6F5 is #13190A. Grayscale: #E9E9E9. Windows color (decimal): -1251595 or 16115436. OLE color: 16115436.
HSL color Cylindrical-coordinate representation of color #ECE6F5: hue angle of 264º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE6F5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 230 | 245 | - |
CMYK | 0.04 | 0.06 | 0 | 0.04 |
HSL | 264º | 0.43% | 0.93% | - |
HSV(B) | 264º | 0.06% | 0.96% | - |
XYZ | 79.37 | 81.02 | 97.84 | - |
YUV | 233.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 245 | 0.04 | 0.06 | 0 | 0.04 | 264 | 0.43 | 0.93 |
Hex | EC | E6 | F5 | 4 | 6 | 0 | 4 | 108 | 2B | 5D |
Octal | 354 | 346 | 365 | 4 | 6 | 0 | 4 | 410 | 53 | 135 |
Binary | 11101100 | 11100110 | 11110101 | 100 | 110 | 0 | 100 | 100001000 | 101011 | 1011101 |
Color Harmonies of #ECE6F5
Complementary color
Monochromatic Colors of #ECE6F5
Black with #ECE6F5
Text Example
Text Example
White with #ECE6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6F5; }
p { color: rgb(236,230,245); }
H1.HeaderClassName
{
color: #ECE6F5;
}
.AnyTagClassName
{
color: #ECE6F5;
}
</style>
background-color css
<style>
a { background-color: #ECE6F5; }
a { background-color: rgb(236,230,245); }
div.DivClassName
{
background-color: #ECE6F5;
}
.BgClassName
{
background-color: #ECE6F5;
}
</style>
border-color css
<style>
span { border-color: #ECE6F5; }
span { border-color: rgb(236,230,245); }
td.TdClassName
{
border-color: #ECE6F5;
}
.TagClassName
{
border-color: #ECE6F5;
}
</style>