Shades of Green White #DFDDCC
Tints of Green White #DFDDCC
RGB
CMYK
RGB Variations
Color information
#DFDDCC (or 0xDFDDCC) is known color: Green White. HEX triplet: DF, DD and CC. RGB value is (223,221,204). Sum of RGB (Red+Green+Blue) = 223+221+204=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDCC is #202233. Grayscale: #DBDBDB. Windows color (decimal): -2105908 or 13426143. OLE color: 13426143.
HSL color Cylindrical-coordinate representation of color #DFDDCC: hue angle of 53.68º 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 #DFDDCC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 204 | - |
CMYK | 0 | 0.01 | 0.09 | 0.13 |
HSL | 53.68º | 0.23% | 0.84% | - |
HSV(B) | 53.68º | 0.09% | 0.87% | - |
XYZ | 67.19 | 71.76 | 67.44 | - |
YUV | 219.66 | 119.16 | 130.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 204 | 0 | 0.01 | 0.09 | 0.13 | 53.68 | 0.23 | 0.84 |
Hex | DF | DD | CC | 0 | 1 | 9 | D | 36 | 17 | 54 |
Octal | 337 | 335 | 314 | 0 | 1 | 11 | 15 | 66 | 27 | 124 |
Binary | 11011111 | 11011101 | 11001100 | 0 | 1 | 1001 | 1101 | 110110 | 10111 | 1010100 |
Color Harmonies of #DFDDCC
Complementary color
Monochromatic Colors of #DFDDCC
Black with #DFDDCC
Text Example
Text Example
White with #DFDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDCC; }
p { color: rgb(223,221,204); }
H1.HeaderClassName
{
color: #DFDDCC;
}
.AnyTagClassName
{
color: #DFDDCC;
}
</style>
background-color css
<style>
a { background-color: #DFDDCC; }
a { background-color: rgb(223,221,204); }
div.DivClassName
{
background-color: #DFDDCC;
}
.BgClassName
{
background-color: #DFDDCC;
}
</style>
border-color css
<style>
span { border-color: #DFDDCC; }
span { border-color: rgb(223,221,204); }
td.TdClassName
{
border-color: #DFDDCC;
}
.TagClassName
{
border-color: #DFDDCC;
}
</style>