Shades of Green White #DCDDC8
Tints of Green White #DCDDC8
RGB
CMYK
RGB Variations
Color information
#DCDDC8 (or 0xDCDDC8) is known color: Green White. HEX triplet: DC, DD and C8. RGB value is (220,221,200). Sum of RGB (Red+Green+Blue) = 220+221+200=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDC8 is #232237. Grayscale: #DADADA. Windows color (decimal): -2302520 or 13163996. OLE color: 13163996.
HSL color Cylindrical-coordinate representation of color #DCDDC8: hue angle of 62.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDDC8 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 200 | - |
CMYK | 0.00 | 0 | 0.10 | 0.13 |
HSL | 62.86º | 0.24% | 0.83% | - |
HSV(B) | 62.86º | 0.1% | 0.87% | - |
XYZ | 65.8 | 71.1 | 64.9 | - |
YUV | 218.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 200 | 0.00 | 0 | 0.10 | 0.13 | 62.86 | 0.24 | 0.83 |
Hex | DC | DD | C8 | 0 | 0 | A | D | 3F | 18 | 53 |
Octal | 334 | 335 | 310 | 0 | 0 | 12 | 15 | 77 | 30 | 123 |
Binary | 11011100 | 11011101 | 11001000 | 0 | 0 | 1010 | 1101 | 111111 | 11000 | 1010011 |
Color Harmonies of #DCDDC8
Complementary color
Monochromatic Colors of #DCDDC8
Black with #DCDDC8
Text Example
Text Example
White with #DCDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDC8; }
p { color: rgb(220,221,200); }
H1.HeaderClassName
{
color: #DCDDC8;
}
.AnyTagClassName
{
color: #DCDDC8;
}
</style>
background-color css
<style>
a { background-color: #DCDDC8; }
a { background-color: rgb(220,221,200); }
div.DivClassName
{
background-color: #DCDDC8;
}
.BgClassName
{
background-color: #DCDDC8;
}
</style>
border-color css
<style>
span { border-color: #DCDDC8; }
span { border-color: rgb(220,221,200); }
td.TdClassName
{
border-color: #DCDDC8;
}
.TagClassName
{
border-color: #DCDDC8;
}
</style>