Shades of Green White #DCDBD0
Tints of Green White #DCDBD0
RGB
CMYK
RGB Variations
Color information
#DCDBD0 (or 0xDCDBD0) is known color: Green White. HEX triplet: DC, DB and D0. RGB value is (220,219,208). Sum of RGB (Red+Green+Blue) = 220+219+208=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBD0 is #23242F. Grayscale: #DADADA. Windows color (decimal): -2303024 or 13687772. OLE color: 13687772.
HSL color Cylindrical-coordinate representation of color #DCDBD0: hue angle of 55º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDBD0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 208 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.14 |
| HSL | 55º | 0.15% | 0.84% | - |
| HSV(B) | 55º | 0.05% | 0.86% | - |
| XYZ | 66.23 | 70.43 | 69.78 | - |
| YUV | 218.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 208 | 0 | 0.00 | 0.05 | 0.14 | 55 | 0.15 | 0.84 |
| Hex | DC | DB | D0 | 0 | 0 | 5 | E | 37 | F | 54 |
| Octal | 334 | 333 | 320 | 0 | 0 | 5 | 16 | 67 | 17 | 124 |
| Binary | 11011100 | 11011011 | 11010000 | 0 | 0 | 101 | 1110 | 110111 | 1111 | 1010100 |
Color Harmonies of #DCDBD0
Complementary color
Monochromatic Colors of #DCDBD0
Black with #DCDBD0
Text Example
Text Example
White with #DCDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBD0; }
p { color: rgb(220,219,208); }
H1.HeaderClassName
{
color: #DCDBD0;
}
.AnyTagClassName
{
color: #DCDBD0;
}
</style>
background-color css
<style>
a { background-color: #DCDBD0; }
a { background-color: rgb(220,219,208); }
div.DivClassName
{
background-color: #DCDBD0;
}
.BgClassName
{
background-color: #DCDBD0;
}
</style>
border-color css
<style>
span { border-color: #DCDBD0; }
span { border-color: rgb(220,219,208); }
td.TdClassName
{
border-color: #DCDBD0;
}
.TagClassName
{
border-color: #DCDBD0;
}
</style>