#DFD6D6

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

Shades of Gainsboro #DFD6D6

Tints of Gainsboro #DFD6D6

Color information

#DFD6D6 (or 0xDFD6D6) is unknown color: approx Gainsboro. HEX triplet: DF, D6 and D6. RGB value is (223,214,214). Sum of RGB (Red+Green+Blue) = 223+214+214=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6D6 is #202929. Grayscale: #D8D8D8. Windows color (decimal): -2107690 or 14079711. OLE color: 14079711.

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

Color convert

RGB223214214-
CMYK00.040.040.13
HSL12.33%85.69%-
HSV(B)4.04%87.45%-
XYZ66.6268.6473.36-
YUV216.69126.48132.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=34.25%
G=32.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321421400.040.040.13012.3385.69
HexDFD6D6044D0c56
Octal33732632604415014126
Binary11011111110101101101011001001001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6D6; }

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

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

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

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

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

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

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

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