#E6E6FF (or 0xE6E6FF) is unknown color: approx Lavender. HEX triplet: E6, E6 and FF. RGB value is (230,230,255). Sum of RGB (Red+Green+Blue) = 230+230+255=715 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.17% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FF is #191900. Grayscale: #E8E8E8. Windows color (decimal): -1644801 or 16770790. OLE color: 16770790.
HSL color Cylindrical-coordinate representation of color #E6E6FF: hue angle of 240º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E6FF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #E6E6FF; } p { color: rgb(230,230,255); } H1.HeaderClassName { color: #E6E6FF; } .AnyTagClassName { color: #E6E6FF; } </style>
<style> a { background-color: #E6E6FF; } a { background-color: rgb(230,230,255); } div.DivClassName { background-color: #E6E6FF; } .BgClassName { background-color: #E6E6FF; } </style>
<style> span { border-color: #E6E6FF; } span { border-color: rgb(230,230,255); } td.TdClassName { border-color: #E6E6FF; } .TagClassName { border-color: #E6E6FF; } </style>