Shades of Green White #DEDECD
Tints of Green White #DEDECD
RGB
CMYK
RGB Variations
Color information
#DEDECD (or 0xDEDECD) is known color: Green White. HEX triplet: DE, DE and CD. RGB value is (222,222,205). Sum of RGB (Red+Green+Blue) = 222+222+205=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDECD is #212132. Grayscale: #DCDCDC. Windows color (decimal): -2171187 or 13491934. OLE color: 13491934.
HSL color Cylindrical-coordinate representation of color #DEDECD: hue angle of 60º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEDECD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 205 | - |
| CMYK | 0 | 0 | 0.08 | 0.13 |
| HSL | 60º | 0.2% | 0.84% | - |
| HSV(B) | 60º | 0.08% | 0.87% | - |
| XYZ | 67.26 | 72.18 | 68.14 | - |
| YUV | 220.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 205 | 0 | 0 | 0.08 | 0.13 | 60 | 0.2 | 0.84 |
| Hex | DE | DE | CD | 0 | 0 | 8 | D | 3C | 14 | 54 |
| Octal | 336 | 336 | 315 | 0 | 0 | 10 | 15 | 74 | 24 | 124 |
| Binary | 11011110 | 11011110 | 11001101 | 0 | 0 | 1000 | 1101 | 111100 | 10100 | 1010100 |
Color Harmonies of #DEDECD
Complementary color
Monochromatic Colors of #DEDECD
Black with #DEDECD
Text Example
Text Example
White with #DEDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDECD; }
p { color: rgb(222,222,205); }
H1.HeaderClassName
{
color: #DEDECD;
}
.AnyTagClassName
{
color: #DEDECD;
}
</style>
background-color css
<style>
a { background-color: #DEDECD; }
a { background-color: rgb(222,222,205); }
div.DivClassName
{
background-color: #DEDECD;
}
.BgClassName
{
background-color: #DEDECD;
}
</style>
border-color css
<style>
span { border-color: #DEDECD; }
span { border-color: rgb(222,222,205); }
td.TdClassName
{
border-color: #DEDECD;
}
.TagClassName
{
border-color: #DEDECD;
}
</style>