Shades of Green White #DCDBCC
Tints of Green White #DCDBCC
RGB
CMYK
RGB Variations
Color information
#DCDBCC (or 0xDCDBCC) is known color: Green White. HEX triplet: DC, DB and CC. RGB value is (220,219,204). Sum of RGB (Red+Green+Blue) = 220+219+204=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBCC is #232433. Grayscale: #D9D9D9. Windows color (decimal): -2303028 or 13425628. OLE color: 13425628.
HSL color Cylindrical-coordinate representation of color #DCDBCC: hue angle of 56.25º degrees, saturation: 0.19, 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 #DCDBCC is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 204 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.14 |
| HSL | 56.25º | 0.19% | 0.83% | - |
| HSV(B) | 56.25º | 0.07% | 0.86% | - |
| XYZ | 65.75 | 70.24 | 67.22 | - |
| YUV | 217.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 204 | 0 | 0.00 | 0.07 | 0.14 | 56.25 | 0.19 | 0.83 |
| Hex | DC | DB | CC | 0 | 0 | 7 | E | 38 | 13 | 53 |
| Octal | 334 | 333 | 314 | 0 | 0 | 7 | 16 | 70 | 23 | 123 |
| Binary | 11011100 | 11011011 | 11001100 | 0 | 0 | 111 | 1110 | 111000 | 10011 | 1010011 |
Color Harmonies of #DCDBCC
Complementary color
Monochromatic Colors of #DCDBCC
Black with #DCDBCC
Text Example
Text Example
White with #DCDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBCC; }
p { color: rgb(220,219,204); }
H1.HeaderClassName
{
color: #DCDBCC;
}
.AnyTagClassName
{
color: #DCDBCC;
}
</style>
background-color css
<style>
a { background-color: #DCDBCC; }
a { background-color: rgb(220,219,204); }
div.DivClassName
{
background-color: #DCDBCC;
}
.BgClassName
{
background-color: #DCDBCC;
}
</style>
border-color css
<style>
span { border-color: #DCDBCC; }
span { border-color: rgb(220,219,204); }
td.TdClassName
{
border-color: #DCDBCC;
}
.TagClassName
{
border-color: #DCDBCC;
}
</style>