Shades of Magnolia #ECE6FB
Tints of Magnolia #ECE6FB
RGB
CMYK
RGB Variations
Color information
#ECE6FB (or 0xECE6FB) is known color: Magnolia. HEX triplet: EC, E6 and FB. RGB value is (236,230,251). Sum of RGB (Red+Green+Blue) = 236+230+251=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 230 (90.23% from 255 or 32.08% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FB is #131904. Grayscale: #EAEAEA. Windows color (decimal): -1251589 or 16508652. OLE color: 16508652.
HSL color Cylindrical-coordinate representation of color #ECE6FB: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE6FB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 230 | 251 | - |
CMYK | 0.06 | 0.08 | 0 | 0.02 |
HSL | 257.14º | 0.72% | 0.94% | - |
HSV(B) | 257.14º | 0.08% | 0.98% | - |
XYZ | 80.3 | 81.39 | 102.74 | - |
YUV | 234.19 | 137.49 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 251 | 0.06 | 0.08 | 0 | 0.02 | 257.14 | 0.72 | 0.94 |
Hex | EC | E6 | FB | 6 | 8 | 0 | 2 | 101 | 48 | 5E |
Octal | 354 | 346 | 373 | 6 | 10 | 0 | 2 | 401 | 110 | 136 |
Binary | 11101100 | 11100110 | 11111011 | 110 | 1000 | 0 | 10 | 100000001 | 1001000 | 1011110 |
Color Harmonies of #ECE6FB
Complementary color
Monochromatic Colors of #ECE6FB
Black with #ECE6FB
Text Example
Text Example
White with #ECE6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6FB; }
p { color: rgb(236,230,251); }
H1.HeaderClassName
{
color: #ECE6FB;
}
.AnyTagClassName
{
color: #ECE6FB;
}
</style>
background-color css
<style>
a { background-color: #ECE6FB; }
a { background-color: rgb(236,230,251); }
div.DivClassName
{
background-color: #ECE6FB;
}
.BgClassName
{
background-color: #ECE6FB;
}
</style>
border-color css
<style>
span { border-color: #ECE6FB; }
span { border-color: rgb(236,230,251); }
td.TdClassName
{
border-color: #ECE6FB;
}
.TagClassName
{
border-color: #ECE6FB;
}
</style>