Shades of Magnolia #ECE9F1
Tints of Magnolia #ECE9F1
RGB
CMYK
RGB Variations
Color information
#ECE9F1 (or 0xECE9F1) is known color: Magnolia. HEX triplet: EC, E9 and F1. RGB value is (236,233,241). Sum of RGB (Red+Green+Blue) = 236+233+241=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9F1 is #13160E. Grayscale: #EAEAEA. Windows color (decimal): -1250831 or 15854060. OLE color: 15854060.
HSL color Cylindrical-coordinate representation of color #ECE9F1: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE9F1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 233 | 241 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 262.5º | 0.22% | 0.93% | - |
HSV(B) | 262.5º | 0.03% | 0.95% | - |
XYZ | 79.61 | 82.46 | 94.94 | - |
YUV | 234.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 241 | 0.02 | 0.03 | 0 | 0.05 | 262.5 | 0.22 | 0.93 |
Hex | EC | E9 | F1 | 2 | 3 | 0 | 5 | 106 | 16 | 5D |
Octal | 354 | 351 | 361 | 2 | 3 | 0 | 5 | 406 | 26 | 135 |
Binary | 11101100 | 11101001 | 11110001 | 10 | 11 | 0 | 101 | 100000110 | 10110 | 1011101 |
Color Harmonies of #ECE9F1
Complementary color
Monochromatic Colors of #ECE9F1
Black with #ECE9F1
Text Example
Text Example
White with #ECE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9F1; }
p { color: rgb(236,233,241); }
H1.HeaderClassName
{
color: #ECE9F1;
}
.AnyTagClassName
{
color: #ECE9F1;
}
</style>
background-color css
<style>
a { background-color: #ECE9F1; }
a { background-color: rgb(236,233,241); }
div.DivClassName
{
background-color: #ECE9F1;
}
.BgClassName
{
background-color: #ECE9F1;
}
</style>
border-color css
<style>
span { border-color: #ECE9F1; }
span { border-color: rgb(236,233,241); }
td.TdClassName
{
border-color: #ECE9F1;
}
.TagClassName
{
border-color: #ECE9F1;
}
</style>