#DEFEFA (or 0xDEFEFA) is unknown color: approx Light Cyan. HEX triplet: DE, FE and FA. RGB value is (222,254,250). Sum of RGB (Red+Green+Blue) = 222+254+250=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEFA is #210105. Grayscale: #F3F3F3. Windows color (decimal): -2162950 or 16449246. OLE color: 16449246.
HSL color Cylindrical-coordinate representation of color #DEFEFA: hue angle of 172.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEFA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
<style> p { color: #DEFEFA; } p { color: rgb(222,254,250); } H1.HeaderClassName { color: #DEFEFA; } .AnyTagClassName { color: #DEFEFA; } </style>
<style> a { background-color: #DEFEFA; } a { background-color: rgb(222,254,250); } div.DivClassName { background-color: #DEFEFA; } .BgClassName { background-color: #DEFEFA; } </style>
<style> span { border-color: #DEFEFA; } span { border-color: rgb(222,254,250); } td.TdClassName { border-color: #DEFEFA; } .TagClassName { border-color: #DEFEFA; } </style>