Shades of Green White #DCDCD1
Tints of Green White #DCDCD1
RGB
CMYK
RGB Variations
Color information
#DCDCD1 (or 0xDCDCD1) is known color: Green White. HEX triplet: DC, DC and D1. RGB value is (220,220,209). Sum of RGB (Red+Green+Blue) = 220+220+209=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD1 is #23232E. Grayscale: #DADADA. Windows color (decimal): -2302767 or 13753564. OLE color: 13753564.
HSL color Cylindrical-coordinate representation of color #DCDCD1: hue angle of 60º degrees, saturation: 0.14, 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 #DCDCD1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 209 | - |
CMYK | 0 | 0 | 0.05 | 0.14 |
HSL | 60º | 0.14% | 0.84% | - |
HSV(B) | 60º | 0.05% | 0.86% | - |
XYZ | 66.62 | 71.01 | 70.52 | - |
YUV | 218.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 209 | 0 | 0 | 0.05 | 0.14 | 60 | 0.14 | 0.84 |
Hex | DC | DC | D1 | 0 | 0 | 5 | E | 3C | E | 54 |
Octal | 334 | 334 | 321 | 0 | 0 | 5 | 16 | 74 | 16 | 124 |
Binary | 11011100 | 11011100 | 11010001 | 0 | 0 | 101 | 1110 | 111100 | 1110 | 1010100 |
Color Harmonies of #DCDCD1
Complementary color
Monochromatic Colors of #DCDCD1
Black with #DCDCD1
Text Example
Text Example
White with #DCDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCD1; }
p { color: rgb(220,220,209); }
H1.HeaderClassName
{
color: #DCDCD1;
}
.AnyTagClassName
{
color: #DCDCD1;
}
</style>
background-color css
<style>
a { background-color: #DCDCD1; }
a { background-color: rgb(220,220,209); }
div.DivClassName
{
background-color: #DCDCD1;
}
.BgClassName
{
background-color: #DCDCD1;
}
</style>
border-color css
<style>
span { border-color: #DCDCD1; }
span { border-color: rgb(220,220,209); }
td.TdClassName
{
border-color: #DCDCD1;
}
.TagClassName
{
border-color: #DCDCD1;
}
</style>