Shades of Magnolia #ECE5FF
Tints of Magnolia #ECE5FF
RGB
CMYK
RGB Variations
Color information
#ECE5FF (or 0xECE5FF) is known color: Magnolia. HEX triplet: EC, E5 and FF. RGB value is (236,229,255). Sum of RGB (Red+Green+Blue) = 236+229+255=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5FF is #131A00. Grayscale: #E9E9E9. Windows color (decimal): -1251841 or 16770540. OLE color: 16770540.
HSL color Cylindrical-coordinate representation of color #ECE5FF: hue angle of 256.15º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE5FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 229 | 255 | - |
CMYK | 0.07 | 0.10 | 0 | 0 |
HSL | 256.15º | 1% | 0.95% | - |
HSV(B) | 256.15º | 0.1% | 1% | - |
XYZ | 80.66 | 81.09 | 106.01 | - |
YUV | 234.06 | 139.82 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 255 | 0.07 | 0.10 | 0 | 0 | 256.15 | 1 | 0.95 |
Hex | EC | E5 | FF | 7 | A | 0 | 0 | 100 | 64 | 5F |
Octal | 354 | 345 | 377 | 7 | 12 | 0 | 0 | 400 | 144 | 137 |
Binary | 11101100 | 11100101 | 11111111 | 111 | 1010 | 0 | 0 | 100000000 | 1100100 | 1011111 |
Color Harmonies of #ECE5FF
Complementary color
Monochromatic Colors of #ECE5FF
Black with #ECE5FF
Text Example
Text Example
White with #ECE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5FF; }
p { color: rgb(236,229,255); }
H1.HeaderClassName
{
color: #ECE5FF;
}
.AnyTagClassName
{
color: #ECE5FF;
}
</style>
background-color css
<style>
a { background-color: #ECE5FF; }
a { background-color: rgb(236,229,255); }
div.DivClassName
{
background-color: #ECE5FF;
}
.BgClassName
{
background-color: #ECE5FF;
}
</style>
border-color css
<style>
span { border-color: #ECE5FF; }
span { border-color: rgb(236,229,255); }
td.TdClassName
{
border-color: #ECE5FF;
}
.TagClassName
{
border-color: #ECE5FF;
}
</style>