Shades of Green White #DFDFCF
Tints of Green White #DFDFCF
RGB
CMYK
RGB Variations
Color information
#DFDFCF (or 0xDFDFCF) is known color: Green White. HEX triplet: DF, DF and CF. RGB value is (223,223,207). Sum of RGB (Red+Green+Blue) = 223+223+207=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFCF is #202030. Grayscale: #DDDDDD. Windows color (decimal): -2105393 or 13623263. OLE color: 13623263.
HSL color Cylindrical-coordinate representation of color #DFDFCF: hue angle of 60º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDFCF is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 207 | - |
CMYK | 0 | 0 | 0.07 | 0.13 |
HSL | 60º | 0.2% | 0.84% | - |
HSV(B) | 60º | 0.07% | 0.87% | - |
XYZ | 68.08 | 72.97 | 69.53 | - |
YUV | 221.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 207 | 0 | 0 | 0.07 | 0.13 | 60 | 0.2 | 0.84 |
Hex | DF | DF | CF | 0 | 0 | 7 | D | 3C | 14 | 54 |
Octal | 337 | 337 | 317 | 0 | 0 | 7 | 15 | 74 | 24 | 124 |
Binary | 11011111 | 11011111 | 11001111 | 0 | 0 | 111 | 1101 | 111100 | 10100 | 1010100 |
Color Harmonies of #DFDFCF
Complementary color
Monochromatic Colors of #DFDFCF
Black with #DFDFCF
Text Example
Text Example
White with #DFDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFCF; }
p { color: rgb(223,223,207); }
H1.HeaderClassName
{
color: #DFDFCF;
}
.AnyTagClassName
{
color: #DFDFCF;
}
</style>
background-color css
<style>
a { background-color: #DFDFCF; }
a { background-color: rgb(223,223,207); }
div.DivClassName
{
background-color: #DFDFCF;
}
.BgClassName
{
background-color: #DFDFCF;
}
</style>
border-color css
<style>
span { border-color: #DFDFCF; }
span { border-color: rgb(223,223,207); }
td.TdClassName
{
border-color: #DFDFCF;
}
.TagClassName
{
border-color: #DFDFCF;
}
</style>