Shades of Green White #DDDDCD
Tints of Green White #DDDDCD
RGB
CMYK
RGB Variations
Color information
#DDDDCD (or 0xDDDDCD) is known color: Green White. HEX triplet: DD, DD and CD. RGB value is (221,221,205). Sum of RGB (Red+Green+Blue) = 221+221+205=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCD is #222232. Grayscale: #DBDBDB. Windows color (decimal): -2236979 or 13491677. OLE color: 13491677.
HSL color Cylindrical-coordinate representation of color #DDDDCD: hue angle of 60º 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 #DDDDCD is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 205 | - |
CMYK | 0 | 0 | 0.07 | 0.13 |
HSL | 60º | 0.19% | 0.84% | - |
HSV(B) | 60º | 0.07% | 0.87% | - |
XYZ | 66.69 | 71.49 | 68.04 | - |
YUV | 219.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 205 | 0 | 0 | 0.07 | 0.13 | 60 | 0.19 | 0.84 |
Hex | DD | DD | CD | 0 | 0 | 7 | D | 3C | 13 | 54 |
Octal | 335 | 335 | 315 | 0 | 0 | 7 | 15 | 74 | 23 | 124 |
Binary | 11011101 | 11011101 | 11001101 | 0 | 0 | 111 | 1101 | 111100 | 10011 | 1010100 |
Color Harmonies of #DDDDCD
Complementary color
Monochromatic Colors of #DDDDCD
Black with #DDDDCD
Text Example
Text Example
White with #DDDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDCD; }
p { color: rgb(221,221,205); }
H1.HeaderClassName
{
color: #DDDDCD;
}
.AnyTagClassName
{
color: #DDDDCD;
}
</style>
background-color css
<style>
a { background-color: #DDDDCD; }
a { background-color: rgb(221,221,205); }
div.DivClassName
{
background-color: #DDDDCD;
}
.BgClassName
{
background-color: #DDDDCD;
}
</style>
border-color css
<style>
span { border-color: #DDDDCD; }
span { border-color: rgb(221,221,205); }
td.TdClassName
{
border-color: #DDDDCD;
}
.TagClassName
{
border-color: #DDDDCD;
}
</style>