#EEBEFF (or 0xEEBEFF) is unknown color: approx Mauve. HEX triplet: EE, BE and FF. RGB value is (238,190,255). Sum of RGB (Red+Green+Blue) = 238+190+255=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEFF is #114100. Grayscale: #D3D3D3. Windows color (decimal): -1130753 or 16760558. OLE color: 16760558.
HSL color Cylindrical-coordinate representation of color #EEBEFF: hue angle of 284.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEBEFF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #EEBEFF; } p { color: rgb(238,190,255); } H1.HeaderClassName { color: #EEBEFF; } .AnyTagClassName { color: #EEBEFF; } </style>
<style> a { background-color: #EEBEFF; } a { background-color: rgb(238,190,255); } div.DivClassName { background-color: #EEBEFF; } .BgClassName { background-color: #EEBEFF; } </style>
<style> span { border-color: #EEBEFF; } span { border-color: rgb(238,190,255); } td.TdClassName { border-color: #EEBEFF; } .TagClassName { border-color: #EEBEFF; } </style>