Shades of Green White #DDDCD0
Tints of Green White #DDDCD0
RGB
CMYK
RGB Variations
Color information
#DDDCD0 (or 0xDDDCD0) is known color: Green White. HEX triplet: DD, DC and D0. RGB value is (221,220,208). Sum of RGB (Red+Green+Blue) = 221+220+208=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD0 is #22232F. Grayscale: #DADADA. Windows color (decimal): -2237232 or 13688029. OLE color: 13688029.
HSL color Cylindrical-coordinate representation of color #DDDCD0: hue angle of 55.38º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDCD0 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 208 | - |
CMYK | 0 | 0.00 | 0.06 | 0.13 |
HSL | 55.38º | 0.16% | 0.84% | - |
HSV(B) | 55.38º | 0.06% | 0.87% | - |
XYZ | 66.8 | 71.11 | 69.88 | - |
YUV | 218.93 | 121.83 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 208 | 0 | 0.00 | 0.06 | 0.13 | 55.38 | 0.16 | 0.84 |
Hex | DD | DC | D0 | 0 | 0 | 6 | D | 37 | 10 | 54 |
Octal | 335 | 334 | 320 | 0 | 0 | 6 | 15 | 67 | 20 | 124 |
Binary | 11011101 | 11011100 | 11010000 | 0 | 0 | 110 | 1101 | 110111 | 10000 | 1010100 |
Color Harmonies of #DDDCD0
Complementary color
Monochromatic Colors of #DDDCD0
Black with #DDDCD0
Text Example
Text Example
White with #DDDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD0; }
p { color: rgb(221,220,208); }
H1.HeaderClassName
{
color: #DDDCD0;
}
.AnyTagClassName
{
color: #DDDCD0;
}
</style>
background-color css
<style>
a { background-color: #DDDCD0; }
a { background-color: rgb(221,220,208); }
div.DivClassName
{
background-color: #DDDCD0;
}
.BgClassName
{
background-color: #DDDCD0;
}
</style>
border-color css
<style>
span { border-color: #DDDCD0; }
span { border-color: rgb(221,220,208); }
td.TdClassName
{
border-color: #DDDCD0;
}
.TagClassName
{
border-color: #DDDCD0;
}
</style>