Shades of Green White #DCDCCE
Tints of Green White #DCDCCE
RGB
CMYK
RGB Variations
Color information
#DCDCCE (or 0xDCDCCE) is known color: Green White. HEX triplet: DC, DC and CE. RGB value is (220,220,206). Sum of RGB (Red+Green+Blue) = 220+220+206=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCCE is #232331. Grayscale: #DADADA. Windows color (decimal): -2302770 or 13556956. OLE color: 13556956.
HSL color Cylindrical-coordinate representation of color #DCDCCE: hue angle of 60º degrees, saturation: 0.17, 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 #DCDCCE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 206 | - |
| CMYK | 0 | 0 | 0.06 | 0.14 |
| HSL | 60º | 0.17% | 0.84% | - |
| HSV(B) | 60º | 0.06% | 0.86% | - |
| XYZ | 66.25 | 70.86 | 68.58 | - |
| YUV | 218.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 206 | 0 | 0 | 0.06 | 0.14 | 60 | 0.17 | 0.84 |
| Hex | DC | DC | CE | 0 | 0 | 6 | E | 3C | 11 | 54 |
| Octal | 334 | 334 | 316 | 0 | 0 | 6 | 16 | 74 | 21 | 124 |
| Binary | 11011100 | 11011100 | 11001110 | 0 | 0 | 110 | 1110 | 111100 | 10001 | 1010100 |
Color Harmonies of #DCDCCE
Complementary color
Monochromatic Colors of #DCDCCE
Black with #DCDCCE
Text Example
Text Example
White with #DCDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCCE; }
p { color: rgb(220,220,206); }
H1.HeaderClassName
{
color: #DCDCCE;
}
.AnyTagClassName
{
color: #DCDCCE;
}
</style>
background-color css
<style>
a { background-color: #DCDCCE; }
a { background-color: rgb(220,220,206); }
div.DivClassName
{
background-color: #DCDCCE;
}
.BgClassName
{
background-color: #DCDCCE;
}
</style>
border-color css
<style>
span { border-color: #DCDCCE; }
span { border-color: rgb(220,220,206); }
td.TdClassName
{
border-color: #DCDCCE;
}
.TagClassName
{
border-color: #DCDCCE;
}
</style>