Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The RGB or html color of paper [closed]

Tags:

colors

I am trying to find the color of paper from a paperback novel. Maybe it is a stupid question but I am working on a program in my spare time that provides a large number of pages for a user to read through and am looking for the comfortably familiar color of a well worn paperback novel. My scanner seems to bleach the pages I have tried to sample. (looking for a sheepish emoticon right now)

like image 288
AnvilRockRoad Avatar asked Aug 02 '10 21:08

AnvilRockRoad


People also ask

Which RGB color is correct in HTML?

Each parameter (red, green, and blue) defines the intensity of the color with a value between 0 and 255. This means that there are 256 x 256 x 256 = 16777216 possible colors! For example, rgb(255, 0, 0) is displayed as red, because red is set to its highest value (255), and the other two (green and blue) are set to 0.

What color code is paper?

The hexadecimal color code #f2eecb is a very light shade of yellow. In the RGB color model #f2eecb is comprised of 94.9% red, 93.33% green and 79.61% blue. In the HSL color space #f2eecb has a hue of 54° (degrees), 60% saturation and 87% lightness.

What does RGB 255 255 255 mean?

The RGB color 255, 255, 255 is a light color, and the websafe version is hex FFFFFF, and the color name is white. A complement of this color would be 255, 255, 255, and the grayscale version is 255, 255, 255.

What is RGB color format?

What is RGB? RGB is an additive system that uses varying intensities of red, green, and blue to create color on a digital screen. Essentially, RGB colors begin as a true shade of black.


1 Answers

There really isn't a single color that matches a paperback novel -- a gradient or textured pattern would be better to get the effect you are looking for. (Although, speaking only for myself -- I find that plain black text on a white background to be the easiest to read on the screen or off of it. The font face makes a greater difference than the background color, IMHO.)

like image 120
Sean Vieira Avatar answered Sep 21 '22 18:09

Sean Vieira