Flux rss
Bookmark Bookmark & Share
La tabella dei colori A mesa das cores Die Farbpalette La table des couleurs La tabla de color

Coding colours

In HTML, colours are defined by three hexadecimal numbers, which represent the Red, Green, and Blue tones (using RGB coding) of the chosen colour. This is the syntax for coding a colour in HTML:

color="#RRGGBB"
RR, GG and BB each represent a hexadecimel number between 00 and FF for Red, Green, and Blue, respectively.

With this syntax, more than 16 million colours can be used in web pages. However, as not all browsers recognise colours in the same way, the W3C recommends using the colours given below, which have all been given specific names. Therefore, you can (and should) render colours as follows:

color="colour_name"



Colour NameRGB coding
alicebluealiceblue#F0F8FF
antiquewhiteantiquewhite#FAEBD7
aquaaqua#00FFFF
aquamarineaquamarine#7FFFD4
azureazure#F0FFFF
beigebeige#F5F5DC
bisquebisque#FFE4C4
blackblack#000000
blanchedalmondblanchedalmond#FFEBCD
blueblue#0000FF
bluevioletblueviolet#8A2BE2
brownbrown#A52A2A
burlywoodburlywood#DEB887
cadetbluecadetblue#5F9EA0
chartreusechartreuse#7FFF00
chocolatechocolate#D2691E
coralcoral#FF7F50
cornflowerbluecornflowerblue#6495ED
cornsilkcornsilk#FFF8DC
crimsoncrimson#DC143C
cyancyan#00FFFF
darkbluedarkblue#00008B
darkcyandarkcyan#008B8B
darkgoldenroddarkgoldenrod#B8860B
darkgraydarkgray#A9A9A9
darkgreendarkgreen#006400
darkkhakidarkkhaki#BDB76B
darkmagentadarkmagenta#8B008B
darkolivegreendarkolivegreen#556B2F
darkorangedarkorange#FF8C00
darkorchiddarkorchid#9932CC
darkreddarkred#8B0000
darksalmondarksalmon#E9967A
darkseagreendarkseagreen#8FBC8F
darkslatebluedarkslateblue#483D8B
darkslategraydarkslategray#2F4F4F
darkturquoisedarkturquoise#00CED1
darkvioletdarkviolet#9400D3
deeppinkdeeppink#FF1493
deepskybluedeepskyblue#00BFFF
dimgraydimgray#696969
dodgerbluedodgerblue#1E90FF
firebrickfirebrick#B22222
floralwhitefloralwhite#FFFAF0
forestgreenforestgreen#228B22
fuchsiafuchsia#FF00FF
gainsborogainsboro#DCDCDC
ghostwhiteghostwhite#F8F8FF
goldgold#FFD700
goldenrodgoldenrod#DAA520
graygray#808080
greengreen#008000
greenyellowgreenyellow#ADFF2F
honeydewhoneydew#F0FFF0
hotpinkhotpink#FF69B4
indianredindianred#CD5C5C
indigoindigo#4B0082
ivoryivory#FFFFF0
khakikhaki#F0E68C
lavenderlavender#E6E6FA
lavenderblushlavenderblush#FFF0F5
lawngreenlawngreen#7CFC00
lemonchiffonlemonchiffon#FFFACD
lightbluelightblue#ADD8E6
lightcorallightcoral#F08080
lightcyanlightcyan#E0FFFF
lightgoldenrodyellowlightgoldenrodyellow#FAFAD2
lightgreenlightgreen#90EE90
lightgreylightgrey#D3D3D3
lightpinklightpink#FFB6C1
lightsalmonlightsalmon#FFA07A
lightseagreenlightseagreen#20B2AA
lightskybluelightskyblue#87CEFA
lightslategraylightslategray#778899
lightsteelbluelightsteelblue#B0C4DE
lightyellowlightyellow#FFFFE0
limelime#00FF00
limegreenlimegreen#32CD32
linenlinen#FAF0E6
magentamagenta#FF00FF
maroonmaroon#800000
mediumaquamarinemediumaquamarine#66CDAA
mediumbluemediumblue#0000CD
mediumorchidmediumorchid#BA55D3
mediumpurplemediumpurple#9370DB
mediumseagreenmediumseagreen#3CB371
mediumslatebluemediumslateblue#7B68EE
mediumspringgreenmediumspringgreen#00FA9A
mediumturquoisemediumturquoise#48D1CC
mediumvioletredmediumvioletred#C71585
midnightbluemidnightblue#191970
mintcreammintcream#F5FFFA
mistyrosemistyrose#FFE4E1
moccasinmoccasin#FFE4B5
navajowhitenavajowhite#FFDEAD
navynavy#000080
oldlaceoldlace#FDF5E6
oliveolive#808000
olivedrabolivedrab#6B8E23
orangeorange#FFA500
orangeredorangered#FF4500
orchidorchid#DA70D6
palegoldenrodpalegoldenrod#EEE8AA
palegreenpalegreen#98FB98
paleturquoisepaleturquoise#AFEEEE
palevioletredpalevioletred#DB7093
papayawhippapayawhip#FFEFD5
peachpuffpeachpuff#FFDAB9
peruperu#CD853F
pinkpink#FFC0CB
plumplum#DDA0DD
powderbluepowderblue#B0E0E6
purplepurple#800080
redred#FF0000
rosybrownrosybrown#BC8F8F
royalblueroyalblue#4169E1
saddlebrownsaddlebrown#8B4513
salmonsalmon#FA8072
sandybrownsandybrown#F4A460
seagreenseagreen#2E8B57
seashellseashell#FFF5EE
siennasienna#A0522D
silversilver#C0C0C0
skyblueskyblue#87CEEB
slateblueslateblue#6A5ACD
slategrayslategray#708090
snowsnow#FFFAFA
springgreenspringgreen#00FF7F
steelbluesteelblue#4682B4
tantan#D2B48C
tealteal#008080
thistlethistle#D8BFD8
tomatotomato#FF6347
turquoiseturquoise#40E0D0
violetviolet#EE82EE
wheatwheat#F5DEB3
whitewhite#FFFFFF
whitesmokewhitesmoke#F5F5F5
yellowyellow#FFFF00
yellowgreenyellowgreen#9ACD32


