#DEFCCC (or 0xDEFCCC) is unknown color: approx Hint Of Green. HEX triplet: DE, FC and CC. RGB value is (222,252,204). Sum of RGB (Red+Green+Blue) = 222+252+204=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCCC is #210333. Grayscale: #EDEDED. Windows color (decimal): -2163508 or 13434078. OLE color: 13434078.
HSL color Cylindrical-coordinate representation of color #DEFCCC: hue angle of 97.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEFCCC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
<style> p { color: #DEFCCC; } p { color: rgb(222,252,204); } H1.HeaderClassName { color: #DEFCCC; } .AnyTagClassName { color: #DEFCCC; } </style>
<style> a { background-color: #DEFCCC; } a { background-color: rgb(222,252,204); } div.DivClassName { background-color: #DEFCCC; } .BgClassName { background-color: #DEFCCC; } </style>
<style> span { border-color: #DEFCCC; } span { border-color: rgb(222,252,204); } td.TdClassName { border-color: #DEFCCC; } .TagClassName { border-color: #DEFCCC; } </style>