본문 바로가기

프로그래밍/Etc

color code

 darkslategray = 0x2f4f4f,
 slategray = 0x708090,
 lightslategray = 0x778899, 
 dimgray = 0x696969, 
 gray = 0x808080, 
 darkgray = 0xa9a9a9, 
 silver = 0xc0c0c0, 
 lightgrey = 0xd3d3d3, 
 gainsboro = 0xdcdcdc, 
 white = 0xffffff, 
 seashell = 0xfff5ee, 
 snow = 0xfffafa, 
 ghostwhite = 0xf8f8ff, 
 floralwhite = 0xfffaf0, 
 whitesmoke = 0xf5f5f5, 
 aliceblue = 0xf0f8ff, 
 azure = 0xf0ffff, 
 oldlace = 0xfdf5e6, 
 mintcream = 0xf5fffa, 
 papayawhip = 0xffefd5, 
 peachpuff = 0xffdab9, 
 linen = 0xfaf0e6, 
 palegoldenrod = 0xeee8aa, 
 mistyrose = 0xffe4e1, 
 moccasin = 0xffe4b5, 
 navajowhite = 0xffdead, 
 tan = 0xd2b48c, 
 wheat = 0xf5deb3, 
 lightgoldenrodyellow = 0xfafad2, 
 lightyellow = 0xffffe0, 
 cornsilk = 0xfff8dc, 
 antiquewhite = 0xfaebd7, 
 beige = 0xf5f5dc, 
 lemonchiffon = 0xfffacd, 
 ivory = 0xfffff0, 
 khaki = 0xf0e68c, 
 lavender = 0xe6e6fa, 
 lavenderblush = 0xfff0f5, 
 bisque = 0xffe4c4, 
 blanchedalmond = 0xffebcd, 
 burlywood = 0xdeb887, 
 peru = 0xcd853f, 
 darkturquoise = 0x00ced1, 
 deepskyblue = 0x00bfff, 
 aquamarine = 0x7fffd4, 
 dodgerblue = 0x1e90ff, 
 cyan = 0x00ffff, 
 honeydew = 0xf0fff0, 
 lightskyblue = 0x87cefa, 
 paleturquoise = 0xafeeee, 
 lightcyan = 0xe0ffff, 
 lightblue = 0xadd8e6, 
 lightsteelblue = 0xadd8e6, 
 turquoise = 0x40e0d0, 
 mediumturquoise = 0x48d1cc, 
 aqua = 0x00ffff, 
 mediumslateblue = 0x7b68ee, 
 midnightblue = 0x191970, 
 cornflowerblue = 0x6495ed, 
 mediumblue = 0x0000cd, 
 slateblue = 0x6a5acd, 
 steelblue = 0x4682b4, 
 blue = 0x0000ff, 
 darkslateblue = 0x483d8b, 
 cadetblue = 0x5f9ea0, 
 skyblue = 0x87ceeb, 
 royalblue = 0x4169e1, 
 powderblue = 0xb0e0e6, 
 navy = 0x000080, 
 darkblue = 0x00008b, 
 blueviolet = 0x8a2be2, 
 tomato = 0xff6347, 
 orangered = 0xff4500, 
 red = 0xff0000, 
 maroon = 0x800000, 
 darkred = 0x8b0000, 
 firebrick = 0xb22222, 
 chocolate = 0xd2691e, 
 saddlebrown = 0x8b4513, 
 sienna = 0xa0522d, 
 rosybrown = 0xbc8f8f, 
 coral = 0xff7f50, 
 darkorange = 0xff8c00, 
 orange = 0xffa500, 
 darkgoldenrod = 0xb8860b, 
 gold = 0xffd700, 
 yellow = 0xffff00, 
 chartreuse = 0x7fff00, 
 lawngreen = 0x7cfc00, 
 lime = 0x00ff00, 
 limegreen = 0x32cd32, 
 springgreen = 0x00ff7f, 
 mediumseagreen = 0x3cb371, 
 greenyellow = 0xadff2f, 
 darkseagreen = 0x8fbc8f, 
 lightgreen = 0x0ee90, 
 palegreen = 0x8fb98, 
 yellowgreen = 0x9acd32, 
 seagreen = 0x2e8b57, 
 mediumspringgreen = 0x00fa9a, 
 lightseagreen = 0x20b2aa, 
 mediumaquamarine = 0x66cdaa, 
 forestgreen = 0x228b22, 
 darkcyan = 0x008b8b, 
 teal = 0x008080, 
 darkgreen = 0x006400, 
 darkolivegreen = 0x556b2f, 
 green = 0x008000, 
 olive = 0x808000, 
 olivedrab = 0x6b8e23, 
 darkkhaki = 0xbdb76b, 
 goldenrod = 0xdaa520, 
 

