Light Grey Color Hex Code Code Example
		 Example 1: light grey color code HTML /  CSS Color Name         	Hex Code #RRGGBB	 Decimal Code ( R , G , B ) gainsboro 	                    #DCDCDC 	             rgb ( 220 , 220 , 220 ) lightgray  /  lightgrey 	        #D3D3D3 	             rgb ( 211 , 211 , 211 ) silver 	                        #C0C0C0             	 rgb ( 192 , 192 , 192 ) darkgray  /  darkgrey 	            #A9A9A9 	             rgb ( 169 , 169 , 169 ) Example 2: grey rgb RGB ( 220 , 220 , 220 )