Shades of Gainsboro #DDDADA
Tints of Gainsboro #DDDADA
RGB
CMYK
RGB Variations
Color information
#DDDADA (or 0xDDDADA) is known color: Gainsboro. HEX triplet: DD, DA and DA. RGB value is (221,218,218). Sum of RGB (Red+Green+Blue) = 221+218+218=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADA is #222525. Grayscale: #DADADA. Windows color (decimal): -2237734 or 14342877. OLE color: 14342877.
HSL color Cylindrical-coordinate representation of color #DDDADA: hue angle of 0º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDADA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 218 | - |
CMYK | 0 | 0.01 | 0.01 | 0.13 |
HSL | 0º | 0.04% | 0.86% | - |
HSV(B) | 0º | 0.01% | 0.87% | - |
XYZ | 67.55 | 70.58 | 76.39 | - |
YUV | 218.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 218 | 0 | 0.01 | 0.01 | 0.13 | 0 | 0.04 | 0.86 |
Hex | DD | DA | DA | 0 | 1 | 1 | D | 0 | 4 | 56 |
Octal | 335 | 332 | 332 | 0 | 1 | 1 | 15 | 0 | 4 | 126 |
Binary | 11011101 | 11011010 | 11011010 | 0 | 1 | 1 | 1101 | 0 | 100 | 1010110 |
Color Harmonies of #DDDADA
Complementary color
Monochromatic Colors of #DDDADA
Black with #DDDADA
Text Example
Text Example
White with #DDDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDADA; }
p { color: rgb(221,218,218); }
H1.HeaderClassName
{
color: #DDDADA;
}
.AnyTagClassName
{
color: #DDDADA;
}
</style>
background-color css
<style>
a { background-color: #DDDADA; }
a { background-color: rgb(221,218,218); }
div.DivClassName
{
background-color: #DDDADA;
}
.BgClassName
{
background-color: #DDDADA;
}
</style>
border-color css
<style>
span { border-color: #DDDADA; }
span { border-color: rgb(221,218,218); }
td.TdClassName
{
border-color: #DDDADA;
}
.TagClassName
{
border-color: #DDDADA;
}
</style>