Shades of Gainsboro #D9D9D9
Tints of Gainsboro #D9D9D9
RGB
CMYK
RGB Variations
Color information
#D9D9D9 (or 0xD9D9D9) is known color: Gainsboro. HEX triplet: D9, D9 and D9. RGB value is (217,217,217). Sum of RGB (Red+Green+Blue) = 217+217+217=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 217 - color contains mainly: red, green, blue. Hex color #D9D9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9D9 is #262626. Grayscale: #D9D9D9. Windows color (decimal): -2500135 or 14277081. OLE color: 14277081.
HSL color Cylindrical-coordinate representation of color #D9D9D9: hue angle of 0º degrees, saturation: 0, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0%. Process color model (Four color, CMYK) of #D9D9D9 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 217 | 217 | - |
CMYK | 0 | 0 | 0 | 0.15 |
HSL | 0º | 0% | 0.85% | - |
HSV(B) | 0º | 0% | 0.85% | - |
XYZ | 65.95 | 69.39 | 75.56 | - |
YUV | 217 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 217 | 0 | 0 | 0 | 0.15 | 0 | 0 | 0.85 |
Hex | D9 | D9 | D9 | 0 | 0 | 0 | F | 0 | 0 | 55 |
Octal | 331 | 331 | 331 | 0 | 0 | 0 | 17 | 0 | 0 | 125 |
Binary | 11011001 | 11011001 | 11011001 | 0 | 0 | 0 | 1111 | 0 | 0 | 1010101 |
Color Harmonies of #D9D9D9
Complementary color
Monochromatic Colors of #D9D9D9
Black with #D9D9D9
Text Example
Text Example
White with #D9D9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9D9; }
p { color: rgb(217,217,217); }
H1.HeaderClassName
{
color: #D9D9D9;
}
.AnyTagClassName
{
color: #D9D9D9;
}
</style>
background-color css
<style>
a { background-color: #D9D9D9; }
a { background-color: rgb(217,217,217); }
div.DivClassName
{
background-color: #D9D9D9;
}
.BgClassName
{
background-color: #D9D9D9;
}
</style>
border-color css
<style>
span { border-color: #D9D9D9; }
span { border-color: rgb(217,217,217); }
td.TdClassName
{
border-color: #D9D9D9;
}
.TagClassName
{
border-color: #D9D9D9;
}
</style>