Shades of Gainsboro #DDDDDD
Tints of Gainsboro #DDDDDD
RGB
CMYK
RGB Variations
Color information
#DDDDDD (or 0xDDDDDD) is known color: Gainsboro. HEX triplet: DD, DD and DD. RGB value is (221,221,221). Sum of RGB (Red+Green+Blue) = 221+221+221=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 221 - color contains mainly: red, green, blue. Hex color #DDDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDD is #222222. Grayscale: #DDDDDD. Windows color (decimal): -2236963 or 14540253. OLE color: 14540253.
HSL color Cylindrical-coordinate representation of color #DDDDDD: hue angle of 0º degrees, saturation: 0, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDDDD is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 221 | - |
CMYK | 0 | 0 | 0 | 0.13 |
HSL | 0º | 0% | 0.87% | - |
HSV(B) | 0º | 0% | 0.87% | - |
XYZ | 68.73 | 72.31 | 78.74 | - |
YUV | 221 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 221 | 0 | 0 | 0 | 0.13 | 0 | 0 | 0.87 |
Hex | DD | DD | DD | 0 | 0 | 0 | D | 0 | 0 | 57 |
Octal | 335 | 335 | 335 | 0 | 0 | 0 | 15 | 0 | 0 | 127 |
Binary | 11011101 | 11011101 | 11011101 | 0 | 0 | 0 | 1101 | 0 | 0 | 1010111 |
Color Harmonies of #DDDDDD
Complementary color
Monochromatic Colors of #DDDDDD
Black with #DDDDDD
Text Example
Text Example
White with #DDDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDDD; }
p { color: rgb(221,221,221); }
H1.HeaderClassName
{
color: #DDDDDD;
}
.AnyTagClassName
{
color: #DDDDDD;
}
</style>
background-color css
<style>
a { background-color: #DDDDDD; }
a { background-color: rgb(221,221,221); }
div.DivClassName
{
background-color: #DDDDDD;
}
.BgClassName
{
background-color: #DDDDDD;
}
</style>
border-color css
<style>
span { border-color: #DDDDDD; }
span { border-color: rgb(221,221,221); }
td.TdClassName
{
border-color: #DDDDDD;
}
.TagClassName
{
border-color: #DDDDDD;
}
</style>