#DEFBC1 (or 0xDEFBC1) is unknown color: approx Tea Green. HEX triplet: DE, FB and C1. RGB value is (222,251,193). Sum of RGB (Red+Green+Blue) = 222+251+193=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBC1 is #21043E. Grayscale: #EBEBEB. Windows color (decimal): -2163775 or 12712926. OLE color: 12712926.
HSL color Cylindrical-coordinate representation of color #DEFBC1: hue angle of 90º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFBC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
<style> p { color: #DEFBC1; } p { color: rgb(222,251,193); } H1.HeaderClassName { color: #DEFBC1; } .AnyTagClassName { color: #DEFBC1; } </style>
<style> a { background-color: #DEFBC1; } a { background-color: rgb(222,251,193); } div.DivClassName { background-color: #DEFBC1; } .BgClassName { background-color: #DEFBC1; } </style>
<style> span { border-color: #DEFBC1; } span { border-color: rgb(222,251,193); } td.TdClassName { border-color: #DEFBC1; } .TagClassName { border-color: #DEFBC1; } </style>