Shades of Magnolia #ECE3FA
Tints of Magnolia #ECE3FA
RGB
CMYK
RGB Variations
Color information
#ECE3FA (or 0xECE3FA) is known color: Magnolia. HEX triplet: EC, E3 and FA. RGB value is (236,227,250). Sum of RGB (Red+Green+Blue) = 236+227+250=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 227 (89.06% from 255 or 31.84% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FA is #131C05. Grayscale: #E8E8E8. Windows color (decimal): -1252358 or 16442348. OLE color: 16442348.
HSL color Cylindrical-coordinate representation of color #ECE3FA: hue angle of 263.48º degrees, saturation: 0.7, 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 #ECE3FA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 227 | 250 | - |
CMYK | 0.06 | 0.09 | 0 | 0.02 |
HSL | 263.48º | 0.7% | 0.94% | - |
HSV(B) | 263.48º | 0.09% | 0.98% | - |
XYZ | 79.32 | 79.67 | 101.64 | - |
YUV | 232.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 250 | 0.06 | 0.09 | 0 | 0.02 | 263.48 | 0.7 | 0.94 |
Hex | EC | E3 | FA | 6 | 9 | 0 | 2 | 107 | 46 | 5E |
Octal | 354 | 343 | 372 | 6 | 11 | 0 | 2 | 407 | 106 | 136 |
Binary | 11101100 | 11100011 | 11111010 | 110 | 1001 | 0 | 10 | 100000111 | 1000110 | 1011110 |
Color Harmonies of #ECE3FA
Complementary color
Monochromatic Colors of #ECE3FA
Black with #ECE3FA
Text Example
Text Example
White with #ECE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3FA; }
p { color: rgb(236,227,250); }
H1.HeaderClassName
{
color: #ECE3FA;
}
.AnyTagClassName
{
color: #ECE3FA;
}
</style>
background-color css
<style>
a { background-color: #ECE3FA; }
a { background-color: rgb(236,227,250); }
div.DivClassName
{
background-color: #ECE3FA;
}
.BgClassName
{
background-color: #ECE3FA;
}
</style>
border-color css
<style>
span { border-color: #ECE3FA; }
span { border-color: rgb(236,227,250); }
td.TdClassName
{
border-color: #ECE3FA;
}
.TagClassName
{
border-color: #ECE3FA;
}
</style>