■ 2f4f4f darkslategray 다크슬레이트그레이
■ 708090 slategray 슬레이트그레이
■ 778899 lightslategray 라이트슬레이트그레이
■ 696969 dimgray 딤그레이
■ 808080 gray 그레이
■ a9a9a9 darkgray 다크그레이
■ c0c0c0 silver 실버
■ d3d3d3 lightgrey 라이트그레이
■ dcdcdc gainsboro 게인스보로
■ ffffff white 화이트
■ fff5ee seashell 씨쉘
■ fffafa snow 스노우
■ f8f8ff ghostwhite 고스트화이트
■ fffaf0 floralwhite 후로랄화이트
■ f5f5f5 whitesmoke 화이트스모크
■ f0f8ff aliceblue 앨리스블루
■ f0ffff azure 애쥬어
■ fdf5e6 oldlace 올드래이스
■ f5fffa mintcream 민트크림
■ ffefd5 papayawhip 파파야윕
■ ffdab9 peachpuff 피치퍼프
■ faf0e6 linen 린넨
■ eee8aa palegoldenrod 팔레골덴로드
■ ffe4e1 mistyrose 미스티로즈
■ ffe4b5 moccasin 모카신
■ ffdead navajowhite 나바조화이트

■ d2b48c tan 탄
■ f5deb3 wheat 위트
■ fafad2 lightgoldenrodyellow 라이트골덴로드옐로우
■ ffffe0 lightyellow 라이트옐로우
■ fff8dc cornsilk 콘실크
■ faebd7 antiquewhite 안티크화이트
■ f5f5dc beige 베이지
■ fffacd lemonchiffon 레몬치폰
■ fffff0 ivory 아이보리
■ f0e68c khaki 카키
■ e6e6fa lavender 라벤더
■ fff0f5 lavenderblush 라벤더블러시
■ ffe4c4 bisque 비스크
■ ffebcd blanchedalmond 블란체달몬드
■ deb887 burlywood 벌리우드
■ cd853f peru 페루
■ 00ced1 darkturquoise 다크터콰이즈
■ 00bfff deepskyblue 딥스카이블루
■ 7fffd4 aquamarine 아쿠아마린
■ 1e90ff dodgerblue 도저블루
■ 00ffff cyan 시안
■ f0fff0 honeydew 허니듀
■ 87cefa lightskyblue 라이트스카이블루
■ afeeee paleturquoise 팔레터콰이즈
■ e0ffff lightcyan 라이트시안
■ add8e6 lightblue 라이트블루
■ add8e6 lightsteelblue 라이트스틸블루
■ 40e0d0 turquoise 터콰이즈
■ 48d1cc mediumturquoise 미디엄터콰이즈
■ 00ffff aqua 아쿠아
■ 7b68ee mediumslateblue 미디움슬레이트블루
■ 191970 midnightblue 미드나이트블루
■ 6495ed cornflowerblue 콘플라워블루
■ 0000cd mediumblue 미디움블루
■ 6a5acd slateblue 슬레이트블루
■ 4682b4 steelblue 스틸블루
■ 0000ff blue 블루
■ 483d8b darkslateblue 다크슬레이트블루
■ 5f9ea0 cadetblue 카뎃블루
■ 87ceeb skyblue 스카이블루
■ 4169e1 royalblue 로열블루
■ b0e0e6 powderblue 파우더블루
■ 000080 navy 네이비
■ 00008b darkblue 다크블루
■ 8a2be2 blueviolet 블루바이올렛

■ ff6347 tomato 토마토
■ ff4500 orangered 오렌지레드
■ ff0000 red 레드
■ 800000 maroon 마룬
■ 8b0000 darkred 다크레드
■ b22222 firebrick 파이어브릭
■ d2691e chocolate 초콜렛
■ 8b4513 saddlebrown 새들브라운
■ a0522d sienna 시에나
■ bc8f8f rosybrown 로지브라운
■ ff7f50 coral 코랄
■ ff8c00 darkorange 다크오렌지
■ ffa500 orange 오렌지
■ b8860b darkgoldenrod 다크골덴로드
■ ffd700 gold 골드
■ ffff00 yellow 옐로우
■ 7fff00 chartreuse 차트리우스
■ 7cfc00 lawngreen 라운그린
■ 00ff00 lime 라임
■ 32cd32 limegreen 라임그린
■ 00ff7f springgreen 스프링그린
■ 3cb371 mediumseagreen 미디움씨그린
■ adff2f greenyellow 그린옐로우
■ 8fbc8f darkseagreen 다크씨그린
■ 0ee90 lightgreen 라이트그린
■ 8fb98 palegreen 팔레그린
■ 9acd32 yellowgreen 옐로우그린
■ 2e8b57 seagreen 씨그린
■ 00fa9a mediumspringgreen 미디움스프링그린
■ 20b2aa lightseagreen 라이트씨그린
■ 66cdaa mediumaquamarine 미디움아쿠아마린
■ 228b22 forestgreen 포레스트그린
■ 008b8b darkcyan 다크시안
■ 008080 teal 틸
■ 006400 darkgreen 다크그린
■ 556b2f darkolivegreen 다크올리브그린
■ 008000 green 그린
■ 808000 olive 올리브
■ 6b8e23 olivedrab 올리브드래브
■ bdb76b darkkhaki 다크카이
■ daa520 goldenrod 골덴로드