Html Css Color HEX #DCDBDB Gainsboro

📋 copy color: '#DCDBDB'

red 220 ◦ green 219 ◦ blue 219

#DCDBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gainsboro #DCDBDB

Tints of Gainsboro #DCDBDB

RGB

 RED value IS 220 (86.33% from 255) = 33.43%

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 219 (85.94% from 255) = 33.28%

R = 33.43%
G = 33.28%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCDBDB (or 0xDCDBDB) is known color: Gainsboro. HEX triplet: DC, DB and DB. RGB value is (220,219,219). Sum of RGB (Red+Green+Blue) = 220+219+219=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBDB is #232424. Grayscale: #DBDBDB. Windows color (decimal): -2303013 or 14408668. OLE color: 14408668.

HSL color Cylindrical-coordinate representation of color #DCDBDB: 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 #DCDBDB is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 219 -
CMYK 0 0.00 0.00 0.14
HSL 0.01% 0.86% -
HSV(B) 0% 0.86% -
XYZ 67.63 70.99 77.16 -
YUV 219.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 220 219 219 0 0.00 0.00 0.14 0 0.01 0.86
Hex DC DB DB 0 0 0 E 0 1 56
Octal 334 333 333 0 0 0 16 0 1 126
Binary 11011100 11011011 11011011 0 0 0 1110 0 1 1010110

Color Harmonies of #DCDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBDB

Black with #DCDBDB

Text Example


Text Example

White with #DCDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBDB; }

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

 H1.HeaderClassName
 {
   color: #DCDBDB;
 }
 .AnyTagClassName
 {
   color: #DCDBDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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