Shades of Gainsboro #DAD8D8
Tints of Gainsboro #DAD8D8
RGB
CMYK
RGB Variations
Color information
#DAD8D8 (or 0xDAD8D8) is known color: Gainsboro. HEX triplet: DA, D8 and D8. RGB value is (218,216,216). Sum of RGB (Red+Green+Blue) = 218+216+216=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D8 is #252727. Grayscale: #D8D8D8. Windows color (decimal): -2434856 or 14211290. OLE color: 14211290.
HSL color Cylindrical-coordinate representation of color #DAD8D8: hue angle of 0º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD8D8 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 216 | 216 | - |
CMYK | 0 | 0.01 | 0.01 | 0.15 |
HSL | 0º | 0.03% | 0.85% | - |
HSV(B) | 0º | 0.01% | 0.85% | - |
XYZ | 65.86 | 68.98 | 74.81 | - |
YUV | 216.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 216 | 0 | 0.01 | 0.01 | 0.15 | 0 | 0.03 | 0.85 |
Hex | DA | D8 | D8 | 0 | 1 | 1 | F | 0 | 3 | 55 |
Octal | 332 | 330 | 330 | 0 | 1 | 1 | 17 | 0 | 3 | 125 |
Binary | 11011010 | 11011000 | 11011000 | 0 | 1 | 1 | 1111 | 0 | 11 | 1010101 |
Color Harmonies of #DAD8D8
Complementary color
Monochromatic Colors of #DAD8D8
Black with #DAD8D8
Text Example
Text Example
White with #DAD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8D8; }
p { color: rgb(218,216,216); }
H1.HeaderClassName
{
color: #DAD8D8;
}
.AnyTagClassName
{
color: #DAD8D8;
}
</style>
background-color css
<style>
a { background-color: #DAD8D8; }
a { background-color: rgb(218,216,216); }
div.DivClassName
{
background-color: #DAD8D8;
}
.BgClassName
{
background-color: #DAD8D8;
}
</style>
border-color css
<style>
span { border-color: #DAD8D8; }
span { border-color: rgb(218,216,216); }
td.TdClassName
{
border-color: #DAD8D8;
}
.TagClassName
{
border-color: #DAD8D8;
}
</style>