Shades of Magnolia #ECE3FE
Tints of Magnolia #ECE3FE
RGB
CMYK
RGB Variations
Color information
#ECE3FE (or 0xECE3FE) is known color: Magnolia. HEX triplet: EC, E3 and FE. RGB value is (236,227,254). Sum of RGB (Red+Green+Blue) = 236+227+254=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 227 (89.06% from 255 or 31.66% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3FE is #131C01. Grayscale: #E8E8E8. Windows color (decimal): -1252354 or 16704492. OLE color: 16704492.
HSL color Cylindrical-coordinate representation of color #ECE3FE: hue angle of 260º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE3FE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 227 | 254 | - |
CMYK | 0.07 | 0.11 | 0 | 0.00 |
HSL | 260º | 0.93% | 0.94% | - |
HSV(B) | 260º | 0.11% | 1% | - |
XYZ | 79.95 | 79.93 | 104.98 | - |
YUV | 232.77 | 139.98 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 227 | 254 | 0.07 | 0.11 | 0 | 0.00 | 260 | 0.93 | 0.94 |
Hex | EC | E3 | FE | 7 | B | 0 | 0 | 104 | 5D | 5E |
Octal | 354 | 343 | 376 | 7 | 13 | 0 | 0 | 404 | 135 | 136 |
Binary | 11101100 | 11100011 | 11111110 | 111 | 1011 | 0 | 0 | 100000100 | 1011101 | 1011110 |
Color Harmonies of #ECE3FE
Complementary color
Monochromatic Colors of #ECE3FE
Black with #ECE3FE
Text Example
Text Example
White with #ECE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3FE; }
p { color: rgb(236,227,254); }
H1.HeaderClassName
{
color: #ECE3FE;
}
.AnyTagClassName
{
color: #ECE3FE;
}
</style>
background-color css
<style>
a { background-color: #ECE3FE; }
a { background-color: rgb(236,227,254); }
div.DivClassName
{
background-color: #ECE3FE;
}
.BgClassName
{
background-color: #ECE3FE;
}
</style>
border-color css
<style>
span { border-color: #ECE3FE; }
span { border-color: rgb(236,227,254); }
td.TdClassName
{
border-color: #ECE3FE;
}
.TagClassName
{
border-color: #ECE3FE;
}
</style>