#DFD5D5

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

Shades of Gainsboro #DFD5D5

Tints of Gainsboro #DFD5D5

Color information

#DFD5D5 (or 0xDFD5D5) is unknown color: approx Gainsboro. HEX triplet: DF, D5 and D5. RGB value is (223,213,213). Sum of RGB (Red+Green+Blue) = 223+213+213=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D5 is #202A2A. Grayscale: #D8D8D8. Windows color (decimal): -2107947 or 14013919. OLE color: 14013919.

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

Color convert

RGB223213213-
CMYK00.040.040.13
HSL13.51%85.49%-
HSV(B)4.48%87.45%-
XYZ66.2468.0872.6-
YUV215.99126.31133-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=34.36%
G=32.82%
B=32.82%

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
Decimal22321321300.040.040.13013.5185.49
HexDFD5D5044D0e55
Octal33732532504415016125
Binary11011111110101011101010101001001101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5D5; }

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

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

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

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

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

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

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

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