Shades of Magnolia #ECE5FD
Tints of Magnolia #ECE5FD
RGB
CMYK
RGB Variations
Color information
#ECE5FD (or 0xECE5FD) is known color: Magnolia. HEX triplet: EC, E5 and FD. RGB value is (236,229,253). Sum of RGB (Red+Green+Blue) = 236+229+253=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FD is #131A02. Grayscale: #E9E9E9. Windows color (decimal): -1251843 or 16639468. OLE color: 16639468.
HSL color Cylindrical-coordinate representation of color #ECE5FD: hue angle of 257.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE5FD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 229 | 253 | - |
CMYK | 0.07 | 0.09 | 0 | 0.01 |
HSL | 257.5º | 0.86% | 0.95% | - |
HSV(B) | 257.5º | 0.09% | 0.99% | - |
XYZ | 80.34 | 80.96 | 104.32 | - |
YUV | 233.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 253 | 0.07 | 0.09 | 0 | 0.01 | 257.5 | 0.86 | 0.95 |
Hex | EC | E5 | FD | 7 | 9 | 0 | 1 | 102 | 56 | 5F |
Octal | 354 | 345 | 375 | 7 | 11 | 0 | 1 | 402 | 126 | 137 |
Binary | 11101100 | 11100101 | 11111101 | 111 | 1001 | 0 | 1 | 100000010 | 1010110 | 1011111 |
Color Harmonies of #ECE5FD
Complementary color
Monochromatic Colors of #ECE5FD
Black with #ECE5FD
Text Example
Text Example
White with #ECE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5FD; }
p { color: rgb(236,229,253); }
H1.HeaderClassName
{
color: #ECE5FD;
}
.AnyTagClassName
{
color: #ECE5FD;
}
</style>
background-color css
<style>
a { background-color: #ECE5FD; }
a { background-color: rgb(236,229,253); }
div.DivClassName
{
background-color: #ECE5FD;
}
.BgClassName
{
background-color: #ECE5FD;
}
</style>
border-color css
<style>
span { border-color: #ECE5FD; }
span { border-color: rgb(236,229,253); }
td.TdClassName
{
border-color: #ECE5FD;
}
.TagClassName
{
border-color: #ECE5FD;
}
</style>