Shades of Gainsboro #DDD8D8
Tints of Gainsboro #DDD8D8
RGB
CMYK
RGB Variations
Color information
#DDD8D8 (or 0xDDD8D8) is known color: Gainsboro. HEX triplet: DD, D8 and D8. RGB value is (221,216,216). Sum of RGB (Red+Green+Blue) = 221+216+216=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8D8 is #222727. Grayscale: #D9D9D9. Windows color (decimal): -2238248 or 14211293. OLE color: 14211293.
HSL color Cylindrical-coordinate representation of color #DDD8D8: 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 #DDD8D8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 216 | - |
CMYK | 0 | 0.02 | 0.02 | 0.13 |
HSL | 0º | 0.07% | 0.86% | - |
HSV(B) | 0º | 0.02% | 0.87% | - |
XYZ | 66.77 | 69.44 | 74.85 | - |
YUV | 217.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 216 | 0 | 0.02 | 0.02 | 0.13 | 0 | 0.07 | 0.86 |
Hex | DD | D8 | D8 | 0 | 2 | 2 | D | 0 | 7 | 56 |
Octal | 335 | 330 | 330 | 0 | 2 | 2 | 15 | 0 | 7 | 126 |
Binary | 11011101 | 11011000 | 11011000 | 0 | 10 | 10 | 1101 | 0 | 111 | 1010110 |
Color Harmonies of #DDD8D8
Complementary color
Monochromatic Colors of #DDD8D8
Black with #DDD8D8
Text Example
Text Example
White with #DDD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8D8; }
p { color: rgb(221,216,216); }
H1.HeaderClassName
{
color: #DDD8D8;
}
.AnyTagClassName
{
color: #DDD8D8;
}
</style>
background-color css
<style>
a { background-color: #DDD8D8; }
a { background-color: rgb(221,216,216); }
div.DivClassName
{
background-color: #DDD8D8;
}
.BgClassName
{
background-color: #DDD8D8;
}
</style>
border-color css
<style>
span { border-color: #DDD8D8; }
span { border-color: rgb(221,216,216); }
td.TdClassName
{
border-color: #DDD8D8;
}
.TagClassName
{
border-color: #DDD8D8;
}
</style>