Shades of Magnolia #ECE7F8
Tints of Magnolia #ECE7F8
RGB
CMYK
RGB Variations
Color information
#ECE7F8 (or 0xECE7F8) is known color: Magnolia. HEX triplet: EC, E7 and F8. RGB value is (236,231,248). Sum of RGB (Red+Green+Blue) = 236+231+248=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 248 (97.27% from 255 or 34.69% from 715); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECE7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7F8 is #131807. Grayscale: #EAEAEA. Windows color (decimal): -1251336 or 16312300. OLE color: 16312300.
HSL color Cylindrical-coordinate representation of color #ECE7F8: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE7F8 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 231 | 248 | - |
CMYK | 0.05 | 0.07 | 0 | 0.03 |
HSL | 257.65º | 0.55% | 0.94% | - |
HSV(B) | 257.65º | 0.07% | 0.97% | - |
XYZ | 80.11 | 81.76 | 100.37 | - |
YUV | 234.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 248 | 0.05 | 0.07 | 0 | 0.03 | 257.65 | 0.55 | 0.94 |
Hex | EC | E7 | F8 | 5 | 7 | 0 | 3 | 102 | 37 | 5E |
Octal | 354 | 347 | 370 | 5 | 7 | 0 | 3 | 402 | 67 | 136 |
Binary | 11101100 | 11100111 | 11111000 | 101 | 111 | 0 | 11 | 100000010 | 110111 | 1011110 |
Color Harmonies of #ECE7F8
Complementary color
Monochromatic Colors of #ECE7F8
Black with #ECE7F8
Text Example
Text Example
White with #ECE7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7F8; }
p { color: rgb(236,231,248); }
H1.HeaderClassName
{
color: #ECE7F8;
}
.AnyTagClassName
{
color: #ECE7F8;
}
</style>
background-color css
<style>
a { background-color: #ECE7F8; }
a { background-color: rgb(236,231,248); }
div.DivClassName
{
background-color: #ECE7F8;
}
.BgClassName
{
background-color: #ECE7F8;
}
</style>
border-color css
<style>
span { border-color: #ECE7F8; }
span { border-color: rgb(236,231,248); }
td.TdClassName
{
border-color: #ECE7F8;
}
.TagClassName
{
border-color: #ECE7F8;
}
</style>