Shades of Magnolia #ECDDFD
Tints of Magnolia #ECDDFD
RGB
CMYK
RGB Variations
Color information
#ECDDFD (or 0xECDDFD) is known color: Magnolia. HEX triplet: EC, DD and FD. RGB value is (236,221,253). Sum of RGB (Red+Green+Blue) = 236+221+253=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFD is #132202. Grayscale: #E5E5E5. Windows color (decimal): -1253891 or 16637420. OLE color: 16637420.
HSL color Cylindrical-coordinate representation of color #ECDDFD: hue angle of 268.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDDFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 221 | 253 | - |
CMYK | 0.07 | 0.13 | 0 | 0.01 |
HSL | 268.13º | 0.89% | 0.93% | - |
HSV(B) | 268.13º | 0.13% | 0.99% | - |
XYZ | 78.18 | 76.64 | 103.6 | - |
YUV | 229.13 | 141.47 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 253 | 0.07 | 0.13 | 0 | 0.01 | 268.13 | 0.89 | 0.93 |
Hex | EC | DD | FD | 7 | D | 0 | 1 | 10C | 59 | 5D |
Octal | 354 | 335 | 375 | 7 | 15 | 0 | 1 | 414 | 131 | 135 |
Binary | 11101100 | 11011101 | 11111101 | 111 | 1101 | 0 | 1 | 100001100 | 1011001 | 1011101 |
Color Harmonies of #ECDDFD
Complementary color
Monochromatic Colors of #ECDDFD
Black with #ECDDFD
Text Example
Text Example
White with #ECDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDFD; }
p { color: rgb(236,221,253); }
H1.HeaderClassName
{
color: #ECDDFD;
}
.AnyTagClassName
{
color: #ECDDFD;
}
</style>
background-color css
<style>
a { background-color: #ECDDFD; }
a { background-color: rgb(236,221,253); }
div.DivClassName
{
background-color: #ECDDFD;
}
.BgClassName
{
background-color: #ECDDFD;
}
</style>
border-color css
<style>
span { border-color: #ECDDFD; }
span { border-color: rgb(236,221,253); }
td.TdClassName
{
border-color: #ECDDFD;
}
.TagClassName
{
border-color: #ECDDFD;
}
</style>