# File lib/rcov/formatters/html_profiling.rb, line 17
      def default_color
        if @color
          "rgb(179,205,255)"
        else
          "rgb(255, 255, 255)"
        end
      end