Shades of Gainsboro #DFD4D4
Tints of Gainsboro #DFD4D4
RGB
CMYK
RGB Variations
Color information
#DFD4D4 (or 0xDFD4D4) is known color: Gainsboro. HEX triplet: DF, D4 and D4. RGB value is (223,212,212). Sum of RGB (Red+Green+Blue) = 223+212+212=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4D4 is #202B2B. Grayscale: #D7D7D7. Windows color (decimal): -2108204 or 13948127. OLE color: 13948127.
HSL color Cylindrical-coordinate representation of color #DFD4D4: hue angle of 0º degrees, saturation: 0.15, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD4D4 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 212 | - |
CMYK | 0 | 0.05 | 0.05 | 0.13 |
HSL | 0º | 0.15% | 0.85% | - |
HSV(B) | 0º | 0.05% | 0.87% | - |
XYZ | 65.86 | 67.53 | 71.85 | - |
YUV | 215.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 212 | 0 | 0.05 | 0.05 | 0.13 | 0 | 0.15 | 0.85 |
Hex | DF | D4 | D4 | 0 | 5 | 5 | D | 0 | F | 55 |
Octal | 337 | 324 | 324 | 0 | 5 | 5 | 15 | 0 | 17 | 125 |
Binary | 11011111 | 11010100 | 11010100 | 0 | 101 | 101 | 1101 | 0 | 1111 | 1010101 |
Color Harmonies of #DFD4D4
Complementary color
Monochromatic Colors of #DFD4D4
Black with #DFD4D4
Text Example
Text Example
White with #DFD4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4D4; }
p { color: rgb(223,212,212); }
H1.HeaderClassName
{
color: #DFD4D4;
}
.AnyTagClassName
{
color: #DFD4D4;
}
</style>
background-color css
<style>
a { background-color: #DFD4D4; }
a { background-color: rgb(223,212,212); }
div.DivClassName
{
background-color: #DFD4D4;
}
.BgClassName
{
background-color: #DFD4D4;
}
</style>
border-color css
<style>
span { border-color: #DFD4D4; }
span { border-color: rgb(223,212,212); }
td.TdClassName
{
border-color: #DFD4D4;
}
.TagClassName
{
border-color: #DFD4D4;
}
</style>