#E0F0FF (or 0xE0F0FF) is unknown color: approx Alice Blue. HEX triplet: E0, F0 and FF. RGB value is (224,240,255). Sum of RGB (Red+Green+Blue) = 224+240+255=719 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.15% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F0FF is #1F0F00. Grayscale: #ECECEC. Windows color (decimal): -2035457 or 16773344. OLE color: 16773344.
HSL color Cylindrical-coordinate representation of color #E0F0FF: hue angle of 209.03º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0F0FF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #E0F0FF; } p { color: rgb(224,240,255); } H1.HeaderClassName { color: #E0F0FF; } .AnyTagClassName { color: #E0F0FF; } </style>
<style> a { background-color: #E0F0FF; } a { background-color: rgb(224,240,255); } div.DivClassName { background-color: #E0F0FF; } .BgClassName { background-color: #E0F0FF; } </style>
<style> span { border-color: #E0F0FF; } span { border-color: rgb(224,240,255); } td.TdClassName { border-color: #E0F0FF; } .TagClassName { border-color: #E0F0FF; } </style>