Shades of Green White #DCDCD2
Tints of Green White #DCDCD2
RGB
CMYK
RGB Variations
Color information
#DCDCD2 (or 0xDCDCD2) is known color: Green White. HEX triplet: DC, DC and D2. RGB value is (220,220,210). Sum of RGB (Red+Green+Blue) = 220+220+210=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD2 is #23232D. Grayscale: #DADADA. Windows color (decimal): -2302766 or 13819100. OLE color: 13819100.
HSL color Cylindrical-coordinate representation of color #DCDCD2: hue angle of 60º degrees, saturation: 0.12, 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 #DCDCD2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 210 | - |
| CMYK | 0 | 0 | 0.05 | 0.14 |
| HSL | 60º | 0.13% | 0.84% | - |
| HSV(B) | 60º | 0.05% | 0.86% | - |
| XYZ | 66.74 | 71.06 | 71.17 | - |
| YUV | 218.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 210 | 0 | 0 | 0.05 | 0.14 | 60 | 0.13 | 0.84 |
| Hex | DC | DC | D2 | 0 | 0 | 5 | E | 3C | C | 54 |
| Octal | 334 | 334 | 322 | 0 | 0 | 5 | 16 | 74 | 14 | 124 |
| Binary | 11011100 | 11011100 | 11010010 | 0 | 0 | 101 | 1110 | 111100 | 1100 | 1010100 |
Color Harmonies of #DCDCD2
Complementary color
Monochromatic Colors of #DCDCD2
Black with #DCDCD2
Text Example
Text Example
White with #DCDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCD2; }
p { color: rgb(220,220,210); }
H1.HeaderClassName
{
color: #DCDCD2;
}
.AnyTagClassName
{
color: #DCDCD2;
}
</style>
background-color css
<style>
a { background-color: #DCDCD2; }
a { background-color: rgb(220,220,210); }
div.DivClassName
{
background-color: #DCDCD2;
}
.BgClassName
{
background-color: #DCDCD2;
}
</style>
border-color css
<style>
span { border-color: #DCDCD2; }
span { border-color: rgb(220,220,210); }
td.TdClassName
{
border-color: #DCDCD2;
}
.TagClassName
{
border-color: #DCDCD2;
}
</style>