Shades of White Lilac #ECE6F2
Tints of White Lilac #ECE6F2
RGB
CMYK
RGB Variations
Color information
#ECE6F2 (or 0xECE6F2) is known color: White Lilac. HEX triplet: EC, E6 and F2. RGB value is (236,230,242). Sum of RGB (Red+Green+Blue) = 236+230+242=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE6F2 is #13190D. Grayscale: #E9E9E9. Windows color (decimal): -1251598 or 15918828. OLE color: 15918828.
HSL color Cylindrical-coordinate representation of color #ECE6F2: hue angle of 270º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE6F2 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 230 | 242 | - |
CMYK | 0.02 | 0.05 | 0 | 0.05 |
HSL | 270º | 0.32% | 0.93% | - |
HSV(B) | 270º | 0.05% | 0.95% | - |
XYZ | 78.92 | 80.84 | 95.45 | - |
YUV | 233.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 242 | 0.02 | 0.05 | 0 | 0.05 | 270 | 0.32 | 0.93 |
Hex | EC | E6 | F2 | 2 | 5 | 0 | 5 | 10E | 20 | 5D |
Octal | 354 | 346 | 362 | 2 | 5 | 0 | 5 | 416 | 40 | 135 |
Binary | 11101100 | 11100110 | 11110010 | 10 | 101 | 0 | 101 | 100001110 | 100000 | 1011101 |
Color Harmonies of #ECE6F2
Complementary color
Monochromatic Colors of #ECE6F2
Black with #ECE6F2
Text Example
Text Example
White with #ECE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6F2; }
p { color: rgb(236,230,242); }
H1.HeaderClassName
{
color: #ECE6F2;
}
.AnyTagClassName
{
color: #ECE6F2;
}
</style>
background-color css
<style>
a { background-color: #ECE6F2; }
a { background-color: rgb(236,230,242); }
div.DivClassName
{
background-color: #ECE6F2;
}
.BgClassName
{
background-color: #ECE6F2;
}
</style>
border-color css
<style>
span { border-color: #ECE6F2; }
span { border-color: rgb(236,230,242); }
td.TdClassName
{
border-color: #ECE6F2;
}
.TagClassName
{
border-color: #ECE6F2;
}
</style>