Shades of Green White #DCDDCA
Tints of Green White #DCDDCA
RGB
CMYK
RGB Variations
Color information
#DCDDCA (or 0xDCDDCA) is known color: Green White. HEX triplet: DC, DD and CA. RGB value is (220,221,202). Sum of RGB (Red+Green+Blue) = 220+221+202=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDCA is #232235. Grayscale: #DADADA. Windows color (decimal): -2302518 or 13295068. OLE color: 13295068.
HSL color Cylindrical-coordinate representation of color #DCDDCA: hue angle of 63.16º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDDCA is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 202 | - |
| CMYK | 0.00 | 0 | 0.09 | 0.13 |
| HSL | 63.16º | 0.22% | 0.83% | - |
| HSV(B) | 63.16º | 0.09% | 0.87% | - |
| XYZ | 66.03 | 71.19 | 66.14 | - |
| YUV | 218.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 202 | 0.00 | 0 | 0.09 | 0.13 | 63.16 | 0.22 | 0.83 |
| Hex | DC | DD | CA | 0 | 0 | 9 | D | 3F | 16 | 53 |
| Octal | 334 | 335 | 312 | 0 | 0 | 11 | 15 | 77 | 26 | 123 |
| Binary | 11011100 | 11011101 | 11001010 | 0 | 0 | 1001 | 1101 | 111111 | 10110 | 1010011 |
Color Harmonies of #DCDDCA
Complementary color
Monochromatic Colors of #DCDDCA
Black with #DCDDCA
Text Example
Text Example
White with #DCDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDCA; }
p { color: rgb(220,221,202); }
H1.HeaderClassName
{
color: #DCDDCA;
}
.AnyTagClassName
{
color: #DCDDCA;
}
</style>
background-color css
<style>
a { background-color: #DCDDCA; }
a { background-color: rgb(220,221,202); }
div.DivClassName
{
background-color: #DCDDCA;
}
.BgClassName
{
background-color: #DCDDCA;
}
</style>
border-color css
<style>
span { border-color: #DCDDCA; }
span { border-color: rgb(220,221,202); }
td.TdClassName
{
border-color: #DCDDCA;
}
.TagClassName
{
border-color: #DCDDCA;
}
</style>