Shades of Magnolia #ECDCFF
Tints of Magnolia #ECDCFF
RGB
CMYK
RGB Variations
Color information
#ECDCFF (or 0xECDCFF) is known color: Magnolia. HEX triplet: EC, DC and FF. RGB value is (236,220,255). Sum of RGB (Red+Green+Blue) = 236+220+255=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFF is #132300. Grayscale: #E4E4E4. Windows color (decimal): -1254145 or 16768236. OLE color: 16768236.
HSL color Cylindrical-coordinate representation of color #ECDCFF: hue angle of 267.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECDCFF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 220 | 255 | - |
| CMYK | 0.07 | 0.14 | 0 | 0 |
| HSL | 267.43º | 1% | 0.93% | - |
| HSV(B) | 267.43º | 0.14% | 1% | - |
| XYZ | 78.24 | 76.24 | 105.2 | - |
| YUV | 228.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 255 | 0.07 | 0.14 | 0 | 0 | 267.43 | 1 | 0.93 |
| Hex | EC | DC | FF | 7 | E | 0 | 0 | 10B | 64 | 5D |
| Octal | 354 | 334 | 377 | 7 | 16 | 0 | 0 | 413 | 144 | 135 |
| Binary | 11101100 | 11011100 | 11111111 | 111 | 1110 | 0 | 0 | 100001011 | 1100100 | 1011101 |
Color Harmonies of #ECDCFF
Complementary color
Monochromatic Colors of #ECDCFF
Black with #ECDCFF
Text Example
Text Example
White with #ECDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCFF; }
p { color: rgb(236,220,255); }
H1.HeaderClassName
{
color: #ECDCFF;
}
.AnyTagClassName
{
color: #ECDCFF;
}
</style>
background-color css
<style>
a { background-color: #ECDCFF; }
a { background-color: rgb(236,220,255); }
div.DivClassName
{
background-color: #ECDCFF;
}
.BgClassName
{
background-color: #ECDCFF;
}
</style>
border-color css
<style>
span { border-color: #ECDCFF; }
span { border-color: rgb(236,220,255); }
td.TdClassName
{
border-color: #ECDCFF;
}
.TagClassName
{
border-color: #ECDCFF;
}
</style>