Shades of Gainsboro #DFD5D4
Tints of Gainsboro #DFD5D4
RGB
CMYK
RGB Variations
Color information
#DFD5D4 (or 0xDFD5D4) is known color: Gainsboro. HEX triplet: DF, D5 and D4. RGB value is (223,213,212). Sum of RGB (Red+Green+Blue) = 223+213+212=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D4 is #202A2B. Grayscale: #D7D7D7. Windows color (decimal): -2107948 or 13948383. OLE color: 13948383.
HSL color Cylindrical-coordinate representation of color #DFD5D4: hue angle of 5.45º 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 #DFD5D4 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 212 | - |
CMYK | 0 | 0.04 | 0.05 | 0.13 |
HSL | 5.45º | 0.15% | 0.85% | - |
HSV(B) | 5.45º | 0.05% | 0.87% | - |
XYZ | 66.11 | 68.03 | 71.93 | - |
YUV | 215.88 | 125.81 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 212 | 0 | 0.04 | 0.05 | 0.13 | 5.45 | 0.15 | 0.85 |
Hex | DF | D5 | D4 | 0 | 4 | 5 | D | 5 | F | 55 |
Octal | 337 | 325 | 324 | 0 | 4 | 5 | 15 | 5 | 17 | 125 |
Binary | 11011111 | 11010101 | 11010100 | 0 | 100 | 101 | 1101 | 101 | 1111 | 1010101 |
Color Harmonies of #DFD5D4
Complementary color
Monochromatic Colors of #DFD5D4
Black with #DFD5D4
Text Example
Text Example
White with #DFD5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D4; }
p { color: rgb(223,213,212); }
H1.HeaderClassName
{
color: #DFD5D4;
}
.AnyTagClassName
{
color: #DFD5D4;
}
</style>
background-color css
<style>
a { background-color: #DFD5D4; }
a { background-color: rgb(223,213,212); }
div.DivClassName
{
background-color: #DFD5D4;
}
.BgClassName
{
background-color: #DFD5D4;
}
</style>
border-color css
<style>
span { border-color: #DFD5D4; }
span { border-color: rgb(223,213,212); }
td.TdClassName
{
border-color: #DFD5D4;
}
.TagClassName
{
border-color: #DFD5D4;
}
</style>