#DFDFDF

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

Shades of Gainsboro #DFDFDF

Tints of Gainsboro #DFDFDF

Color information

#DFDFDF (or 0xDFDFDF) is unknown color: approx Gainsboro. HEX triplet: DF, DF and DF. RGB value is (223,223,223). Sum of RGB (Red+Green+Blue) = 223+223+223=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 223 - color contains mainly: red, green, blue. Hex color #DFDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFDF is #202020. Grayscale: #DEDEDE. Windows color (decimal): -2105377 or 14671839. OLE color: 14671839.

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

Color convert

RGB223223223-
CMYK0000.13
HSL0%87.45%-
HSV(B)0%87.45%-
XYZ70.1473.7980.36-
YUV223128128-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.33%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 223 (87.5% 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.13
SystemRedGreenBlueCMYKHSL
Decimal2232232230000.130087.45
HexDFDFDF000D0057
Octal3373373370001500127
Binary1101111111011111110111110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFDF; }

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

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

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

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

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

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

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

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