Shades of Green White #DCDAC8
Tints of Green White #DCDAC8
RGB
CMYK
RGB Variations
Color information
#DCDAC8 (or 0xDCDAC8) is known color: Green White. HEX triplet: DC, DA and C8. RGB value is (220,218,200). Sum of RGB (Red+Green+Blue) = 220+218+200=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAC8 is #232537. Grayscale: #D8D8D8. Windows color (decimal): -2303288 or 13163228. OLE color: 13163228.
HSL color Cylindrical-coordinate representation of color #DCDAC8: hue angle of 54º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCDAC8 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 200 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.14 |
| HSL | 54º | 0.22% | 0.82% | - |
| HSV(B) | 54º | 0.09% | 0.86% | - |
| XYZ | 65.01 | 69.53 | 64.64 | - |
| YUV | 216.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 200 | 0 | 0.01 | 0.09 | 0.14 | 54 | 0.22 | 0.82 |
| Hex | DC | DA | C8 | 0 | 1 | 9 | E | 36 | 16 | 52 |
| Octal | 334 | 332 | 310 | 0 | 1 | 11 | 16 | 66 | 26 | 122 |
| Binary | 11011100 | 11011010 | 11001000 | 0 | 1 | 1001 | 1110 | 110110 | 10110 | 1010010 |
Color Harmonies of #DCDAC8
Complementary color
Monochromatic Colors of #DCDAC8
Black with #DCDAC8
Text Example
Text Example
White with #DCDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAC8; }
p { color: rgb(220,218,200); }
H1.HeaderClassName
{
color: #DCDAC8;
}
.AnyTagClassName
{
color: #DCDAC8;
}
</style>
background-color css
<style>
a { background-color: #DCDAC8; }
a { background-color: rgb(220,218,200); }
div.DivClassName
{
background-color: #DCDAC8;
}
.BgClassName
{
background-color: #DCDAC8;
}
</style>
border-color css
<style>
span { border-color: #DCDAC8; }
span { border-color: rgb(220,218,200); }
td.TdClassName
{
border-color: #DCDAC8;
}
.TagClassName
{
border-color: #DCDAC8;
}
</style>