#DBDCDC

Color #DBDCDC Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #DBDCDC

Tints of Athens Grey #DBDCDC

Color information

#DBDCDC (or 0xDBDCDC) is unknown color: approx Athens Grey. HEX triplet: DB, DC and DC. RGB value is (219,220,220). Sum of RGB (Red+Green+Blue) = 219+220+220=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #DBDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCDC is #242323. Grayscale: #DBDBDB. Windows color (decimal): -2368292 or 14474459. OLE color: 14474459.

HSL color Cylindrical-coordinate representation of color #DBDCDC: hue angle of 180º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DBDCDC is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219220220-
CMYK0.00000.14
HSL180º1.41%86.08%-
HSV(B)180º0.45%86.27%-
XYZ67.7271.4177.92-
YUV219.7128.17127.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=33.23%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192202200.00000.141801.4186.08
HexDBDCDC000Eb4156
Octal333334334000162641126
Binary11011011110111001101110000011101011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCDC; }

 p { color: rgb(219,220,220); }

 H1.HeaderClassName
 {
   color: #DBDCDC;
 }
 .AnyTagClassName
 {
   color: #DBDCDC;
 }
</style>
background-color css

<style>
 a { background-color: #DBDCDC; }

 a { background-color: rgb(219,220,220); }

 div.DivClassName
 {
   background-color: #DBDCDC;
 }
 .BgClassName
 {
   background-color: #DBDCDC;
 }
</style>
border-color css

<style>
 span { border-color: #DBDCDC; }

 span { border-color: rgb(219,220,220); }

 td.TdClassName
 {
   border-color: #DBDCDC;
 }
 .TagClassName
 {
   border-color: #DBDCDC;
 }
</style>