Shades of Gainsboro #DCD9D9
Tints of Gainsboro #DCD9D9
RGB
CMYK
RGB Variations
Color information
#DCD9D9 (or 0xDCD9D9) is known color: Gainsboro. HEX triplet: DC, D9 and D9. RGB value is (220,217,217). Sum of RGB (Red+Green+Blue) = 220+217+217=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D9 is #232626. Grayscale: #D9D9D9. Windows color (decimal): -2303527 or 14277084. OLE color: 14277084.
HSL color Cylindrical-coordinate representation of color #DCD9D9: hue angle of 0º degrees, saturation: 0.04, 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 #DCD9D9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 217 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 0º | 0.04% | 0.86% | - |
HSV(B) | 0º | 0.01% | 0.86% | - |
XYZ | 66.85 | 69.85 | 75.6 | - |
YUV | 217.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 217 | 0 | 0.01 | 0.01 | 0.14 | 0 | 0.04 | 0.86 |
Hex | DC | D9 | D9 | 0 | 1 | 1 | E | 0 | 4 | 56 |
Octal | 334 | 331 | 331 | 0 | 1 | 1 | 16 | 0 | 4 | 126 |
Binary | 11011100 | 11011001 | 11011001 | 0 | 1 | 1 | 1110 | 0 | 100 | 1010110 |
Color Harmonies of #DCD9D9
Complementary color
Monochromatic Colors of #DCD9D9
Black with #DCD9D9
Text Example
Text Example
White with #DCD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9D9; }
p { color: rgb(220,217,217); }
H1.HeaderClassName
{
color: #DCD9D9;
}
.AnyTagClassName
{
color: #DCD9D9;
}
</style>
background-color css
<style>
a { background-color: #DCD9D9; }
a { background-color: rgb(220,217,217); }
div.DivClassName
{
background-color: #DCD9D9;
}
.BgClassName
{
background-color: #DCD9D9;
}
</style>
border-color css
<style>
span { border-color: #DCD9D9; }
span { border-color: rgb(220,217,217); }
td.TdClassName
{
border-color: #DCD9D9;
}
.TagClassName
{
border-color: #DCD9D9;
}
</style>