Shades of Magnolia #ECE6FD
Tints of Magnolia #ECE6FD
RGB
CMYK
RGB Variations
Color information
#ECE6FD (or 0xECE6FD) is known color: Magnolia. HEX triplet: EC, E6 and FD. RGB value is (236,230,253). Sum of RGB (Red+Green+Blue) = 236+230+253=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FD is #131902. Grayscale: #EAEAEA. Windows color (decimal): -1251587 or 16639724. OLE color: 16639724.
HSL color Cylindrical-coordinate representation of color #ECE6FD: hue angle of 255.65º degrees, saturation: 0.85, 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 #ECE6FD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 230 | 253 | - |
CMYK | 0.07 | 0.09 | 0 | 0.01 |
HSL | 255.65º | 0.85% | 0.95% | - |
HSV(B) | 255.65º | 0.09% | 0.99% | - |
XYZ | 80.62 | 81.52 | 104.41 | - |
YUV | 234.42 | 138.49 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 253 | 0.07 | 0.09 | 0 | 0.01 | 255.65 | 0.85 | 0.95 |
Hex | EC | E6 | FD | 7 | 9 | 0 | 1 | 100 | 55 | 5F |
Octal | 354 | 346 | 375 | 7 | 11 | 0 | 1 | 400 | 125 | 137 |
Binary | 11101100 | 11100110 | 11111101 | 111 | 1001 | 0 | 1 | 100000000 | 1010101 | 1011111 |
Color Harmonies of #ECE6FD
Complementary color
Monochromatic Colors of #ECE6FD
Black with #ECE6FD
Text Example
Text Example
White with #ECE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6FD; }
p { color: rgb(236,230,253); }
H1.HeaderClassName
{
color: #ECE6FD;
}
.AnyTagClassName
{
color: #ECE6FD;
}
</style>
background-color css
<style>
a { background-color: #ECE6FD; }
a { background-color: rgb(236,230,253); }
div.DivClassName
{
background-color: #ECE6FD;
}
.BgClassName
{
background-color: #ECE6FD;
}
</style>
border-color css
<style>
span { border-color: #ECE6FD; }
span { border-color: rgb(236,230,253); }
td.TdClassName
{
border-color: #ECE6FD;
}
.TagClassName
{
border-color: #ECE6FD;
}
</style>