Shades of Magnolia #ECEAF1
Tints of Magnolia #ECEAF1
RGB
CMYK
RGB Variations
Color information
#ECEAF1 (or 0xECEAF1) is known color: Magnolia. HEX triplet: EC, EA and F1. RGB value is (236,234,241). Sum of RGB (Red+Green+Blue) = 236+234+241=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF1 is #13150E. Grayscale: #EBEBEB. Windows color (decimal): -1250575 or 15854316. OLE color: 15854316.
HSL color Cylindrical-coordinate representation of color #ECEAF1: hue angle of 257.14º degrees, saturation: 0.2, 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 #ECEAF1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 234 | 241 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 257.14º | 0.2% | 0.93% | - |
HSV(B) | 257.14º | 0.03% | 0.95% | - |
XYZ | 79.89 | 83.03 | 95.03 | - |
YUV | 235.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 241 | 0.02 | 0.03 | 0 | 0.05 | 257.14 | 0.2 | 0.93 |
Hex | EC | EA | F1 | 2 | 3 | 0 | 5 | 101 | 14 | 5D |
Octal | 354 | 352 | 361 | 2 | 3 | 0 | 5 | 401 | 24 | 135 |
Binary | 11101100 | 11101010 | 11110001 | 10 | 11 | 0 | 101 | 100000001 | 10100 | 1011101 |
Color Harmonies of #ECEAF1
Complementary color
Monochromatic Colors of #ECEAF1
Black with #ECEAF1
Text Example
Text Example
White with #ECEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF1; }
p { color: rgb(236,234,241); }
H1.HeaderClassName
{
color: #ECEAF1;
}
.AnyTagClassName
{
color: #ECEAF1;
}
</style>
background-color css
<style>
a { background-color: #ECEAF1; }
a { background-color: rgb(236,234,241); }
div.DivClassName
{
background-color: #ECEAF1;
}
.BgClassName
{
background-color: #ECEAF1;
}
</style>
border-color css
<style>
span { border-color: #ECEAF1; }
span { border-color: rgb(236,234,241); }
td.TdClassName
{
border-color: #ECEAF1;
}
.TagClassName
{
border-color: #ECEAF1;
}
</style>