Shades of Green White #DDDCCD
Tints of Green White #DDDCCD
RGB
CMYK
RGB Variations
Color information
#DDDCCD (or 0xDDDCCD) is known color: Green White. HEX triplet: DD, DC and CD. RGB value is (221,220,205). Sum of RGB (Red+Green+Blue) = 221+220+205=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCCD is #222332. Grayscale: #DADADA. Windows color (decimal): -2237235 or 13491421. OLE color: 13491421.
HSL color Cylindrical-coordinate representation of color #DDDCCD: hue angle of 56.25º 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 #DDDCCD is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 205 | - |
CMYK | 0 | 0.00 | 0.07 | 0.13 |
HSL | 56.25º | 0.19% | 0.84% | - |
HSV(B) | 56.25º | 0.07% | 0.87% | - |
XYZ | 66.43 | 70.97 | 67.95 | - |
YUV | 218.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 205 | 0 | 0.00 | 0.07 | 0.13 | 56.25 | 0.19 | 0.84 |
Hex | DD | DC | CD | 0 | 0 | 7 | D | 38 | 13 | 54 |
Octal | 335 | 334 | 315 | 0 | 0 | 7 | 15 | 70 | 23 | 124 |
Binary | 11011101 | 11011100 | 11001101 | 0 | 0 | 111 | 1101 | 111000 | 10011 | 1010100 |
Color Harmonies of #DDDCCD
Complementary color
Monochromatic Colors of #DDDCCD
Black with #DDDCCD
Text Example
Text Example
White with #DDDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCCD; }
p { color: rgb(221,220,205); }
H1.HeaderClassName
{
color: #DDDCCD;
}
.AnyTagClassName
{
color: #DDDCCD;
}
</style>
background-color css
<style>
a { background-color: #DDDCCD; }
a { background-color: rgb(221,220,205); }
div.DivClassName
{
background-color: #DDDCCD;
}
.BgClassName
{
background-color: #DDDCCD;
}
</style>
border-color css
<style>
span { border-color: #DDDCCD; }
span { border-color: rgb(221,220,205); }
td.TdClassName
{
border-color: #DDDCCD;
}
.TagClassName
{
border-color: #DDDCCD;
}
</style>