Shades of Green White #DDDECD
Tints of Green White #DDDECD
RGB
CMYK
RGB Variations
Color information
#DDDECD (or 0xDDDECD) is known color: Green White. HEX triplet: DD, DE and CD. RGB value is (221,222,205). Sum of RGB (Red+Green+Blue) = 221+222+205=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDECD is #222132. Grayscale: #DBDBDB. Windows color (decimal): -2236723 or 13491933. OLE color: 13491933.
HSL color Cylindrical-coordinate representation of color #DDDECD: hue angle of 63.53º 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 #DDDECD is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 205 | - |
CMYK | 0.00 | 0 | 0.08 | 0.13 |
HSL | 63.53º | 0.2% | 0.84% | - |
HSV(B) | 63.53º | 0.08% | 0.87% | - |
XYZ | 66.96 | 72.02 | 68.13 | - |
YUV | 219.76 | 119.67 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 205 | 0.00 | 0 | 0.08 | 0.13 | 63.53 | 0.2 | 0.84 |
Hex | DD | DE | CD | 0 | 0 | 8 | D | 40 | 14 | 54 |
Octal | 335 | 336 | 315 | 0 | 0 | 10 | 15 | 100 | 24 | 124 |
Binary | 11011101 | 11011110 | 11001101 | 0 | 0 | 1000 | 1101 | 1000000 | 10100 | 1010100 |
Color Harmonies of #DDDECD
Complementary color
Monochromatic Colors of #DDDECD
Black with #DDDECD
Text Example
Text Example
White with #DDDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDECD; }
p { color: rgb(221,222,205); }
H1.HeaderClassName
{
color: #DDDECD;
}
.AnyTagClassName
{
color: #DDDECD;
}
</style>
background-color css
<style>
a { background-color: #DDDECD; }
a { background-color: rgb(221,222,205); }
div.DivClassName
{
background-color: #DDDECD;
}
.BgClassName
{
background-color: #DDDECD;
}
</style>
border-color css
<style>
span { border-color: #DDDECD; }
span { border-color: rgb(221,222,205); }
td.TdClassName
{
border-color: #DDDECD;
}
.TagClassName
{
border-color: #DDDECD;
}
</style>