#DCDCDC

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

Shades of Gainsboro #DCDCDC

Tints of Gainsboro #DCDCDC

Color information

#DCDCDC (or 0xDCDCDC) is known color: Gainsboro. HEX triplet: DC, DC and DC. RGB value is (220,220,220). Sum of RGB (Red+Green+Blue) = 220+220+220=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 220 - color contains mainly: red, green, blue. Hex color #DCDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCDC is #232323. Grayscale: #DBDBDB. Windows color (decimal): -2302756 or 14474460. OLE color: 14474460.

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

Color convert

RGB220220220-
CMYK0000.14
HSL0%86.27%-
HSV(B)0%86.27%-
XYZ68.0371.5777.94-
YUV220128128-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202202200000.140086.27
HexDCDCDC000E0056
Octal3343343340001600126
Binary1101110011011100110111000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCDC; }

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

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

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

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

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

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

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

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