Shades of Green White #DCDCD0
Tints of Green White #DCDCD0
RGB
CMYK
RGB Variations
Color information
#DCDCD0 (or 0xDCDCD0) is known color: Green White. HEX triplet: DC, DC and D0. RGB value is (220,220,208). Sum of RGB (Red+Green+Blue) = 220+220+208=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD0 is #23232F. Grayscale: #DADADA. Windows color (decimal): -2302768 or 13688028. OLE color: 13688028.
HSL color Cylindrical-coordinate representation of color #DCDCD0: hue angle of 60º degrees, saturation: 0.15, 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 #DCDCD0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 208 | - |
CMYK | 0 | 0 | 0.05 | 0.14 |
HSL | 60º | 0.15% | 0.84% | - |
HSV(B) | 60º | 0.05% | 0.86% | - |
XYZ | 66.49 | 70.96 | 69.87 | - |
YUV | 218.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 208 | 0 | 0 | 0.05 | 0.14 | 60 | 0.15 | 0.84 |
Hex | DC | DC | D0 | 0 | 0 | 5 | E | 3C | F | 54 |
Octal | 334 | 334 | 320 | 0 | 0 | 5 | 16 | 74 | 17 | 124 |
Binary | 11011100 | 11011100 | 11010000 | 0 | 0 | 101 | 1110 | 111100 | 1111 | 1010100 |
Color Harmonies of #DCDCD0
Complementary color
Monochromatic Colors of #DCDCD0
Black with #DCDCD0
Text Example
Text Example
White with #DCDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCD0; }
p { color: rgb(220,220,208); }
H1.HeaderClassName
{
color: #DCDCD0;
}
.AnyTagClassName
{
color: #DCDCD0;
}
</style>
background-color css
<style>
a { background-color: #DCDCD0; }
a { background-color: rgb(220,220,208); }
div.DivClassName
{
background-color: #DCDCD0;
}
.BgClassName
{
background-color: #DCDCD0;
}
</style>
border-color css
<style>
span { border-color: #DCDCD0; }
span { border-color: rgb(220,220,208); }
td.TdClassName
{
border-color: #DCDCD0;
}
.TagClassName
{
border-color: #DCDCD0;
}
</style>