Shades of Green White #DFDDC8
Tints of Green White #DFDDC8
RGB
CMYK
RGB Variations
Color information
#DFDDC8 (or 0xDFDDC8) is known color: Green White. HEX triplet: DF, DD and C8. RGB value is (223,221,200). Sum of RGB (Red+Green+Blue) = 223+221+200=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDC8 is #202237. Grayscale: #DBDBDB. Windows color (decimal): -2105912 or 13163999. OLE color: 13163999.
HSL color Cylindrical-coordinate representation of color #DFDDC8: hue angle of 54.78º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFDDC8 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 200 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.13 |
| HSL | 54.78º | 0.26% | 0.83% | - |
| HSV(B) | 54.78º | 0.1% | 0.87% | - |
| XYZ | 66.71 | 71.57 | 64.94 | - |
| YUV | 219.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 200 | 0 | 0.01 | 0.10 | 0.13 | 54.78 | 0.26 | 0.83 |
| Hex | DF | DD | C8 | 0 | 1 | A | D | 37 | 1A | 53 |
| Octal | 337 | 335 | 310 | 0 | 1 | 12 | 15 | 67 | 32 | 123 |
| Binary | 11011111 | 11011101 | 11001000 | 0 | 1 | 1010 | 1101 | 110111 | 11010 | 1010011 |
Color Harmonies of #DFDDC8
Complementary color
Monochromatic Colors of #DFDDC8
Black with #DFDDC8
Text Example
Text Example
White with #DFDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDC8; }
p { color: rgb(223,221,200); }
H1.HeaderClassName
{
color: #DFDDC8;
}
.AnyTagClassName
{
color: #DFDDC8;
}
</style>
background-color css
<style>
a { background-color: #DFDDC8; }
a { background-color: rgb(223,221,200); }
div.DivClassName
{
background-color: #DFDDC8;
}
.BgClassName
{
background-color: #DFDDC8;
}
</style>
border-color css
<style>
span { border-color: #DFDDC8; }
span { border-color: rgb(223,221,200); }
td.TdClassName
{
border-color: #DFDDC8;
}
.TagClassName
{
border-color: #DFDDC8;
}
</style>