Shades of Magnolia #ECE1FB
Tints of Magnolia #ECE1FB
RGB
CMYK
RGB Variations
Color information
#ECE1FB (or 0xECE1FB) is known color: Magnolia. HEX triplet: EC, E1 and FB. RGB value is (236,225,251). Sum of RGB (Red+Green+Blue) = 236+225+251=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECE1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1FB is #131E04. Grayscale: #E7E7E7. Windows color (decimal): -1252869 or 16507372. OLE color: 16507372.
HSL color Cylindrical-coordinate representation of color #ECE1FB: hue angle of 265.38º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE1FB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 225 | 251 | - |
CMYK | 0.06 | 0.10 | 0 | 0.02 |
HSL | 265.38º | 0.76% | 0.93% | - |
HSV(B) | 265.38º | 0.1% | 0.98% | - |
XYZ | 78.93 | 78.65 | 102.29 | - |
YUV | 231.25 | 139.14 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 251 | 0.06 | 0.10 | 0 | 0.02 | 265.38 | 0.76 | 0.93 |
Hex | EC | E1 | FB | 6 | A | 0 | 2 | 109 | 4C | 5D |
Octal | 354 | 341 | 373 | 6 | 12 | 0 | 2 | 411 | 114 | 135 |
Binary | 11101100 | 11100001 | 11111011 | 110 | 1010 | 0 | 10 | 100001001 | 1001100 | 1011101 |
Color Harmonies of #ECE1FB
Complementary color
Monochromatic Colors of #ECE1FB
Black with #ECE1FB
Text Example
Text Example
White with #ECE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1FB; }
p { color: rgb(236,225,251); }
H1.HeaderClassName
{
color: #ECE1FB;
}
.AnyTagClassName
{
color: #ECE1FB;
}
</style>
background-color css
<style>
a { background-color: #ECE1FB; }
a { background-color: rgb(236,225,251); }
div.DivClassName
{
background-color: #ECE1FB;
}
.BgClassName
{
background-color: #ECE1FB;
}
</style>
border-color css
<style>
span { border-color: #ECE1FB; }
span { border-color: rgb(236,225,251); }
td.TdClassName
{
border-color: #ECE1FB;
}
.TagClassName
{
border-color: #ECE1FB;
}
</style>