Shades of Gainsboro #DDD7D7
Tints of Gainsboro #DDD7D7
RGB
CMYK
RGB Variations
Color information
#DDD7D7 (or 0xDDD7D7) is known color: Gainsboro. HEX triplet: DD, D7 and D7. RGB value is (221,215,215). Sum of RGB (Red+Green+Blue) = 221+215+215=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7D7 is #222828. Grayscale: #D8D8D8. Windows color (decimal): -2238505 or 14145501. OLE color: 14145501.
HSL color Cylindrical-coordinate representation of color #DDD7D7: hue angle of 0º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD7D7 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 215 | 215 | - |
CMYK | 0 | 0.03 | 0.03 | 0.13 |
HSL | 0º | 0.08% | 0.85% | - |
HSV(B) | 0º | 0.03% | 0.87% | - |
XYZ | 66.38 | 68.88 | 74.09 | - |
YUV | 216.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 215 | 215 | 0 | 0.03 | 0.03 | 0.13 | 0 | 0.08 | 0.85 |
Hex | DD | D7 | D7 | 0 | 3 | 3 | D | 0 | 8 | 55 |
Octal | 335 | 327 | 327 | 0 | 3 | 3 | 15 | 0 | 10 | 125 |
Binary | 11011101 | 11010111 | 11010111 | 0 | 11 | 11 | 1101 | 0 | 1000 | 1010101 |
Color Harmonies of #DDD7D7
Complementary color
Monochromatic Colors of #DDD7D7
Black with #DDD7D7
Text Example
Text Example
White with #DDD7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD7D7; }
p { color: rgb(221,215,215); }
H1.HeaderClassName
{
color: #DDD7D7;
}
.AnyTagClassName
{
color: #DDD7D7;
}
</style>
background-color css
<style>
a { background-color: #DDD7D7; }
a { background-color: rgb(221,215,215); }
div.DivClassName
{
background-color: #DDD7D7;
}
.BgClassName
{
background-color: #DDD7D7;
}
</style>
border-color css
<style>
span { border-color: #DDD7D7; }
span { border-color: rgb(221,215,215); }
td.TdClassName
{
border-color: #DDD7D7;
}
.TagClassName
{
border-color: #DDD7D7;
}
</style>