Shades of Green White #DCDCC6
Tints of Green White #DCDCC6
RGB
CMYK
RGB Variations
Color information
#DCDCC6 (or 0xDCDCC6) is known color: Green White. HEX triplet: DC, DC and C6. RGB value is (220,220,198). Sum of RGB (Red+Green+Blue) = 220+220+198=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCC6 is #232339. Grayscale: #D9D9D9. Windows color (decimal): -2302778 or 13032668. OLE color: 13032668.
HSL color Cylindrical-coordinate representation of color #DCDCC6: hue angle of 60º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDCC6 is Cyan = 0, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 198 | - |
CMYK | 0 | 0 | 0.1 | 0.14 |
HSL | 60º | 0.24% | 0.82% | - |
HSV(B) | 60º | 0.1% | 0.86% | - |
XYZ | 65.3 | 70.48 | 63.59 | - |
YUV | 217.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 198 | 0 | 0 | 0.1 | 0.14 | 60 | 0.24 | 0.82 |
Hex | DC | DC | C6 | 0 | 0 | A | E | 3C | 18 | 52 |
Octal | 334 | 334 | 306 | 0 | 0 | 12 | 16 | 74 | 30 | 122 |
Binary | 11011100 | 11011100 | 11000110 | 0 | 0 | 1010 | 1110 | 111100 | 11000 | 1010010 |
Color Harmonies of #DCDCC6
Complementary color
Monochromatic Colors of #DCDCC6
Black with #DCDCC6
Text Example
Text Example
White with #DCDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCC6; }
p { color: rgb(220,220,198); }
H1.HeaderClassName
{
color: #DCDCC6;
}
.AnyTagClassName
{
color: #DCDCC6;
}
</style>
background-color css
<style>
a { background-color: #DCDCC6; }
a { background-color: rgb(220,220,198); }
div.DivClassName
{
background-color: #DCDCC6;
}
.BgClassName
{
background-color: #DCDCC6;
}
</style>
border-color css
<style>
span { border-color: #DCDCC6; }
span { border-color: rgb(220,220,198); }
td.TdClassName
{
border-color: #DCDCC6;
}
.TagClassName
{
border-color: #DCDCC6;
}
</style>