Last update on Monday April 27, 2009 03:59:09 PM.This document entitled « The Colour Table » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Computer representation of colour Colour representations In order to be able to handle colours correctly and to exchange colorimetric information it is necessary to have the means to categorize them and to choose them. Thus, it is not uncommon to have the choice of the colour of a... en.kioskea.net/contents/video/couleur.php3
The Tablet PC The Tablet PC What is a Tablet PC? A Tablet PC: for whom and for what purpose? Tablet "slate" Convertible Tablet PC The price Criteria for choosing its Tablet PC New generation of Tablet PC What is a Tablet PC? More user... en.kioskea.net/faq/sujet-2350-the-tablet-pc
How to create your own WebsiteHow to create your own Website What is HTML? Example 1: HTML Tags HTML Elements Basic HTML Tags to Remember Example 2 HTML Attributes and Values Example 3 Colour Tags Example 4 Text Formatting Example 5 HTML Division Tags Example... en.kioskea.net/faq/sujet-173-how-to-create-your-own-website
Sorting a table without using the sort functionSorting a table without using the sort function Getting started Pseudocode The coding Getting started First of all we initialize a variable $ max with the 1st value of table. Then we will make a loop until the table still contains... en.kioskea.net/faq/sujet-901-sorting-a-table-without-using-the-sort-function
MD5 crash downMD5 crash down Myth Reality Explanations Collisions Rainbow-Tables In practice Myth MD5 has been broken. It is safer not to use it. Reality FALSE. Explanations Collisions The MD5 flaw found in the possibility of finding MD5... en.kioskea.net/faq/sujet-1679-md5-crash-down
Changing font colour (Solved)Hi, I've looked at some posts on your site and followed the advice, however I can't get this to work. I'd like to change the font colour of a range of cells depending on whether it contains a formula or text. Initially all cells in the range contain a... en.kioskea.net/forum/affich-97900-changing-font-colour
Tablet pavilion tx1000Hello, Hello, i need to download video controller (VGA) for Windows XP tablet pavilion tx1000 , i found some links but it required to update windows, so plzzzzzzz help me to find any link that i can download from...thanx en.kioskea.net/forum/affich-29401-tablet-pavilion-tx1000
Need Win XP Tablet PC Edition OSHello, I need to reinstall Win XP Tablet PC Edition on my ThinkPad X41 Tablet Laptop. I have the serial number but I cannot locate the CD/DVDs. I used a standard XP Professional CD to get the laptop to work, but I lost all of the tablet capabilities... en.kioskea.net/forum/affich-65860-need-win-xp-tablet-pc-edition-os
Download Colour SpyWith "Colour Spy", you will be able to choose any color on any window shown in the screen and to transform it into hexadecimal code, what is very practical to assure a well-blended of picture on the bottom of a Web page.Endowed with a simple interface... en.kioskea.net/telecharger/telecharger-779-colour-spy
Download Messenger Plus! LiveMessenger Plus! Live fully integrates with Windows Live Messenger to add many features. You can choose to manage your ongoing conversations by tab, send emoticons, quickly hide windows Live in the course of use. Advantage Create custom status to... en.kioskea.net/telecharger/telecharger-3347-messenger-plus-live
Download Lexmark x1190 Printer DriverThe Lexmark X1190 offers 4800 x 1200 dots per inch (dpi) resolution colour on photo paper in best mode, allowing consumers to produce photo-quality pictures. The flexible flatbed scanner is designed to handle books, reports and photographs.... en.kioskea.net/telecharger/telecharger-894-lexmark-x1190-printer-driver
Gretag Macbeth MacBeth Colour Checker ChartThe Colour Checker Chart is designed for use as a colour calibration tool for use by photographers in both tradtional and digital photography. When used along with colour management software, it allows you to calibrate your camera in line with your... en.kioskea.net/guide/655368368-gretag-macbeth-macbeth-colour-checker-chart
Gretag Macbeth MacBeth Mini Colour Checker ChartMade to the same exacting standards as the Gretag Macbeth ColorChecker chart, this miniature chart is invaluable for close-up rostrum or other macro work. Use as a visual colour check or in conjunction with camera profiling software to create ICC... en.kioskea.net/guide/655368464-gretag-macbeth-macbeth-mini-colour-checker-chart
Pantone Huey Screen Calibration Software with USB Colour Imager (PC)The PANTONE huey monitor calibration device is a true breakthrough in terms of form, function and usability. About the size of a small marker pen, huey is a simple to use, plug and play monitor calibration solution that delivers excellent results on... en.kioskea.net/guide/569184211-pantone-huey-screen-calibration-software-with-usb-colour-imager-pc
Obama invites Americans to take a "Seat at the Table"President-elect Barack Obama, seen here on December 3, 2008, on Saturday took a cyber-step towards greater transparency and interactive government with a new feature on his official transition website called "Seat at the Table." US president-elect... en.kioskea.net/actualites/obama-invites-americans-to-take-a-seat-at-the-table-11039-actualite.php3
BackgroundsAdding a Background Image A background image for a web page can be set using the tag: Attribute Visual Effect BACKGROUND="image" Displays image as background bgcolor="name_of_Colour or #XXXXXX" Displays the given colour... en.kioskea.net/contents/html/htmlfond.php3
Vector and bitmap imagesvector images and bitmap images There are two main categories of images: bitmap images (also called raster images): these are pixeled images, i.e. a set of points (pixels) contained in a table, each of these points having one or more values... en.kioskea.net/contents/video/vector.php3
FAT16 and FAT32The FAT16 file system The first file system to be used on a Microsoft operating system was the FAT system, which uses a file allocation table. The file allocation table is actually an index which lists the content of the disk in order to record the... en.kioskea.net/contents/repar/fat32.php3