Shades of Magnolia #ECEAF0
Tints of Magnolia #ECEAF0
RGB
CMYK
RGB Variations
Color information
#ECEAF0 (or 0xECEAF0) is known color: Magnolia. HEX triplet: EC, EA and F0. RGB value is (236,234,240). Sum of RGB (Red+Green+Blue) = 236+234+240=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF0 is #13150F. Grayscale: #EBEBEB. Windows color (decimal): -1250576 or 15788780. OLE color: 15788780.
HSL color Cylindrical-coordinate representation of color #ECEAF0: hue angle of 260º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEAF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 234 | 240 | - |
CMYK | 0.02 | 0.02 | 0 | 0.06 |
HSL | 260º | 0.17% | 0.93% | - |
HSV(B) | 260º | 0.02% | 0.94% | - |
XYZ | 79.74 | 82.97 | 94.25 | - |
YUV | 235.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 240 | 0.02 | 0.02 | 0 | 0.06 | 260 | 0.17 | 0.93 |
Hex | EC | EA | F0 | 2 | 2 | 0 | 6 | 104 | 11 | 5D |
Octal | 354 | 352 | 360 | 2 | 2 | 0 | 6 | 404 | 21 | 135 |
Binary | 11101100 | 11101010 | 11110000 | 10 | 10 | 0 | 110 | 100000100 | 10001 | 1011101 |
Color Harmonies of #ECEAF0
Complementary color
Monochromatic Colors of #ECEAF0
Black with #ECEAF0
Text Example
Text Example
White with #ECEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF0; }
p { color: rgb(236,234,240); }
H1.HeaderClassName
{
color: #ECEAF0;
}
.AnyTagClassName
{
color: #ECEAF0;
}
</style>
background-color css
<style>
a { background-color: #ECEAF0; }
a { background-color: rgb(236,234,240); }
div.DivClassName
{
background-color: #ECEAF0;
}
.BgClassName
{
background-color: #ECEAF0;
}
</style>
border-color css
<style>
span { border-color: #ECEAF0; }
span { border-color: rgb(236,234,240); }
td.TdClassName
{
border-color: #ECEAF0;
}
.TagClassName
{
border-color: #ECEAF0;
}
</style>