Shades of Magnolia #ECE6FF
Tints of Magnolia #ECE6FF
RGB
CMYK
RGB Variations
Color information
#ECE6FF (or 0xECE6FF) is known color: Magnolia. HEX triplet: EC, E6 and FF. RGB value is (236,230,255). Sum of RGB (Red+Green+Blue) = 236+230+255=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 230 (90.23% from 255 or 31.90% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6FF is #131900. Grayscale: #EAEAEA. Windows color (decimal): -1251585 or 16770796. OLE color: 16770796.
HSL color Cylindrical-coordinate representation of color #ECE6FF: hue angle of 254.4º 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 #ECE6FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 230 | 255 | - |
CMYK | 0.07 | 0.10 | 0 | 0 |
HSL | 254.4º | 1% | 0.95% | - |
HSV(B) | 254.4º | 0.1% | 1% | - |
XYZ | 80.94 | 81.65 | 106.1 | - |
YUV | 234.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 255 | 0.07 | 0.10 | 0 | 0 | 254.4 | 1 | 0.95 |
Hex | EC | E6 | FF | 7 | A | 0 | 0 | FE | 64 | 5F |
Octal | 354 | 346 | 377 | 7 | 12 | 0 | 0 | 376 | 144 | 137 |
Binary | 11101100 | 11100110 | 11111111 | 111 | 1010 | 0 | 0 | 11111110 | 1100100 | 1011111 |
Color Harmonies of #ECE6FF
Complementary color
Monochromatic Colors of #ECE6FF
Black with #ECE6FF
Text Example
Text Example
White with #ECE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6FF; }
p { color: rgb(236,230,255); }
H1.HeaderClassName
{
color: #ECE6FF;
}
.AnyTagClassName
{
color: #ECE6FF;
}
</style>
background-color css
<style>
a { background-color: #ECE6FF; }
a { background-color: rgb(236,230,255); }
div.DivClassName
{
background-color: #ECE6FF;
}
.BgClassName
{
background-color: #ECE6FF;
}
</style>
border-color css
<style>
span { border-color: #ECE6FF; }
span { border-color: rgb(236,230,255); }
td.TdClassName
{
border-color: #ECE6FF;
}
.TagClassName
{
border-color: #ECE6FF;
}
</style>