#DBDADA

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

Shades of Gainsboro #DBDADA

Tints of Gainsboro #DBDADA

Color information

#DBDADA (or 0xDBDADA) is unknown color: approx Gainsboro. HEX triplet: DB, DA and DA. RGB value is (219,218,218). Sum of RGB (Red+Green+Blue) = 219+218+218=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDADA is #242525. Grayscale: #DADADA. Windows color (decimal): -2368806 or 14342875. OLE color: 14342875.

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

Color convert

RGB219218218-
CMYK00.000.000.14
HSL1.37%85.69%-
HSV(B)0.46%85.88%-
XYZ66.9470.2676.36-
YUV218.3127.83128.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=33.44%
G=33.28%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921821800.000.000.1401.3785.69
HexDBDADA000E0156
Octal3333323320001601126
Binary1101101111011010110110100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDADA; }

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

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

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

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

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

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

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

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