Shades of Green White #DFDFCD
Tints of Green White #DFDFCD
RGB
CMYK
RGB Variations
Color information
#DFDFCD (or 0xDFDFCD) is known color: Green White. HEX triplet: DF, DF and CD. RGB value is (223,223,205). Sum of RGB (Red+Green+Blue) = 223+223+205=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCD is #202032. Grayscale: #DDDDDD. Windows color (decimal): -2105395 or 13492191. OLE color: 13492191.
HSL color Cylindrical-coordinate representation of color #DFDFCD: hue angle of 60º 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 #DFDFCD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 205 | - |
CMYK | 0 | 0 | 0.08 | 0.13 |
HSL | 60º | 0.22% | 0.84% | - |
HSV(B) | 60º | 0.08% | 0.87% | - |
XYZ | 67.84 | 72.87 | 68.25 | - |
YUV | 220.95 | 119 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 205 | 0 | 0 | 0.08 | 0.13 | 60 | 0.22 | 0.84 |
Hex | DF | DF | CD | 0 | 0 | 8 | D | 3C | 16 | 54 |
Octal | 337 | 337 | 315 | 0 | 0 | 10 | 15 | 74 | 26 | 124 |
Binary | 11011111 | 11011111 | 11001101 | 0 | 0 | 1000 | 1101 | 111100 | 10110 | 1010100 |
Color Harmonies of #DFDFCD
Complementary color
Monochromatic Colors of #DFDFCD
Black with #DFDFCD
Text Example
Text Example
White with #DFDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFCD; }
p { color: rgb(223,223,205); }
H1.HeaderClassName
{
color: #DFDFCD;
}
.AnyTagClassName
{
color: #DFDFCD;
}
</style>
background-color css
<style>
a { background-color: #DFDFCD; }
a { background-color: rgb(223,223,205); }
div.DivClassName
{
background-color: #DFDFCD;
}
.BgClassName
{
background-color: #DFDFCD;
}
</style>
border-color css
<style>
span { border-color: #DFDFCD; }
span { border-color: rgb(223,223,205); }
td.TdClassName
{
border-color: #DFDFCD;
}
.TagClassName
{
border-color: #DFDFCD;
}
</style>