Shades of Green White #DCDCD4
Tints of Green White #DCDCD4
RGB
CMYK
RGB Variations
Color information
#DCDCD4 (or 0xDCDCD4) is known color: Green White. HEX triplet: DC, DC and D4. RGB value is (220,220,212). Sum of RGB (Red+Green+Blue) = 220+220+212=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD4 is #23232B. Grayscale: #DBDBDB. Windows color (decimal): -2302764 or 13950172. OLE color: 13950172.
HSL color Cylindrical-coordinate representation of color #DCDCD4: hue angle of 60º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDCD4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 212 | - |
CMYK | 0 | 0 | 0.04 | 0.14 |
HSL | 60º | 0.1% | 0.85% | - |
HSV(B) | 60º | 0.04% | 0.86% | - |
XYZ | 66.99 | 71.16 | 72.49 | - |
YUV | 219.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 212 | 0 | 0 | 0.04 | 0.14 | 60 | 0.1 | 0.85 |
Hex | DC | DC | D4 | 0 | 0 | 4 | E | 3C | A | 55 |
Octal | 334 | 334 | 324 | 0 | 0 | 4 | 16 | 74 | 12 | 125 |
Binary | 11011100 | 11011100 | 11010100 | 0 | 0 | 100 | 1110 | 111100 | 1010 | 1010101 |
Color Harmonies of #DCDCD4
Complementary color
Monochromatic Colors of #DCDCD4
Black with #DCDCD4
Text Example
Text Example
White with #DCDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCD4; }
p { color: rgb(220,220,212); }
H1.HeaderClassName
{
color: #DCDCD4;
}
.AnyTagClassName
{
color: #DCDCD4;
}
</style>
background-color css
<style>
a { background-color: #DCDCD4; }
a { background-color: rgb(220,220,212); }
div.DivClassName
{
background-color: #DCDCD4;
}
.BgClassName
{
background-color: #DCDCD4;
}
</style>
border-color css
<style>
span { border-color: #DCDCD4; }
span { border-color: rgb(220,220,212); }
td.TdClassName
{
border-color: #DCDCD4;
}
.TagClassName
{
border-color: #DCDCD4;
}
</style>