#DEFFED (or 0xDEFFED) is unknown color: approx Bubbles. HEX triplet: DE, FF and ED. RGB value is (222,255,237). Sum of RGB (Red+Green+Blue) = 222+255+237=714 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.09% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFED is #210012. Grayscale: #F3F3F3. Windows color (decimal): -2162707 or 15597534. OLE color: 15597534.
HSL color Cylindrical-coordinate representation of color #DEFFED: hue angle of 147.27º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFED is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
<style> p { color: #DEFFED; } p { color: rgb(222,255,237); } H1.HeaderClassName { color: #DEFFED; } .AnyTagClassName { color: #DEFFED; } </style>
<style> a { background-color: #DEFFED; } a { background-color: rgb(222,255,237); } div.DivClassName { background-color: #DEFFED; } .BgClassName { background-color: #DEFFED; } </style>
<style> span { border-color: #DEFFED; } span { border-color: rgb(222,255,237); } td.TdClassName { border-color: #DEFFED; } .TagClassName { border-color: #DEFFED; } </style>