Shades of Green White #DCDDCC
Tints of Green White #DCDDCC
RGB
CMYK
RGB Variations
Color information
#DCDDCC (or 0xDCDDCC) is known color: Green White. HEX triplet: DC, DD and CC. RGB value is (220,221,204). Sum of RGB (Red+Green+Blue) = 220+221+204=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDCC is #232233. Grayscale: #DADADA. Windows color (decimal): -2302516 or 13426140. OLE color: 13426140.
HSL color Cylindrical-coordinate representation of color #DCDDCC: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDDCC is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 204 | - |
CMYK | 0.00 | 0 | 0.08 | 0.13 |
HSL | 63.53º | 0.2% | 0.83% | - |
HSV(B) | 63.53º | 0.08% | 0.87% | - |
XYZ | 66.27 | 71.29 | 67.39 | - |
YUV | 218.76 | 119.67 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 204 | 0.00 | 0 | 0.08 | 0.13 | 63.53 | 0.2 | 0.83 |
Hex | DC | DD | CC | 0 | 0 | 8 | D | 40 | 14 | 53 |
Octal | 334 | 335 | 314 | 0 | 0 | 10 | 15 | 100 | 24 | 123 |
Binary | 11011100 | 11011101 | 11001100 | 0 | 0 | 1000 | 1101 | 1000000 | 10100 | 1010011 |
Color Harmonies of #DCDDCC
Complementary color
Monochromatic Colors of #DCDDCC
Black with #DCDDCC
Text Example
Text Example
White with #DCDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDCC; }
p { color: rgb(220,221,204); }
H1.HeaderClassName
{
color: #DCDDCC;
}
.AnyTagClassName
{
color: #DCDDCC;
}
</style>
background-color css
<style>
a { background-color: #DCDDCC; }
a { background-color: rgb(220,221,204); }
div.DivClassName
{
background-color: #DCDDCC;
}
.BgClassName
{
background-color: #DCDDCC;
}
</style>
border-color css
<style>
span { border-color: #DCDDCC; }
span { border-color: rgb(220,221,204); }
td.TdClassName
{
border-color: #DCDDCC;
}
.TagClassName
{
border-color: #DCDDCC;
}
</style>