Shades of Magnolia #ECE2F9
Tints of Magnolia #ECE2F9
RGB
CMYK
RGB Variations
Color information
#ECE2F9 (or 0xECE2F9) is known color: Magnolia. HEX triplet: EC, E2 and F9. RGB value is (236,226,249). Sum of RGB (Red+Green+Blue) = 236+226+249=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECE2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2F9 is #131D06. Grayscale: #E7E7E7. Windows color (decimal): -1252615 or 16376556. OLE color: 16376556.
HSL color Cylindrical-coordinate representation of color #ECE2F9: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE2F9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 226 | 249 | - |
CMYK | 0.05 | 0.09 | 0 | 0.02 |
HSL | 266.09º | 0.66% | 0.93% | - |
HSV(B) | 266.09º | 0.09% | 0.98% | - |
XYZ | 78.89 | 79.07 | 100.73 | - |
YUV | 231.61 | 137.81 | 131.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 249 | 0.05 | 0.09 | 0 | 0.02 | 266.09 | 0.66 | 0.93 |
Hex | EC | E2 | F9 | 5 | 9 | 0 | 2 | 10A | 42 | 5D |
Octal | 354 | 342 | 371 | 5 | 11 | 0 | 2 | 412 | 102 | 135 |
Binary | 11101100 | 11100010 | 11111001 | 101 | 1001 | 0 | 10 | 100001010 | 1000010 | 1011101 |
Color Harmonies of #ECE2F9
Complementary color
Monochromatic Colors of #ECE2F9
Black with #ECE2F9
Text Example
Text Example
White with #ECE2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2F9; }
p { color: rgb(236,226,249); }
H1.HeaderClassName
{
color: #ECE2F9;
}
.AnyTagClassName
{
color: #ECE2F9;
}
</style>
background-color css
<style>
a { background-color: #ECE2F9; }
a { background-color: rgb(236,226,249); }
div.DivClassName
{
background-color: #ECE2F9;
}
.BgClassName
{
background-color: #ECE2F9;
}
</style>
border-color css
<style>
span { border-color: #ECE2F9; }
span { border-color: rgb(236,226,249); }
td.TdClassName
{
border-color: #ECE2F9;
}
.TagClassName
{
border-color: #ECE2F9;
}
</style>