Shades of Magnolia #ECDCFE
Tints of Magnolia #ECDCFE
RGB
CMYK
RGB Variations
Color information
#ECDCFE (or 0xECDCFE) is known color: Magnolia. HEX triplet: EC, DC and FE. RGB value is (236,220,254). Sum of RGB (Red+Green+Blue) = 236+220+254=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECDCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFE is #132301. Grayscale: #E4E4E4. Windows color (decimal): -1254146 or 16702700. OLE color: 16702700.
HSL color Cylindrical-coordinate representation of color #ECDCFE: hue angle of 268.24º 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 #ECDCFE is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 220 | 254 | - |
CMYK | 0.07 | 0.13 | 0 | 0.00 |
HSL | 268.24º | 0.94% | 0.93% | - |
HSV(B) | 268.24º | 0.13% | 1% | - |
XYZ | 78.07 | 76.18 | 104.35 | - |
YUV | 228.66 | 142.3 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 254 | 0.07 | 0.13 | 0 | 0.00 | 268.24 | 0.94 | 0.93 |
Hex | EC | DC | FE | 7 | D | 0 | 0 | 10C | 5E | 5D |
Octal | 354 | 334 | 376 | 7 | 15 | 0 | 0 | 414 | 136 | 135 |
Binary | 11101100 | 11011100 | 11111110 | 111 | 1101 | 0 | 0 | 100001100 | 1011110 | 1011101 |
Color Harmonies of #ECDCFE
Complementary color
Monochromatic Colors of #ECDCFE
Black with #ECDCFE
Text Example
Text Example
White with #ECDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCFE; }
p { color: rgb(236,220,254); }
H1.HeaderClassName
{
color: #ECDCFE;
}
.AnyTagClassName
{
color: #ECDCFE;
}
</style>
background-color css
<style>
a { background-color: #ECDCFE; }
a { background-color: rgb(236,220,254); }
div.DivClassName
{
background-color: #ECDCFE;
}
.BgClassName
{
background-color: #ECDCFE;
}
</style>
border-color css
<style>
span { border-color: #ECDCFE; }
span { border-color: rgb(236,220,254); }
td.TdClassName
{
border-color: #ECDCFE;
}
.TagClassName
{
border-color: #ECDCFE;
}
</style>