Shades of Magnolia #ECDDFE
Tints of Magnolia #ECDDFE
RGB
CMYK
RGB Variations
Color information
#ECDDFE (or 0xECDDFE) is known color: Magnolia. HEX triplet: EC, DD and FE. RGB value is (236,221,254). Sum of RGB (Red+Green+Blue) = 236+221+254=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFE is #132201. Grayscale: #E5E5E5. Windows color (decimal): -1253890 or 16702956. OLE color: 16702956.
HSL color Cylindrical-coordinate representation of color #ECDDFE: hue angle of 267.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDDFE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 221 | 254 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.00 |
| HSL | 267.27º | 0.94% | 0.93% | - |
| HSV(B) | 267.27º | 0.13% | 1% | - |
| XYZ | 78.34 | 76.7 | 104.44 | - |
| YUV | 229.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 254 | 0.07 | 0.13 | 0 | 0.00 | 267.27 | 0.94 | 0.93 |
| Hex | EC | DD | FE | 7 | D | 0 | 0 | 10B | 5E | 5D |
| Octal | 354 | 335 | 376 | 7 | 15 | 0 | 0 | 413 | 136 | 135 |
| Binary | 11101100 | 11011101 | 11111110 | 111 | 1101 | 0 | 0 | 100001011 | 1011110 | 1011101 |
Color Harmonies of #ECDDFE
Complementary color
Monochromatic Colors of #ECDDFE
Black with #ECDDFE
Text Example
Text Example
White with #ECDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDFE; }
p { color: rgb(236,221,254); }
H1.HeaderClassName
{
color: #ECDDFE;
}
.AnyTagClassName
{
color: #ECDDFE;
}
</style>
background-color css
<style>
a { background-color: #ECDDFE; }
a { background-color: rgb(236,221,254); }
div.DivClassName
{
background-color: #ECDDFE;
}
.BgClassName
{
background-color: #ECDDFE;
}
</style>
border-color css
<style>
span { border-color: #ECDDFE; }
span { border-color: rgb(236,221,254); }
td.TdClassName
{
border-color: #ECDDFE;
}
.TagClassName
{
border-color: #ECDDFE;
}
</style>