Shades of Magnolia #ECE6FA
Tints of Magnolia #ECE6FA
RGB
CMYK
RGB Variations
Color information
#ECE6FA (or 0xECE6FA) is known color: Magnolia. HEX triplet: EC, E6 and FA. RGB value is (236,230,250). Sum of RGB (Red+Green+Blue) = 236+230+250=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FA is #131905. Grayscale: #EAEAEA. Windows color (decimal): -1251590 or 16443116. OLE color: 16443116.
HSL color Cylindrical-coordinate representation of color #ECE6FA: hue angle of 258º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE6FA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 230 | 250 | - |
CMYK | 0.06 | 0.08 | 0 | 0.02 |
HSL | 258º | 0.67% | 0.94% | - |
HSV(B) | 258º | 0.08% | 0.98% | - |
XYZ | 80.14 | 81.33 | 101.92 | - |
YUV | 234.07 | 136.99 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 250 | 0.06 | 0.08 | 0 | 0.02 | 258 | 0.67 | 0.94 |
Hex | EC | E6 | FA | 6 | 8 | 0 | 2 | 102 | 43 | 5E |
Octal | 354 | 346 | 372 | 6 | 10 | 0 | 2 | 402 | 103 | 136 |
Binary | 11101100 | 11100110 | 11111010 | 110 | 1000 | 0 | 10 | 100000010 | 1000011 | 1011110 |
Color Harmonies of #ECE6FA
Complementary color
Monochromatic Colors of #ECE6FA
Black with #ECE6FA
Text Example
Text Example
White with #ECE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6FA; }
p { color: rgb(236,230,250); }
H1.HeaderClassName
{
color: #ECE6FA;
}
.AnyTagClassName
{
color: #ECE6FA;
}
</style>
background-color css
<style>
a { background-color: #ECE6FA; }
a { background-color: rgb(236,230,250); }
div.DivClassName
{
background-color: #ECE6FA;
}
.BgClassName
{
background-color: #ECE6FA;
}
</style>
border-color css
<style>
span { border-color: #ECE6FA; }
span { border-color: rgb(236,230,250); }
td.TdClassName
{
border-color: #ECE6FA;
}
.TagClassName
{
border-color: #ECE6FA;
}
</style>