#EDEEFF (or 0xEDEEFF) is unknown color: approx Lavender. HEX triplet: ED, EE and FF. RGB value is (237,238,255). Sum of RGB (Red+Green+Blue) = 237+238+255=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 238 (93.36% from 255 or 32.60% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEFF is #121100. Grayscale: #EFEFEF. Windows color (decimal): -1184001 or 16772845. OLE color: 16772845.
HSL color Cylindrical-coordinate representation of color #EDEEFF: hue angle of 236.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEEFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #EDEEFF; } p { color: rgb(237,238,255); } H1.HeaderClassName { color: #EDEEFF; } .AnyTagClassName { color: #EDEEFF; } </style>
<style> a { background-color: #EDEEFF; } a { background-color: rgb(237,238,255); } div.DivClassName { background-color: #EDEEFF; } .BgClassName { background-color: #EDEEFF; } </style>
<style> span { border-color: #EDEEFF; } span { border-color: rgb(237,238,255); } td.TdClassName { border-color: #EDEEFF; } .TagClassName { border-color: #EDEEFF; } </style>