Shades of Magnolia #ECE7FC
Tints of Magnolia #ECE7FC
RGB
CMYK
RGB Variations
Color information
#ECE7FC (or 0xECE7FC) is known color: Magnolia. HEX triplet: EC, E7 and FC. RGB value is (236,231,252). Sum of RGB (Red+Green+Blue) = 236+231+252=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FC is #131803. Grayscale: #EAEAEA. Windows color (decimal): -1251332 or 16574444. OLE color: 16574444.
HSL color Cylindrical-coordinate representation of color #ECE7FC: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE7FC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 231 | 252 | - |
CMYK | 0.06 | 0.08 | 0 | 0.01 |
HSL | 254.29º | 0.78% | 0.95% | - |
HSV(B) | 254.29º | 0.08% | 0.99% | - |
XYZ | 80.74 | 82.01 | 103.67 | - |
YUV | 234.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 252 | 0.06 | 0.08 | 0 | 0.01 | 254.29 | 0.78 | 0.95 |
Hex | EC | E7 | FC | 6 | 8 | 0 | 1 | FE | 4E | 5F |
Octal | 354 | 347 | 374 | 6 | 10 | 0 | 1 | 376 | 116 | 137 |
Binary | 11101100 | 11100111 | 11111100 | 110 | 1000 | 0 | 1 | 11111110 | 1001110 | 1011111 |
Color Harmonies of #ECE7FC
Complementary color
Monochromatic Colors of #ECE7FC
Black with #ECE7FC
Text Example
Text Example
White with #ECE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7FC; }
p { color: rgb(236,231,252); }
H1.HeaderClassName
{
color: #ECE7FC;
}
.AnyTagClassName
{
color: #ECE7FC;
}
</style>
background-color css
<style>
a { background-color: #ECE7FC; }
a { background-color: rgb(236,231,252); }
div.DivClassName
{
background-color: #ECE7FC;
}
.BgClassName
{
background-color: #ECE7FC;
}
</style>
border-color css
<style>
span { border-color: #ECE7FC; }
span { border-color: rgb(236,231,252); }
td.TdClassName
{
border-color: #ECE7FC;
}
.TagClassName
{
border-color: #ECE7FC;
}
</style>