Shades of Magnolia #ECDEFD
Tints of Magnolia #ECDEFD
RGB
CMYK
RGB Variations
Color information
#ECDEFD (or 0xECDEFD) is known color: Magnolia. HEX triplet: EC, DE and FD. RGB value is (236,222,253). Sum of RGB (Red+Green+Blue) = 236+222+253=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFD is #132102. Grayscale: #E5E5E5. Windows color (decimal): -1253635 or 16637676. OLE color: 16637676.
HSL color Cylindrical-coordinate representation of color #ECDEFD: hue angle of 267.1º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDEFD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 222 | 253 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.01 |
| HSL | 267.1º | 0.89% | 0.93% | - |
| HSV(B) | 267.1º | 0.12% | 0.99% | - |
| XYZ | 78.44 | 77.17 | 103.69 | - |
| YUV | 229.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 253 | 0.07 | 0.12 | 0 | 0.01 | 267.1 | 0.89 | 0.93 |
| Hex | EC | DE | FD | 7 | C | 0 | 1 | 10B | 59 | 5D |
| Octal | 354 | 336 | 375 | 7 | 14 | 0 | 1 | 413 | 131 | 135 |
| Binary | 11101100 | 11011110 | 11111101 | 111 | 1100 | 0 | 1 | 100001011 | 1011001 | 1011101 |
Color Harmonies of #ECDEFD
Complementary color
Monochromatic Colors of #ECDEFD
Black with #ECDEFD
Text Example
Text Example
White with #ECDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEFD; }
p { color: rgb(236,222,253); }
H1.HeaderClassName
{
color: #ECDEFD;
}
.AnyTagClassName
{
color: #ECDEFD;
}
</style>
background-color css
<style>
a { background-color: #ECDEFD; }
a { background-color: rgb(236,222,253); }
div.DivClassName
{
background-color: #ECDEFD;
}
.BgClassName
{
background-color: #ECDEFD;
}
</style>
border-color css
<style>
span { border-color: #ECDEFD; }
span { border-color: rgb(236,222,253); }
td.TdClassName
{
border-color: #ECDEFD;
}
.TagClassName
{
border-color: #ECDEFD;
}
</style>