Shades of Gainsboro #DFDADA
Tints of Gainsboro #DFDADA
RGB
CMYK
RGB Variations
Color information
#DFDADA (or 0xDFDADA) is known color: Gainsboro. HEX triplet: DF, DA and DA. RGB value is (223,218,218). Sum of RGB (Red+Green+Blue) = 223+218+218=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDADA is #202525. Grayscale: #DBDBDB. Windows color (decimal): -2106662 or 14342879. OLE color: 14342879.
HSL color Cylindrical-coordinate representation of color #DFDADA: hue angle of 0º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDADA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 218 | - |
CMYK | 0 | 0.02 | 0.02 | 0.13 |
HSL | 0º | 0.07% | 0.86% | - |
HSV(B) | 0º | 0.02% | 0.87% | - |
XYZ | 68.16 | 70.89 | 76.42 | - |
YUV | 219.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 218 | 0 | 0.02 | 0.02 | 0.13 | 0 | 0.07 | 0.86 |
Hex | DF | DA | DA | 0 | 2 | 2 | D | 0 | 7 | 56 |
Octal | 337 | 332 | 332 | 0 | 2 | 2 | 15 | 0 | 7 | 126 |
Binary | 11011111 | 11011010 | 11011010 | 0 | 10 | 10 | 1101 | 0 | 111 | 1010110 |
Color Harmonies of #DFDADA
Complementary color
Monochromatic Colors of #DFDADA
Black with #DFDADA
Text Example
Text Example
White with #DFDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDADA; }
p { color: rgb(223,218,218); }
H1.HeaderClassName
{
color: #DFDADA;
}
.AnyTagClassName
{
color: #DFDADA;
}
</style>
background-color css
<style>
a { background-color: #DFDADA; }
a { background-color: rgb(223,218,218); }
div.DivClassName
{
background-color: #DFDADA;
}
.BgClassName
{
background-color: #DFDADA;
}
</style>
border-color css
<style>
span { border-color: #DFDADA; }
span { border-color: rgb(223,218,218); }
td.TdClassName
{
border-color: #DFDADA;
}
.TagClassName
{
border-color: #DFDADA;
}
</style>