Shades of Magnolia #ECE2FF
Tints of Magnolia #ECE2FF
RGB
CMYK
RGB Variations
Color information
#ECE2FF (or 0xECE2FF) is known color: Magnolia. HEX triplet: EC, E2 and FF. RGB value is (236,226,255). Sum of RGB (Red+Green+Blue) = 236+226+255=717 (94% of max value = 765). Red value is 236 (92.58% from 255 or 32.91% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2FF is #131D00. Grayscale: #E8E8E8. Windows color (decimal): -1252609 or 16769772. OLE color: 16769772.
HSL color Cylindrical-coordinate representation of color #ECE2FF: hue angle of 260.69º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE2FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 226 | 255 | - |
CMYK | 0.07 | 0.11 | 0 | 0 |
HSL | 260.69º | 1% | 0.94% | - |
HSV(B) | 260.69º | 0.11% | 1% | - |
XYZ | 79.84 | 79.45 | 105.73 | - |
YUV | 232.3 | 140.81 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 255 | 0.07 | 0.11 | 0 | 0 | 260.69 | 1 | 0.94 |
Hex | EC | E2 | FF | 7 | B | 0 | 0 | 105 | 64 | 5E |
Octal | 354 | 342 | 377 | 7 | 13 | 0 | 0 | 405 | 144 | 136 |
Binary | 11101100 | 11100010 | 11111111 | 111 | 1011 | 0 | 0 | 100000101 | 1100100 | 1011110 |
Color Harmonies of #ECE2FF
Complementary color
Monochromatic Colors of #ECE2FF
Black with #ECE2FF
Text Example
Text Example
White with #ECE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2FF; }
p { color: rgb(236,226,255); }
H1.HeaderClassName
{
color: #ECE2FF;
}
.AnyTagClassName
{
color: #ECE2FF;
}
</style>
background-color css
<style>
a { background-color: #ECE2FF; }
a { background-color: rgb(236,226,255); }
div.DivClassName
{
background-color: #ECE2FF;
}
.BgClassName
{
background-color: #ECE2FF;
}
</style>
border-color css
<style>
span { border-color: #ECE2FF; }
span { border-color: rgb(236,226,255); }
td.TdClassName
{
border-color: #ECE2FF;
}
.TagClassName
{
border-color: #ECE2FF;
}
</style>