Shades of Gainsboro #DCD8D8
Tints of Gainsboro #DCD8D8
RGB
CMYK
RGB Variations
Color information
#DCD8D8 (or 0xDCD8D8) is known color: Gainsboro. HEX triplet: DC, D8 and D8. RGB value is (220,216,216). Sum of RGB (Red+Green+Blue) = 220+216+216=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8D8 is #232727. Grayscale: #D9D9D9. Windows color (decimal): -2303784 or 14211292. OLE color: 14211292.
HSL color Cylindrical-coordinate representation of color #DCD8D8: hue angle of 0º degrees, saturation: 0.05, 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 #DCD8D8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 216 | 216 | - |
CMYK | 0 | 0.02 | 0.02 | 0.14 |
HSL | 0º | 0.05% | 0.85% | - |
HSV(B) | 0º | 0.02% | 0.86% | - |
XYZ | 66.47 | 69.29 | 74.84 | - |
YUV | 217.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 216 | 216 | 0 | 0.02 | 0.02 | 0.14 | 0 | 0.05 | 0.85 |
Hex | DC | D8 | D8 | 0 | 2 | 2 | E | 0 | 5 | 55 |
Octal | 334 | 330 | 330 | 0 | 2 | 2 | 16 | 0 | 5 | 125 |
Binary | 11011100 | 11011000 | 11011000 | 0 | 10 | 10 | 1110 | 0 | 101 | 1010101 |
Color Harmonies of #DCD8D8
Complementary color
Monochromatic Colors of #DCD8D8
Black with #DCD8D8
Text Example
Text Example
White with #DCD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8D8; }
p { color: rgb(220,216,216); }
H1.HeaderClassName
{
color: #DCD8D8;
}
.AnyTagClassName
{
color: #DCD8D8;
}
</style>
background-color css
<style>
a { background-color: #DCD8D8; }
a { background-color: rgb(220,216,216); }
div.DivClassName
{
background-color: #DCD8D8;
}
.BgClassName
{
background-color: #DCD8D8;
}
</style>
border-color css
<style>
span { border-color: #DCD8D8; }
span { border-color: rgb(220,216,216); }
td.TdClassName
{
border-color: #DCD8D8;
}
.TagClassName
{
border-color: #DCD8D8;
}
</style>