Shades of Magnolia #ECE3F8
Tints of Magnolia #ECE3F8
RGB
CMYK
RGB Variations
Color information
#ECE3F8 (or 0xECE3F8) is known color: Magnolia. HEX triplet: EC, E3 and F8. RGB value is (236,227,248). Sum of RGB (Red+Green+Blue) = 236+227+248=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECE3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3F8 is #131C07. Grayscale: #E8E8E8. Windows color (decimal): -1252360 or 16311276. OLE color: 16311276.
HSL color Cylindrical-coordinate representation of color #ECE3F8: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE3F8 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 227 | 248 | - |
CMYK | 0.05 | 0.08 | 0 | 0.03 |
HSL | 265.71º | 0.6% | 0.93% | - |
HSV(B) | 265.71º | 0.08% | 0.97% | - |
XYZ | 79 | 79.55 | 100 | - |
YUV | 232.09 | 136.98 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 248 | 0.05 | 0.08 | 0 | 0.03 | 265.71 | 0.6 | 0.93 |
Hex | EC | E3 | F8 | 5 | 8 | 0 | 3 | 10A | 3C | 5D |
Octal | 354 | 343 | 370 | 5 | 10 | 0 | 3 | 412 | 74 | 135 |
Binary | 11101100 | 11100011 | 11111000 | 101 | 1000 | 0 | 11 | 100001010 | 111100 | 1011101 |
Color Harmonies of #ECE3F8
Complementary color
Monochromatic Colors of #ECE3F8
Black with #ECE3F8
Text Example
Text Example
White with #ECE3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3F8; }
p { color: rgb(236,227,248); }
H1.HeaderClassName
{
color: #ECE3F8;
}
.AnyTagClassName
{
color: #ECE3F8;
}
</style>
background-color css
<style>
a { background-color: #ECE3F8; }
a { background-color: rgb(236,227,248); }
div.DivClassName
{
background-color: #ECE3F8;
}
.BgClassName
{
background-color: #ECE3F8;
}
</style>
border-color css
<style>
span { border-color: #ECE3F8; }
span { border-color: rgb(236,227,248); }
td.TdClassName
{
border-color: #ECE3F8;
}
.TagClassName
{
border-color: #ECE3F8;
}
</style>