#DBFFED (or 0xDBFFED) is unknown color: approx White Ice. HEX triplet: DB, FF and ED. RGB value is (219,255,237). Sum of RGB (Red+Green+Blue) = 219+255+237=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFED is #240012. Grayscale: #F2F2F2. Windows color (decimal): -2359315 or 15597531. OLE color: 15597531.
HSL color Cylindrical-coordinate representation of color #DBFFED: hue angle of 150º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
<style> p { color: #DBFFED; } p { color: rgb(219,255,237); } H1.HeaderClassName { color: #DBFFED; } .AnyTagClassName { color: #DBFFED; } </style>
<style> a { background-color: #DBFFED; } a { background-color: rgb(219,255,237); } div.DivClassName { background-color: #DBFFED; } .BgClassName { background-color: #DBFFED; } </style>
<style> span { border-color: #DBFFED; } span { border-color: rgb(219,255,237); } td.TdClassName { border-color: #DBFFED; } .TagClassName { border-color: #DBFFED; } </style>