Shades of White Lilac #E6E1EB
Tints of White Lilac #E6E1EB
RGB
CMYK
RGB Variations
Color information
#E6E1EB (or 0xE6E1EB) is known color: White Lilac. HEX triplet: E6, E1 and EB. RGB value is (230,225,235). Sum of RGB (Red+Green+Blue) = 230+225+235=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6E1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E1EB is #191E14. Grayscale: #E3E3E3. Windows color (decimal): -1646101 or 15458790. OLE color: 15458790.
HSL color Cylindrical-coordinate representation of color #E6E1EB: hue angle of 270º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6E1EB is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 225 | 235 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.08 |
| HSL | 270º | 0.2% | 0.9% | - |
| HSV(B) | 270º | 0.04% | 0.92% | - |
| XYZ | 74.55 | 76.67 | 89.47 | - |
| YUV | 227.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 235 | 0.02 | 0.04 | 0 | 0.08 | 270 | 0.2 | 0.9 |
| Hex | E6 | E1 | EB | 2 | 4 | 0 | 8 | 10E | 14 | 5A |
| Octal | 346 | 341 | 353 | 2 | 4 | 0 | 10 | 416 | 24 | 132 |
| Binary | 11100110 | 11100001 | 11101011 | 10 | 100 | 0 | 1000 | 100001110 | 10100 | 1011010 |
Color Harmonies of #E6E1EB
Complementary color
Monochromatic Colors of #E6E1EB
Black with #E6E1EB
Text Example
Text Example
White with #E6E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1EB; }
p { color: rgb(230,225,235); }
H1.HeaderClassName
{
color: #E6E1EB;
}
.AnyTagClassName
{
color: #E6E1EB;
}
</style>
background-color css
<style>
a { background-color: #E6E1EB; }
a { background-color: rgb(230,225,235); }
div.DivClassName
{
background-color: #E6E1EB;
}
.BgClassName
{
background-color: #E6E1EB;
}
</style>
border-color css
<style>
span { border-color: #E6E1EB; }
span { border-color: rgb(230,225,235); }
td.TdClassName
{
border-color: #E6E1EB;
}
.TagClassName
{
border-color: #E6E1EB;
}
</style>