Shades of Gainsboro #DDDCDC
Tints of Gainsboro #DDDCDC
RGB
CMYK
RGB Variations
Color information
#DDDCDC (or 0xDDDCDC) is known color: Gainsboro. HEX triplet: DD, DC and DC. RGB value is (221,220,220). Sum of RGB (Red+Green+Blue) = 221+220+220=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDC is #222323. Grayscale: #DCDCDC. Windows color (decimal): -2237220 or 14474461. OLE color: 14474461.
HSL color Cylindrical-coordinate representation of color #DDDCDC: hue angle of 0º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDCDC is Cyan = 0, Magento = 0.00, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 220 | - |
CMYK | 0 | 0.00 | 0.00 | 0.13 |
HSL | 0º | 0.01% | 0.86% | - |
HSV(B) | 0º | 0% | 0.87% | - |
XYZ | 68.33 | 71.73 | 77.95 | - |
YUV | 220.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 220 | 0 | 0.00 | 0.00 | 0.13 | 0 | 0.01 | 0.86 |
Hex | DD | DC | DC | 0 | 0 | 0 | D | 0 | 1 | 56 |
Octal | 335 | 334 | 334 | 0 | 0 | 0 | 15 | 0 | 1 | 126 |
Binary | 11011101 | 11011100 | 11011100 | 0 | 0 | 0 | 1101 | 0 | 1 | 1010110 |
Color Harmonies of #DDDCDC
Complementary color
Monochromatic Colors of #DDDCDC
Black with #DDDCDC
Text Example
Text Example
White with #DDDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCDC; }
p { color: rgb(221,220,220); }
H1.HeaderClassName
{
color: #DDDCDC;
}
.AnyTagClassName
{
color: #DDDCDC;
}
</style>
background-color css
<style>
a { background-color: #DDDCDC; }
a { background-color: rgb(221,220,220); }
div.DivClassName
{
background-color: #DDDCDC;
}
.BgClassName
{
background-color: #DDDCDC;
}
</style>
border-color css
<style>
span { border-color: #DDDCDC; }
span { border-color: rgb(221,220,220); }
td.TdClassName
{
border-color: #DDDCDC;
}
.TagClassName
{
border-color: #DDDCDC;
}
</style>