Shades of Magnolia #ECDEFF
Tints of Magnolia #ECDEFF
RGB
CMYK
RGB Variations
Color information
#ECDEFF (or 0xECDEFF) is known color: Magnolia. HEX triplet: EC, DE and FF. RGB value is (236,222,255). Sum of RGB (Red+Green+Blue) = 236+222+255=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFF is #132100. Grayscale: #E5E5E5. Windows color (decimal): -1253633 or 16768748. OLE color: 16768748.
HSL color Cylindrical-coordinate representation of color #ECDEFF: hue angle of 265.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDEFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 222 | 255 | - |
| CMYK | 0.07 | 0.13 | 0 | 0 |
| HSL | 265.45º | 1% | 0.94% | - |
| HSV(B) | 265.45º | 0.13% | 1% | - |
| XYZ | 78.76 | 77.3 | 105.38 | - |
| YUV | 229.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 255 | 0.07 | 0.13 | 0 | 0 | 265.45 | 1 | 0.94 |
| Hex | EC | DE | FF | 7 | D | 0 | 0 | 109 | 64 | 5E |
| Octal | 354 | 336 | 377 | 7 | 15 | 0 | 0 | 411 | 144 | 136 |
| Binary | 11101100 | 11011110 | 11111111 | 111 | 1101 | 0 | 0 | 100001001 | 1100100 | 1011110 |
Color Harmonies of #ECDEFF
Complementary color
Monochromatic Colors of #ECDEFF
Black with #ECDEFF
Text Example
Text Example
White with #ECDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEFF; }
p { color: rgb(236,222,255); }
H1.HeaderClassName
{
color: #ECDEFF;
}
.AnyTagClassName
{
color: #ECDEFF;
}
</style>
background-color css
<style>
a { background-color: #ECDEFF; }
a { background-color: rgb(236,222,255); }
div.DivClassName
{
background-color: #ECDEFF;
}
.BgClassName
{
background-color: #ECDEFF;
}
</style>
border-color css
<style>
span { border-color: #ECDEFF; }
span { border-color: rgb(236,222,255); }
td.TdClassName
{
border-color: #ECDEFF;
}
.TagClassName
{
border-color: #ECDEFF;
}
</style>