Shades of Magnolia #ECEAEF
Tints of Magnolia #ECEAEF
RGB
CMYK
RGB Variations
Color information
#ECEAEF (or 0xECEAEF) is known color: Magnolia. HEX triplet: EC, EA and EF. RGB value is (236,234,239). Sum of RGB (Red+Green+Blue) = 236+234+239=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAEF is #131510. Grayscale: #EBEBEB. Windows color (decimal): -1250577 or 15723244. OLE color: 15723244.
HSL color Cylindrical-coordinate representation of color #ECEAEF: hue angle of 264º degrees, saturation: 0.14, 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 #ECEAEF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 234 | 239 | - |
CMYK | 0.01 | 0.02 | 0 | 0.06 |
HSL | 264º | 0.14% | 0.93% | - |
HSV(B) | 264º | 0.02% | 0.94% | - |
XYZ | 79.59 | 82.91 | 93.47 | - |
YUV | 235.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 239 | 0.01 | 0.02 | 0 | 0.06 | 264 | 0.14 | 0.93 |
Hex | EC | EA | EF | 1 | 2 | 0 | 6 | 108 | E | 5D |
Octal | 354 | 352 | 357 | 1 | 2 | 0 | 6 | 410 | 16 | 135 |
Binary | 11101100 | 11101010 | 11101111 | 1 | 10 | 0 | 110 | 100001000 | 1110 | 1011101 |
Color Harmonies of #ECEAEF
Complementary color
Monochromatic Colors of #ECEAEF
Black with #ECEAEF
Text Example
Text Example
White with #ECEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAEF; }
p { color: rgb(236,234,239); }
H1.HeaderClassName
{
color: #ECEAEF;
}
.AnyTagClassName
{
color: #ECEAEF;
}
</style>
background-color css
<style>
a { background-color: #ECEAEF; }
a { background-color: rgb(236,234,239); }
div.DivClassName
{
background-color: #ECEAEF;
}
.BgClassName
{
background-color: #ECEAEF;
}
</style>
border-color css
<style>
span { border-color: #ECEAEF; }
span { border-color: rgb(236,234,239); }
td.TdClassName
{
border-color: #ECEAEF;
}
.TagClassName
{
border-color: #ECEAEF;
}
</style>