Shades of Green White #DEDDCF
Tints of Green White #DEDDCF
RGB
CMYK
RGB Variations
Color information
#DEDDCF (or 0xDEDDCF) is known color: Green White. HEX triplet: DE, DD and CF. RGB value is (222,221,207). Sum of RGB (Red+Green+Blue) = 222+221+207=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDCF is #212230. Grayscale: #DBDBDB. Windows color (decimal): -2171441 or 13622750. OLE color: 13622750.
HSL color Cylindrical-coordinate representation of color #DEDDCF: hue angle of 56º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDDCF is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 207 | - |
| CMYK | 0 | 0.00 | 0.07 | 0.13 |
| HSL | 56º | 0.19% | 0.84% | - |
| HSV(B) | 56º | 0.07% | 0.87% | - |
| XYZ | 67.24 | 71.75 | 69.34 | - |
| YUV | 219.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 207 | 0 | 0.00 | 0.07 | 0.13 | 56 | 0.19 | 0.84 |
| Hex | DE | DD | CF | 0 | 0 | 7 | D | 38 | 13 | 54 |
| Octal | 336 | 335 | 317 | 0 | 0 | 7 | 15 | 70 | 23 | 124 |
| Binary | 11011110 | 11011101 | 11001111 | 0 | 0 | 111 | 1101 | 111000 | 10011 | 1010100 |
Color Harmonies of #DEDDCF
Complementary color
Monochromatic Colors of #DEDDCF
Black with #DEDDCF
Text Example
Text Example
White with #DEDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDCF; }
p { color: rgb(222,221,207); }
H1.HeaderClassName
{
color: #DEDDCF;
}
.AnyTagClassName
{
color: #DEDDCF;
}
</style>
background-color css
<style>
a { background-color: #DEDDCF; }
a { background-color: rgb(222,221,207); }
div.DivClassName
{
background-color: #DEDDCF;
}
.BgClassName
{
background-color: #DEDDCF;
}
</style>
border-color css
<style>
span { border-color: #DEDDCF; }
span { border-color: rgb(222,221,207); }
td.TdClassName
{
border-color: #DEDDCF;
}
.TagClassName
{
border-color: #DEDDCF;
}
</style>