Shades of Green White #DCDBCB
Tints of Green White #DCDBCB
RGB
CMYK
RGB Variations
Color information
#DCDBCB (or 0xDCDBCB) is known color: Green White. HEX triplet: DC, DB and CB. RGB value is (220,219,203). Sum of RGB (Red+Green+Blue) = 220+219+203=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBCB is #232434. Grayscale: #D9D9D9. Windows color (decimal): -2303029 or 13360092. OLE color: 13360092.
HSL color Cylindrical-coordinate representation of color #DCDBCB: hue angle of 56.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDBCB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 203 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.14 |
| HSL | 56.47º | 0.2% | 0.83% | - |
| HSV(B) | 56.47º | 0.08% | 0.86% | - |
| XYZ | 65.63 | 70.19 | 66.59 | - |
| YUV | 217.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 203 | 0 | 0.00 | 0.08 | 0.14 | 56.47 | 0.2 | 0.83 |
| Hex | DC | DB | CB | 0 | 0 | 8 | E | 38 | 14 | 53 |
| Octal | 334 | 333 | 313 | 0 | 0 | 10 | 16 | 70 | 24 | 123 |
| Binary | 11011100 | 11011011 | 11001011 | 0 | 0 | 1000 | 1110 | 111000 | 10100 | 1010011 |
Color Harmonies of #DCDBCB
Complementary color
Monochromatic Colors of #DCDBCB
Black with #DCDBCB
Text Example
Text Example
White with #DCDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBCB; }
p { color: rgb(220,219,203); }
H1.HeaderClassName
{
color: #DCDBCB;
}
.AnyTagClassName
{
color: #DCDBCB;
}
</style>
background-color css
<style>
a { background-color: #DCDBCB; }
a { background-color: rgb(220,219,203); }
div.DivClassName
{
background-color: #DCDBCB;
}
.BgClassName
{
background-color: #DCDBCB;
}
</style>
border-color css
<style>
span { border-color: #DCDBCB; }
span { border-color: rgb(220,219,203); }
td.TdClassName
{
border-color: #DCDBCB;
}
.TagClassName
{
border-color: #DCDBCB;
}
</style>