Shades of Green White #DFDECC
Tints of Green White #DFDECC
RGB
CMYK
RGB Variations
Color information
#DFDECC (or 0xDFDECC) is known color: Green White. HEX triplet: DF, DE and CC. RGB value is (223,222,204). Sum of RGB (Red+Green+Blue) = 223+222+204=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDECC is #202133. Grayscale: #DCDCDC. Windows color (decimal): -2105652 or 13426399. OLE color: 13426399.
HSL color Cylindrical-coordinate representation of color #DFDECC: hue angle of 56.84º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDECC is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 222 | 204 | - |
CMYK | 0 | 0.00 | 0.09 | 0.13 |
HSL | 56.84º | 0.23% | 0.84% | - |
HSV(B) | 56.84º | 0.09% | 0.87% | - |
XYZ | 67.45 | 72.29 | 67.53 | - |
YUV | 220.25 | 118.83 | 129.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 222 | 204 | 0 | 0.00 | 0.09 | 0.13 | 56.84 | 0.23 | 0.84 |
Hex | DF | DE | CC | 0 | 0 | 9 | D | 39 | 17 | 54 |
Octal | 337 | 336 | 314 | 0 | 0 | 11 | 15 | 71 | 27 | 124 |
Binary | 11011111 | 11011110 | 11001100 | 0 | 0 | 1001 | 1101 | 111001 | 10111 | 1010100 |
Color Harmonies of #DFDECC
Complementary color
Monochromatic Colors of #DFDECC
Black with #DFDECC
Text Example
Text Example
White with #DFDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDECC; }
p { color: rgb(223,222,204); }
H1.HeaderClassName
{
color: #DFDECC;
}
.AnyTagClassName
{
color: #DFDECC;
}
</style>
background-color css
<style>
a { background-color: #DFDECC; }
a { background-color: rgb(223,222,204); }
div.DivClassName
{
background-color: #DFDECC;
}
.BgClassName
{
background-color: #DFDECC;
}
</style>
border-color css
<style>
span { border-color: #DFDECC; }
span { border-color: rgb(223,222,204); }
td.TdClassName
{
border-color: #DFDECC;
}
.TagClassName
{
border-color: #DFDECC;
}
</style>