Shades of Magnolia #ECE6FE
Tints of Magnolia #ECE6FE
RGB
CMYK
RGB Variations
Color information
#ECE6FE (or 0xECE6FE) is known color: Magnolia. HEX triplet: EC, E6 and FE. RGB value is (236,230,254). Sum of RGB (Red+Green+Blue) = 236+230+254=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FE is #131901. Grayscale: #EAEAEA. Windows color (decimal): -1251586 or 16705260. OLE color: 16705260.
HSL color Cylindrical-coordinate representation of color #ECE6FE: hue angle of 255º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE6FE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 230 | 254 | - |
CMYK | 0.07 | 0.09 | 0 | 0.00 |
HSL | 255º | 0.92% | 0.95% | - |
HSV(B) | 255º | 0.09% | 1% | - |
XYZ | 80.78 | 81.58 | 105.26 | - |
YUV | 234.53 | 138.99 | 129.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 254 | 0.07 | 0.09 | 0 | 0.00 | 255 | 0.92 | 0.95 |
Hex | EC | E6 | FE | 7 | 9 | 0 | 0 | FF | 5C | 5F |
Octal | 354 | 346 | 376 | 7 | 11 | 0 | 0 | 377 | 134 | 137 |
Binary | 11101100 | 11100110 | 11111110 | 111 | 1001 | 0 | 0 | 11111111 | 1011100 | 1011111 |
Color Harmonies of #ECE6FE
Complementary color
Monochromatic Colors of #ECE6FE
Black with #ECE6FE
Text Example
Text Example
White with #ECE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6FE; }
p { color: rgb(236,230,254); }
H1.HeaderClassName
{
color: #ECE6FE;
}
.AnyTagClassName
{
color: #ECE6FE;
}
</style>
background-color css
<style>
a { background-color: #ECE6FE; }
a { background-color: rgb(236,230,254); }
div.DivClassName
{
background-color: #ECE6FE;
}
.BgClassName
{
background-color: #ECE6FE;
}
</style>
border-color css
<style>
span { border-color: #ECE6FE; }
span { border-color: rgb(236,230,254); }
td.TdClassName
{
border-color: #ECE6FE;
}
.TagClassName
{
border-color: #ECE6FE;
}
</style>