Shades of Gainsboro #DCD7D7
Tints of Gainsboro #DCD7D7
RGB
CMYK
RGB Variations
Color information
#DCD7D7 (or 0xDCD7D7) is known color: 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
RGB | 220 | 215 | 215 | - |
CMYK | 0 | 0.02 | 0.02 | 0.14 |
HSL | 0º | 0.07% | 0.85% | - |
HSV(B) | 0º | 0.02% | 0.86% | - |
XYZ | 66.08 | 68.72 | 74.07 | - |
YUV | 216.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 215 | 0 | 0.02 | 0.02 | 0.14 | 0 | 0.07 | 0.85 |
Hex | DC | D7 | D7 | 0 | 2 | 2 | E | 0 | 7 | 55 |
Octal | 334 | 327 | 327 | 0 | 2 | 2 | 16 | 0 | 7 | 125 |
Binary | 11011100 | 11010111 | 11010111 | 0 | 10 | 10 | 1110 | 0 | 111 | 1010101 |
Color Harmonies of #DCD7D7
Complementary color
Monochromatic Colors of #DCD7D7
Black with #DCD7D7
Text Example
Text Example
White with #DCD7D7
Text Example
Text Example
HTML Codes & Css Web 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>