Shades of Magnolia #ECE3FD
Tints of Magnolia #ECE3FD
RGB
CMYK
RGB Variations
Color information
#ECE3FD (or 0xECE3FD) is known color: Magnolia. HEX triplet: EC, E3 and FD. RGB value is (236,227,253). Sum of RGB (Red+Green+Blue) = 236+227+253=716 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.96% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FD is #131C02. Grayscale: #E8E8E8. Windows color (decimal): -1252355 or 16638956. OLE color: 16638956.
HSL color Cylindrical-coordinate representation of color #ECE3FD: hue angle of 260.77º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE3FD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 227 | 253 | - |
CMYK | 0.07 | 0.10 | 0 | 0.01 |
HSL | 260.77º | 0.87% | 0.94% | - |
HSV(B) | 260.77º | 0.1% | 0.99% | - |
XYZ | 79.79 | 79.86 | 104.14 | - |
YUV | 232.66 | 139.48 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 253 | 0.07 | 0.10 | 0 | 0.01 | 260.77 | 0.87 | 0.94 |
Hex | EC | E3 | FD | 7 | A | 0 | 1 | 105 | 57 | 5E |
Octal | 354 | 343 | 375 | 7 | 12 | 0 | 1 | 405 | 127 | 136 |
Binary | 11101100 | 11100011 | 11111101 | 111 | 1010 | 0 | 1 | 100000101 | 1010111 | 1011110 |
Color Harmonies of #ECE3FD
Complementary color
Monochromatic Colors of #ECE3FD
Black with #ECE3FD
Text Example
Text Example
White with #ECE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3FD; }
p { color: rgb(236,227,253); }
H1.HeaderClassName
{
color: #ECE3FD;
}
.AnyTagClassName
{
color: #ECE3FD;
}
</style>
background-color css
<style>
a { background-color: #ECE3FD; }
a { background-color: rgb(236,227,253); }
div.DivClassName
{
background-color: #ECE3FD;
}
.BgClassName
{
background-color: #ECE3FD;
}
</style>
border-color css
<style>
span { border-color: #ECE3FD; }
span { border-color: rgb(236,227,253); }
td.TdClassName
{
border-color: #ECE3FD;
}
.TagClassName
{
border-color: #ECE3FD;
}
</style>