Shades of White Lilac #ECE2EF
Tints of White Lilac #ECE2EF
RGB
CMYK
RGB Variations
Color information
#ECE2EF (or 0xECE2EF) is known color: White Lilac. HEX triplet: EC, E2 and EF. RGB value is (236,226,239). Sum of RGB (Red+Green+Blue) = 236+226+239=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE2EF is #131D10. Grayscale: #E6E6E6. Windows color (decimal): -1252625 or 15721196. OLE color: 15721196.
HSL color Cylindrical-coordinate representation of color #ECE2EF: hue angle of 286.15º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE2EF is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 226 | 239 | - |
CMYK | 0.01 | 0.05 | 0 | 0.06 |
HSL | 286.15º | 0.29% | 0.91% | - |
HSV(B) | 286.15º | 0.05% | 0.94% | - |
XYZ | 77.37 | 78.46 | 92.73 | - |
YUV | 230.47 | 132.81 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 239 | 0.01 | 0.05 | 0 | 0.06 | 286.15 | 0.29 | 0.91 |
Hex | EC | E2 | EF | 1 | 5 | 0 | 6 | 11E | 1D | 5B |
Octal | 354 | 342 | 357 | 1 | 5 | 0 | 6 | 436 | 35 | 133 |
Binary | 11101100 | 11100010 | 11101111 | 1 | 101 | 0 | 110 | 100011110 | 11101 | 1011011 |
Color Harmonies of #ECE2EF
Complementary color
Monochromatic Colors of #ECE2EF
Black with #ECE2EF
Text Example
Text Example
White with #ECE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2EF; }
p { color: rgb(236,226,239); }
H1.HeaderClassName
{
color: #ECE2EF;
}
.AnyTagClassName
{
color: #ECE2EF;
}
</style>
background-color css
<style>
a { background-color: #ECE2EF; }
a { background-color: rgb(236,226,239); }
div.DivClassName
{
background-color: #ECE2EF;
}
.BgClassName
{
background-color: #ECE2EF;
}
</style>
border-color css
<style>
span { border-color: #ECE2EF; }
span { border-color: rgb(236,226,239); }
td.TdClassName
{
border-color: #ECE2EF;
}
.TagClassName
{
border-color: #ECE2EF;
}
</style>