#DCDADA

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

Shades of Gainsboro #DCDADA

Tints of Gainsboro #DCDADA

Color information

#DCDADA (or 0xDCDADA) is unknown color: approx Gainsboro. HEX triplet: DC, DA and DA. RGB value is (220,218,218). Sum of RGB (Red+Green+Blue) = 220+218+218=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDADA is #232525. Grayscale: #DADADA. Windows color (decimal): -2303270 or 14342876. OLE color: 14342876.

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

Color convert

RGB220218218-
CMYK00.010.010.14
HSL2.78%85.88%-
HSV(B)0.91%86.27%-
XYZ67.2470.4276.38-
YUV218.6127.66129-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=33.54%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021821800.010.010.1402.7885.88
HexDCDADA011E0356
Octal3343323320111603126
Binary11011100110110101101101001111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDADA; }

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

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

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

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

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

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

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

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