Shades of Gainsboro #DFDCDC
Tints of Gainsboro #DFDCDC
RGB
CMYK
RGB Variations
Color information
#DFDCDC (or 0xDFDCDC) is known color: Gainsboro. HEX triplet: DF, DC and DC. RGB value is (223,220,220). Sum of RGB (Red+Green+Blue) = 223+220+220=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDC is #202323. Grayscale: #DCDCDC. Windows color (decimal): -2106148 or 14474463. OLE color: 14474463.
HSL color Cylindrical-coordinate representation of color #DFDCDC: hue angle of 0º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDCDC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 220 | - |
CMYK | 0 | 0.01 | 0.01 | 0.13 |
HSL | 0º | 0.04% | 0.87% | - |
HSV(B) | 0º | 0.01% | 0.87% | - |
XYZ | 68.94 | 72.04 | 77.98 | - |
YUV | 220.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 220 | 0 | 0.01 | 0.01 | 0.13 | 0 | 0.04 | 0.87 |
Hex | DF | DC | DC | 0 | 1 | 1 | D | 0 | 4 | 57 |
Octal | 337 | 334 | 334 | 0 | 1 | 1 | 15 | 0 | 4 | 127 |
Binary | 11011111 | 11011100 | 11011100 | 0 | 1 | 1 | 1101 | 0 | 100 | 1010111 |
Color Harmonies of #DFDCDC
Complementary color
Monochromatic Colors of #DFDCDC
Black with #DFDCDC
Text Example
Text Example
White with #DFDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCDC; }
p { color: rgb(223,220,220); }
H1.HeaderClassName
{
color: #DFDCDC;
}
.AnyTagClassName
{
color: #DFDCDC;
}
</style>
background-color css
<style>
a { background-color: #DFDCDC; }
a { background-color: rgb(223,220,220); }
div.DivClassName
{
background-color: #DFDCDC;
}
.BgClassName
{
background-color: #DFDCDC;
}
</style>
border-color css
<style>
span { border-color: #DFDCDC; }
span { border-color: rgb(223,220,220); }
td.TdClassName
{
border-color: #DFDCDC;
}
.TagClassName
{
border-color: #DFDCDC;
}
</style>