Shades of Green White #DFDDCA
Tints of Green White #DFDDCA
RGB
CMYK
RGB Variations
Color information
#DFDDCA (or 0xDFDDCA) is known color: Green White. HEX triplet: DF, DD and CA. RGB value is (223,221,202). Sum of RGB (Red+Green+Blue) = 223+221+202=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDCA is #202235. Grayscale: #DBDBDB. Windows color (decimal): -2105910 or 13295071. OLE color: 13295071.
HSL color Cylindrical-coordinate representation of color #DFDDCA: hue angle of 54.29º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDDCA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 202 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.13 |
| HSL | 54.29º | 0.25% | 0.83% | - |
| HSV(B) | 54.29º | 0.09% | 0.87% | - |
| XYZ | 66.95 | 71.67 | 66.18 | - |
| YUV | 219.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 202 | 0 | 0.01 | 0.09 | 0.13 | 54.29 | 0.25 | 0.83 |
| Hex | DF | DD | CA | 0 | 1 | 9 | D | 36 | 19 | 53 |
| Octal | 337 | 335 | 312 | 0 | 1 | 11 | 15 | 66 | 31 | 123 |
| Binary | 11011111 | 11011101 | 11001010 | 0 | 1 | 1001 | 1101 | 110110 | 11001 | 1010011 |
Color Harmonies of #DFDDCA
Complementary color
Monochromatic Colors of #DFDDCA
Black with #DFDDCA
Text Example
Text Example
White with #DFDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDCA; }
p { color: rgb(223,221,202); }
H1.HeaderClassName
{
color: #DFDDCA;
}
.AnyTagClassName
{
color: #DFDDCA;
}
</style>
background-color css
<style>
a { background-color: #DFDDCA; }
a { background-color: rgb(223,221,202); }
div.DivClassName
{
background-color: #DFDDCA;
}
.BgClassName
{
background-color: #DFDDCA;
}
</style>
border-color css
<style>
span { border-color: #DFDDCA; }
span { border-color: rgb(223,221,202); }
td.TdClassName
{
border-color: #DFDDCA;
}
.TagClassName
{
border-color: #DFDDCA;
}
</style>