Shades of Magnolia #ECE7FB
Tints of Magnolia #ECE7FB
RGB
CMYK
RGB Variations
Color information
#ECE7FB (or 0xECE7FB) is known color: Magnolia. HEX triplet: EC, E7 and FB. RGB value is (236,231,251). Sum of RGB (Red+Green+Blue) = 236+231+251=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 231 (90.62% from 255 or 32.17% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FB is #131804. Grayscale: #EAEAEA. Windows color (decimal): -1251333 or 16508908. OLE color: 16508908.
HSL color Cylindrical-coordinate representation of color #ECE7FB: hue angle of 255º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE7FB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 231 | 251 | - |
CMYK | 0.06 | 0.08 | 0 | 0.02 |
HSL | 255º | 0.71% | 0.95% | - |
HSV(B) | 255º | 0.08% | 0.98% | - |
XYZ | 80.58 | 81.95 | 102.84 | - |
YUV | 234.78 | 137.16 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 251 | 0.06 | 0.08 | 0 | 0.02 | 255 | 0.71 | 0.95 |
Hex | EC | E7 | FB | 6 | 8 | 0 | 2 | FF | 47 | 5F |
Octal | 354 | 347 | 373 | 6 | 10 | 0 | 2 | 377 | 107 | 137 |
Binary | 11101100 | 11100111 | 11111011 | 110 | 1000 | 0 | 10 | 11111111 | 1000111 | 1011111 |
Color Harmonies of #ECE7FB
Complementary color
Monochromatic Colors of #ECE7FB
Black with #ECE7FB
Text Example
Text Example
White with #ECE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7FB; }
p { color: rgb(236,231,251); }
H1.HeaderClassName
{
color: #ECE7FB;
}
.AnyTagClassName
{
color: #ECE7FB;
}
</style>
background-color css
<style>
a { background-color: #ECE7FB; }
a { background-color: rgb(236,231,251); }
div.DivClassName
{
background-color: #ECE7FB;
}
.BgClassName
{
background-color: #ECE7FB;
}
</style>
border-color css
<style>
span { border-color: #ECE7FB; }
span { border-color: rgb(236,231,251); }
td.TdClassName
{
border-color: #ECE7FB;
}
.TagClassName
{
border-color: #ECE7FB;
}
</style>