Shades of Magnolia #ECE5F8
Tints of Magnolia #ECE5F8
RGB
CMYK
RGB Variations
Color information
#ECE5F8 (or 0xECE5F8) is known color: Magnolia. HEX triplet: EC, E5 and F8. RGB value is (236,229,248). Sum of RGB (Red+Green+Blue) = 236+229+248=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5F8 is #131A07. Grayscale: #E9E9E9. Windows color (decimal): -1251848 or 16311788. OLE color: 16311788.
HSL color Cylindrical-coordinate representation of color #ECE5F8: hue angle of 262.11º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE5F8 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 229 | 248 | - |
CMYK | 0.05 | 0.08 | 0 | 0.03 |
HSL | 262.11º | 0.58% | 0.94% | - |
HSV(B) | 262.11º | 0.08% | 0.97% | - |
XYZ | 79.55 | 80.65 | 100.18 | - |
YUV | 233.26 | 136.32 | 129.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 248 | 0.05 | 0.08 | 0 | 0.03 | 262.11 | 0.58 | 0.94 |
Hex | EC | E5 | F8 | 5 | 8 | 0 | 3 | 106 | 3A | 5E |
Octal | 354 | 345 | 370 | 5 | 10 | 0 | 3 | 406 | 72 | 136 |
Binary | 11101100 | 11100101 | 11111000 | 101 | 1000 | 0 | 11 | 100000110 | 111010 | 1011110 |
Color Harmonies of #ECE5F8
Complementary color
Monochromatic Colors of #ECE5F8
Black with #ECE5F8
Text Example
Text Example
White with #ECE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5F8; }
p { color: rgb(236,229,248); }
H1.HeaderClassName
{
color: #ECE5F8;
}
.AnyTagClassName
{
color: #ECE5F8;
}
</style>
background-color css
<style>
a { background-color: #ECE5F8; }
a { background-color: rgb(236,229,248); }
div.DivClassName
{
background-color: #ECE5F8;
}
.BgClassName
{
background-color: #ECE5F8;
}
</style>
border-color css
<style>
span { border-color: #ECE5F8; }
span { border-color: rgb(236,229,248); }
td.TdClassName
{
border-color: #ECE5F8;
}
.TagClassName
{
border-color: #ECE5F8;
}
</style>