#DEFCFB (or 0xDEFCFB) is unknown color: approx Light Cyan. HEX triplet: DE, FC and FB. RGB value is (222,252,251). Sum of RGB (Red+Green+Blue) = 222+252+251=725 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.62% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCFB is #210304. Grayscale: #F2F2F2. Windows color (decimal): -2163461 or 16514270. OLE color: 16514270.
HSL color Cylindrical-coordinate representation of color #DEFCFB: hue angle of 178º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFCFB is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
<style> p { color: #DEFCFB; } p { color: rgb(222,252,251); } H1.HeaderClassName { color: #DEFCFB; } .AnyTagClassName { color: #DEFCFB; } </style>
<style> a { background-color: #DEFCFB; } a { background-color: rgb(222,252,251); } div.DivClassName { background-color: #DEFCFB; } .BgClassName { background-color: #DEFCFB; } </style>
<style> span { border-color: #DEFCFB; } span { border-color: rgb(222,252,251); } td.TdClassName { border-color: #DEFCFB; } .TagClassName { border-color: #DEFCFB; } </style>