Shades of Green White #DCDDD0
Tints of Green White #DCDDD0
RGB
CMYK
RGB Variations
Color information
#DCDDD0 (or 0xDCDDD0) is known color: Green White. HEX triplet: DC, DD and D0. RGB value is (220,221,208). Sum of RGB (Red+Green+Blue) = 220+221+208=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDD0 is #23222F. Grayscale: #DBDBDB. Windows color (decimal): -2302512 or 13688284. OLE color: 13688284.
HSL color Cylindrical-coordinate representation of color #DCDDD0: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDDD0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 208 | - |
CMYK | 0.00 | 0 | 0.06 | 0.13 |
HSL | 64.62º | 0.16% | 0.84% | - |
HSV(B) | 64.62º | 0.06% | 0.87% | - |
XYZ | 66.76 | 71.48 | 69.95 | - |
YUV | 219.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 208 | 0.00 | 0 | 0.06 | 0.13 | 64.62 | 0.16 | 0.84 |
Hex | DC | DD | D0 | 0 | 0 | 6 | D | 41 | 10 | 54 |
Octal | 334 | 335 | 320 | 0 | 0 | 6 | 15 | 101 | 20 | 124 |
Binary | 11011100 | 11011101 | 11010000 | 0 | 0 | 110 | 1101 | 1000001 | 10000 | 1010100 |
Color Harmonies of #DCDDD0
Complementary color
Monochromatic Colors of #DCDDD0
Black with #DCDDD0
Text Example
Text Example
White with #DCDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDD0; }
p { color: rgb(220,221,208); }
H1.HeaderClassName
{
color: #DCDDD0;
}
.AnyTagClassName
{
color: #DCDDD0;
}
</style>
background-color css
<style>
a { background-color: #DCDDD0; }
a { background-color: rgb(220,221,208); }
div.DivClassName
{
background-color: #DCDDD0;
}
.BgClassName
{
background-color: #DCDDD0;
}
</style>
border-color css
<style>
span { border-color: #DCDDD0; }
span { border-color: rgb(220,221,208); }
td.TdClassName
{
border-color: #DCDDD0;
}
.TagClassName
{
border-color: #DCDDD0;
}
</style>