Shades of White Lilac #ECE2F0
Tints of White Lilac #ECE2F0
RGB
CMYK
RGB Variations
Color information
#ECE2F0 (or 0xECE2F0) is known color: White Lilac. HEX triplet: EC, E2 and F0. RGB value is (236,226,240). Sum of RGB (Red+Green+Blue) = 236+226+240=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECE2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2F0 is #131D0F. Grayscale: #E6E6E6. Windows color (decimal): -1252624 or 15786732. OLE color: 15786732.
HSL color Cylindrical-coordinate representation of color #ECE2F0: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE2F0 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 226 | 240 | - |
CMYK | 0.02 | 0.06 | 0 | 0.06 |
HSL | 282.86º | 0.32% | 0.91% | - |
HSV(B) | 282.86º | 0.06% | 0.94% | - |
XYZ | 77.52 | 78.52 | 93.51 | - |
YUV | 230.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 240 | 0.02 | 0.06 | 0 | 0.06 | 282.86 | 0.32 | 0.91 |
Hex | EC | E2 | F0 | 2 | 6 | 0 | 6 | 11B | 20 | 5B |
Octal | 354 | 342 | 360 | 2 | 6 | 0 | 6 | 433 | 40 | 133 |
Binary | 11101100 | 11100010 | 11110000 | 10 | 110 | 0 | 110 | 100011011 | 100000 | 1011011 |
Color Harmonies of #ECE2F0
Complementary color
Monochromatic Colors of #ECE2F0
Black with #ECE2F0
Text Example
Text Example
White with #ECE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2F0; }
p { color: rgb(236,226,240); }
H1.HeaderClassName
{
color: #ECE2F0;
}
.AnyTagClassName
{
color: #ECE2F0;
}
</style>
background-color css
<style>
a { background-color: #ECE2F0; }
a { background-color: rgb(236,226,240); }
div.DivClassName
{
background-color: #ECE2F0;
}
.BgClassName
{
background-color: #ECE2F0;
}
</style>
border-color css
<style>
span { border-color: #ECE2F0; }
span { border-color: rgb(236,226,240); }
td.TdClassName
{
border-color: #ECE2F0;
}
.TagClassName
{
border-color: #ECE2F0;
}
</style>