Shades of Green White #DFDDC7
Tints of Green White #DFDDC7
RGB
CMYK
RGB Variations
Color information
#DFDDC7 (or 0xDFDDC7) is known color: Green White. HEX triplet: DF, DD and C7. RGB value is (223,221,199). Sum of RGB (Red+Green+Blue) = 223+221+199=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC7 is #202238. Grayscale: #DBDBDB. Windows color (decimal): -2105913 or 13098463. OLE color: 13098463.
HSL color Cylindrical-coordinate representation of color #DFDDC7: hue angle of 55º degrees, saturation: 0.27, 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 #DFDDC7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 199 | - |
CMYK | 0 | 0.01 | 0.11 | 0.13 |
HSL | 55º | 0.27% | 0.83% | - |
HSV(B) | 55º | 0.11% | 0.87% | - |
XYZ | 66.6 | 71.52 | 64.33 | - |
YUV | 219.09 | 116.66 | 130.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 199 | 0 | 0.01 | 0.11 | 0.13 | 55 | 0.27 | 0.83 |
Hex | DF | DD | C7 | 0 | 1 | B | D | 37 | 1B | 53 |
Octal | 337 | 335 | 307 | 0 | 1 | 13 | 15 | 67 | 33 | 123 |
Binary | 11011111 | 11011101 | 11000111 | 0 | 1 | 1011 | 1101 | 110111 | 11011 | 1010011 |
Color Harmonies of #DFDDC7
Complementary color
Monochromatic Colors of #DFDDC7
Black with #DFDDC7
Text Example
Text Example
White with #DFDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDC7; }
p { color: rgb(223,221,199); }
H1.HeaderClassName
{
color: #DFDDC7;
}
.AnyTagClassName
{
color: #DFDDC7;
}
</style>
background-color css
<style>
a { background-color: #DFDDC7; }
a { background-color: rgb(223,221,199); }
div.DivClassName
{
background-color: #DFDDC7;
}
.BgClassName
{
background-color: #DFDDC7;
}
</style>
border-color css
<style>
span { border-color: #DFDDC7; }
span { border-color: rgb(223,221,199); }
td.TdClassName
{
border-color: #DFDDC7;
}
.TagClassName
{
border-color: #DFDDC7;
}
</style>