Shades of Magnolia #ECE6F4
Tints of Magnolia #ECE6F4
RGB
CMYK
RGB Variations
Color information
#ECE6F4 (or 0xECE6F4) is known color: Magnolia. HEX triplet: EC, E6 and F4. RGB value is (236,230,244). Sum of RGB (Red+Green+Blue) = 236+230+244=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECE6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6F4 is #13190B. Grayscale: #E9E9E9. Windows color (decimal): -1251596 or 16049900. OLE color: 16049900.
HSL color Cylindrical-coordinate representation of color #ECE6F4: hue angle of 265.71º degrees, saturation: 0.39, 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 #ECE6F4 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 230 | 244 | - |
CMYK | 0.03 | 0.06 | 0 | 0.04 |
HSL | 265.71º | 0.39% | 0.93% | - |
HSV(B) | 265.71º | 0.06% | 0.96% | - |
XYZ | 79.22 | 80.96 | 97.04 | - |
YUV | 233.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 244 | 0.03 | 0.06 | 0 | 0.04 | 265.71 | 0.39 | 0.93 |
Hex | EC | E6 | F4 | 3 | 6 | 0 | 4 | 10A | 27 | 5D |
Octal | 354 | 346 | 364 | 3 | 6 | 0 | 4 | 412 | 47 | 135 |
Binary | 11101100 | 11100110 | 11110100 | 11 | 110 | 0 | 100 | 100001010 | 100111 | 1011101 |
Color Harmonies of #ECE6F4
Complementary color
Monochromatic Colors of #ECE6F4
Black with #ECE6F4
Text Example
Text Example
White with #ECE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6F4; }
p { color: rgb(236,230,244); }
H1.HeaderClassName
{
color: #ECE6F4;
}
.AnyTagClassName
{
color: #ECE6F4;
}
</style>
background-color css
<style>
a { background-color: #ECE6F4; }
a { background-color: rgb(236,230,244); }
div.DivClassName
{
background-color: #ECE6F4;
}
.BgClassName
{
background-color: #ECE6F4;
}
</style>
border-color css
<style>
span { border-color: #ECE6F4; }
span { border-color: rgb(236,230,244); }
td.TdClassName
{
border-color: #ECE6F4;
}
.TagClassName
{
border-color: #ECE6F4;
}
</style>