#DEFBCD (or 0xDEFBCD) is unknown color: approx Hint Of Green. HEX triplet: DE, FB and CD. RGB value is (222,251,205). Sum of RGB (Red+Green+Blue) = 222+251+205=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBCD is #210432. Grayscale: #EDEDED. Windows color (decimal): -2163763 or 13499358. OLE color: 13499358.
HSL color Cylindrical-coordinate representation of color #DEFBCD: hue angle of 97.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEFBCD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
<style> p { color: #DEFBCD; } p { color: rgb(222,251,205); } H1.HeaderClassName { color: #DEFBCD; } .AnyTagClassName { color: #DEFBCD; } </style>
<style> a { background-color: #DEFBCD; } a { background-color: rgb(222,251,205); } div.DivClassName { background-color: #DEFBCD; } .BgClassName { background-color: #DEFBCD; } </style>
<style> span { border-color: #DEFBCD; } span { border-color: rgb(222,251,205); } td.TdClassName { border-color: #DEFBCD; } .TagClassName { border-color: #DEFBCD; } </style>