Shades of White Lilac #E6E2EA
Tints of White Lilac #E6E2EA
RGB
CMYK
RGB Variations
Color information
#E6E2EA (or 0xE6E2EA) is known color: White Lilac. HEX triplet: E6, E2 and EA. RGB value is (230,226,234). Sum of RGB (Red+Green+Blue) = 230+226+234=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6E2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E2EA is #191D15. Grayscale: #E4E4E4. Windows color (decimal): -1645846 or 15393510. OLE color: 15393510.
HSL color Cylindrical-coordinate representation of color #E6E2EA: hue angle of 270º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E2EA is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 226 | 234 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.08 |
| HSL | 270º | 0.16% | 0.9% | - |
| HSV(B) | 270º | 0.03% | 0.92% | - |
| XYZ | 74.68 | 77.16 | 88.8 | - |
| YUV | 228.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 234 | 0.02 | 0.03 | 0 | 0.08 | 270 | 0.16 | 0.9 |
| Hex | E6 | E2 | EA | 2 | 3 | 0 | 8 | 10E | 10 | 5A |
| Octal | 346 | 342 | 352 | 2 | 3 | 0 | 10 | 416 | 20 | 132 |
| Binary | 11100110 | 11100010 | 11101010 | 10 | 11 | 0 | 1000 | 100001110 | 10000 | 1011010 |
Color Harmonies of #E6E2EA
Complementary color
Monochromatic Colors of #E6E2EA
Black with #E6E2EA
Text Example
Text Example
White with #E6E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2EA; }
p { color: rgb(230,226,234); }
H1.HeaderClassName
{
color: #E6E2EA;
}
.AnyTagClassName
{
color: #E6E2EA;
}
</style>
background-color css
<style>
a { background-color: #E6E2EA; }
a { background-color: rgb(230,226,234); }
div.DivClassName
{
background-color: #E6E2EA;
}
.BgClassName
{
background-color: #E6E2EA;
}
</style>
border-color css
<style>
span { border-color: #E6E2EA; }
span { border-color: rgb(230,226,234); }
td.TdClassName
{
border-color: #E6E2EA;
}
.TagClassName
{
border-color: #E6E2EA;
}
</style>