Shades of Green White #DFDDCD
Tints of Green White #DFDDCD
RGB
CMYK
RGB Variations
Color information
#DFDDCD (or 0xDFDDCD) is known color: Green White. HEX triplet: DF, DD and CD. RGB value is (223,221,205). Sum of RGB (Red+Green+Blue) = 223+221+205=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDCD is #202232. Grayscale: #DBDBDB. Windows color (decimal): -2105907 or 13491679. OLE color: 13491679.
HSL color Cylindrical-coordinate representation of color #DFDDCD: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFDDCD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 205 | - |
CMYK | 0 | 0.01 | 0.08 | 0.13 |
HSL | 53.33º | 0.22% | 0.84% | - |
HSV(B) | 53.33º | 0.08% | 0.87% | - |
XYZ | 67.31 | 71.81 | 68.07 | - |
YUV | 219.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 205 | 0 | 0.01 | 0.08 | 0.13 | 53.33 | 0.22 | 0.84 |
Hex | DF | DD | CD | 0 | 1 | 8 | D | 35 | 16 | 54 |
Octal | 337 | 335 | 315 | 0 | 1 | 10 | 15 | 65 | 26 | 124 |
Binary | 11011111 | 11011101 | 11001101 | 0 | 1 | 1000 | 1101 | 110101 | 10110 | 1010100 |
Color Harmonies of #DFDDCD
Complementary color
Monochromatic Colors of #DFDDCD
Black with #DFDDCD
Text Example
Text Example
White with #DFDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDCD; }
p { color: rgb(223,221,205); }
H1.HeaderClassName
{
color: #DFDDCD;
}
.AnyTagClassName
{
color: #DFDDCD;
}
</style>
background-color css
<style>
a { background-color: #DFDDCD; }
a { background-color: rgb(223,221,205); }
div.DivClassName
{
background-color: #DFDDCD;
}
.BgClassName
{
background-color: #DFDDCD;
}
</style>
border-color css
<style>
span { border-color: #DFDDCD; }
span { border-color: rgb(223,221,205); }
td.TdClassName
{
border-color: #DFDDCD;
}
.TagClassName
{
border-color: #DFDDCD;
}
</style>