#DCD7D7

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

Shades of Gainsboro #DCD7D7

Tints of Gainsboro #DCD7D7

Color information

#DCD7D7 (or 0xDCD7D7) is unknown color: approx Gainsboro. HEX triplet: DC, D7 and D7. RGB value is (220,215,215). Sum of RGB (Red+Green+Blue) = 220+215+215=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7D7 is #232828. Grayscale: #D8D8D8. Windows color (decimal): -2304041 or 14145500. OLE color: 14145500.

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

Color convert

RGB220215215-
CMYK00.020.020.14
HSL6.67%85.29%-
HSV(B)2.27%86.27%-
XYZ66.0868.7274.07-
YUV216.5127.16130.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=33.85%
G=33.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021521500.020.020.1406.6785.29
HexDCD7D7022E0755
Octal3343273270221607125
Binary11011100110101111101011101010111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7D7; }

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

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

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

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

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

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

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

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