Shades of Green White #DCDCCF
Tints of Green White #DCDCCF
RGB
CMYK
RGB Variations
Color information
#DCDCCF (or 0xDCDCCF) is known color: Green White. HEX triplet: DC, DC and CF. RGB value is (220,220,207). Sum of RGB (Red+Green+Blue) = 220+220+207=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCCF is #232330. Grayscale: #DADADA. Windows color (decimal): -2302769 or 13622492. OLE color: 13622492.
HSL color Cylindrical-coordinate representation of color #DCDCCF: hue angle of 60º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDCCF is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 207 | - |
| CMYK | 0 | 0 | 0.06 | 0.14 |
| HSL | 60º | 0.16% | 0.84% | - |
| HSV(B) | 60º | 0.06% | 0.86% | - |
| XYZ | 66.37 | 70.91 | 69.22 | - |
| YUV | 218.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 207 | 0 | 0 | 0.06 | 0.14 | 60 | 0.16 | 0.84 |
| Hex | DC | DC | CF | 0 | 0 | 6 | E | 3C | 10 | 54 |
| Octal | 334 | 334 | 317 | 0 | 0 | 6 | 16 | 74 | 20 | 124 |
| Binary | 11011100 | 11011100 | 11001111 | 0 | 0 | 110 | 1110 | 111100 | 10000 | 1010100 |
Color Harmonies of #DCDCCF
Complementary color
Monochromatic Colors of #DCDCCF
Black with #DCDCCF
Text Example
Text Example
White with #DCDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCCF; }
p { color: rgb(220,220,207); }
H1.HeaderClassName
{
color: #DCDCCF;
}
.AnyTagClassName
{
color: #DCDCCF;
}
</style>
background-color css
<style>
a { background-color: #DCDCCF; }
a { background-color: rgb(220,220,207); }
div.DivClassName
{
background-color: #DCDCCF;
}
.BgClassName
{
background-color: #DCDCCF;
}
</style>
border-color css
<style>
span { border-color: #DCDCCF; }
span { border-color: rgb(220,220,207); }
td.TdClassName
{
border-color: #DCDCCF;
}
.TagClassName
{
border-color: #DCDCCF;
}
</style>