Shades of Green White #DCDBCD
Tints of Green White #DCDBCD
RGB
CMYK
RGB Variations
Color information
#DCDBCD (or 0xDCDBCD) is known color: Green White. HEX triplet: DC, DB and CD. RGB value is (220,219,205). Sum of RGB (Red+Green+Blue) = 220+219+205=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBCD is #232432. Grayscale: #D9D9D9. Windows color (decimal): -2303027 or 13491164. OLE color: 13491164.
HSL color Cylindrical-coordinate representation of color #DCDBCD: hue angle of 56º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDBCD is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 205 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.14 |
| HSL | 56º | 0.18% | 0.83% | - |
| HSV(B) | 56º | 0.07% | 0.86% | - |
| XYZ | 65.87 | 70.29 | 67.85 | - |
| YUV | 217.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 205 | 0 | 0.00 | 0.07 | 0.14 | 56 | 0.18 | 0.83 |
| Hex | DC | DB | CD | 0 | 0 | 7 | E | 38 | 12 | 53 |
| Octal | 334 | 333 | 315 | 0 | 0 | 7 | 16 | 70 | 22 | 123 |
| Binary | 11011100 | 11011011 | 11001101 | 0 | 0 | 111 | 1110 | 111000 | 10010 | 1010011 |
Color Harmonies of #DCDBCD
Complementary color
Monochromatic Colors of #DCDBCD
Black with #DCDBCD
Text Example
Text Example
White with #DCDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBCD; }
p { color: rgb(220,219,205); }
H1.HeaderClassName
{
color: #DCDBCD;
}
.AnyTagClassName
{
color: #DCDBCD;
}
</style>
background-color css
<style>
a { background-color: #DCDBCD; }
a { background-color: rgb(220,219,205); }
div.DivClassName
{
background-color: #DCDBCD;
}
.BgClassName
{
background-color: #DCDBCD;
}
</style>
border-color css
<style>
span { border-color: #DCDBCD; }
span { border-color: rgb(220,219,205); }
td.TdClassName
{
border-color: #DCDBCD;
}
.TagClassName
{
border-color: #DCDBCD;
}
</style>