Shades of Magnolia #ECDDFF
Tints of Magnolia #ECDDFF
RGB
CMYK
RGB Variations
Color information
#ECDDFF (or 0xECDDFF) is known color: Magnolia. HEX triplet: EC, DD and FF. RGB value is (236,221,255). Sum of RGB (Red+Green+Blue) = 236+221+255=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFF is #132200. Grayscale: #E5E5E5. Windows color (decimal): -1253889 or 16768492. OLE color: 16768492.
HSL color Cylindrical-coordinate representation of color #ECDDFF: hue angle of 266.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDDFF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 221 | 255 | - |
CMYK | 0.07 | 0.13 | 0 | 0 |
HSL | 266.47º | 1% | 0.93% | - |
HSV(B) | 266.47º | 0.13% | 1% | - |
XYZ | 78.5 | 76.77 | 105.29 | - |
YUV | 229.36 | 142.47 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 255 | 0.07 | 0.13 | 0 | 0 | 266.47 | 1 | 0.93 |
Hex | EC | DD | FF | 7 | D | 0 | 0 | 10A | 64 | 5D |
Octal | 354 | 335 | 377 | 7 | 15 | 0 | 0 | 412 | 144 | 135 |
Binary | 11101100 | 11011101 | 11111111 | 111 | 1101 | 0 | 0 | 100001010 | 1100100 | 1011101 |
Color Harmonies of #ECDDFF
Complementary color
Monochromatic Colors of #ECDDFF
Black with #ECDDFF
Text Example
Text Example
White with #ECDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDFF; }
p { color: rgb(236,221,255); }
H1.HeaderClassName
{
color: #ECDDFF;
}
.AnyTagClassName
{
color: #ECDDFF;
}
</style>
background-color css
<style>
a { background-color: #ECDDFF; }
a { background-color: rgb(236,221,255); }
div.DivClassName
{
background-color: #ECDDFF;
}
.BgClassName
{
background-color: #ECDDFF;
}
</style>
border-color css
<style>
span { border-color: #ECDDFF; }
span { border-color: rgb(236,221,255); }
td.TdClassName
{
border-color: #ECDDFF;
}
.TagClassName
{
border-color: #ECDDFF;
}
</style>