Shades of Magnolia #ECEAF2
Tints of Magnolia #ECEAF2
RGB
CMYK
RGB Variations
Color information
#ECEAF2 (or 0xECEAF2) is known color: Magnolia. HEX triplet: EC, EA and F2. RGB value is (236,234,242). Sum of RGB (Red+Green+Blue) = 236+234+242=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF2 is #13150D. Grayscale: #EBEBEB. Windows color (decimal): -1250574 or 15919852. OLE color: 15919852.
HSL color Cylindrical-coordinate representation of color #ECEAF2: hue angle of 255º degrees, saturation: 0.24, 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 #ECEAF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 234 | 242 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 255º | 0.24% | 0.93% | - |
HSV(B) | 255º | 0.03% | 0.95% | - |
XYZ | 80.04 | 83.09 | 95.82 | - |
YUV | 235.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 242 | 0.02 | 0.03 | 0 | 0.05 | 255 | 0.24 | 0.93 |
Hex | EC | EA | F2 | 2 | 3 | 0 | 5 | FF | 18 | 5D |
Octal | 354 | 352 | 362 | 2 | 3 | 0 | 5 | 377 | 30 | 135 |
Binary | 11101100 | 11101010 | 11110010 | 10 | 11 | 0 | 101 | 11111111 | 11000 | 1011101 |
Color Harmonies of #ECEAF2
Complementary color
Monochromatic Colors of #ECEAF2
Black with #ECEAF2
Text Example
Text Example
White with #ECEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF2; }
p { color: rgb(236,234,242); }
H1.HeaderClassName
{
color: #ECEAF2;
}
.AnyTagClassName
{
color: #ECEAF2;
}
</style>
background-color css
<style>
a { background-color: #ECEAF2; }
a { background-color: rgb(236,234,242); }
div.DivClassName
{
background-color: #ECEAF2;
}
.BgClassName
{
background-color: #ECEAF2;
}
</style>
border-color css
<style>
span { border-color: #ECEAF2; }
span { border-color: rgb(236,234,242); }
td.TdClassName
{
border-color: #ECEAF2;
}
.TagClassName
{
border-color: #ECEAF2;
}
</style>