#DFDCDC

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

Shades of Gainsboro #DFDCDC

Tints of Gainsboro #DFDCDC

Color information

#DFDCDC (or 0xDFDCDC) is unknown color: approx Gainsboro. HEX triplet: DF, DC and DC. RGB value is (223,220,220). Sum of RGB (Red+Green+Blue) = 223+220+220=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDC is #202323. Grayscale: #DCDCDC. Windows color (decimal): -2106148 or 14474463. OLE color: 14474463.

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

Color convert

RGB223220220-
CMYK00.010.010.13
HSL4.48%86.86%-
HSV(B)1.35%87.45%-
XYZ68.9472.0477.98-
YUV220.9127.49129.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=33.63%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322022000.010.010.1304.4886.86
HexDFDCDC011D0457
Octal3373343340111504127
Binary110111111101110011011100011110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCDC; }

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

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

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

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

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

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

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

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