Shades of Green White #DFDFC6
Tints of Green White #DFDFC6
RGB
CMYK
RGB Variations
Color information
#DFDFC6 (or 0xDFDFC6) is known color: Green White. HEX triplet: DF, DF and C6. RGB value is (223,223,198). Sum of RGB (Red+Green+Blue) = 223+223+198=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFC6 is #202039. Grayscale: #DCDCDC. Windows color (decimal): -2105402 or 13033439. OLE color: 13033439.
HSL color Cylindrical-coordinate representation of color #DFDFC6: hue angle of 60º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDFC6 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 198 | - |
| CMYK | 0 | 0 | 0.11 | 0.13 |
| HSL | 60º | 0.28% | 0.83% | - |
| HSV(B) | 60º | 0.11% | 0.87% | - |
| XYZ | 67.01 | 72.54 | 63.9 | - |
| YUV | 220.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 198 | 0 | 0 | 0.11 | 0.13 | 60 | 0.28 | 0.83 |
| Hex | DF | DF | C6 | 0 | 0 | B | D | 3C | 1C | 53 |
| Octal | 337 | 337 | 306 | 0 | 0 | 13 | 15 | 74 | 34 | 123 |
| Binary | 11011111 | 11011111 | 11000110 | 0 | 0 | 1011 | 1101 | 111100 | 11100 | 1010011 |
Color Harmonies of #DFDFC6
Complementary color
Monochromatic Colors of #DFDFC6
Black with #DFDFC6
Text Example
Text Example
White with #DFDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFC6; }
p { color: rgb(223,223,198); }
H1.HeaderClassName
{
color: #DFDFC6;
}
.AnyTagClassName
{
color: #DFDFC6;
}
</style>
background-color css
<style>
a { background-color: #DFDFC6; }
a { background-color: rgb(223,223,198); }
div.DivClassName
{
background-color: #DFDFC6;
}
.BgClassName
{
background-color: #DFDFC6;
}
</style>
border-color css
<style>
span { border-color: #DFDFC6; }
span { border-color: rgb(223,223,198); }
td.TdClassName
{
border-color: #DFDFC6;
}
.TagClassName
{
border-color: #DFDFC6;
}
</style>