Shades of Green White #DDDCC7
Tints of Green White #DDDCC7
RGB
CMYK
RGB Variations
Color information
#DDDCC7 (or 0xDDDCC7) is known color: Green White. HEX triplet: DD, DC and C7. RGB value is (221,220,199). Sum of RGB (Red+Green+Blue) = 221+220+199=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC7 is #222338. Grayscale: #D9D9D9. Windows color (decimal): -2237241 or 13098205. OLE color: 13098205.
HSL color Cylindrical-coordinate representation of color #DDDCC7: hue angle of 57.27º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDCC7 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 199 | - |
CMYK | 0 | 0.00 | 0.10 | 0.13 |
HSL | 57.27º | 0.24% | 0.82% | - |
HSV(B) | 57.27º | 0.1% | 0.87% | - |
XYZ | 65.72 | 70.68 | 64.21 | - |
YUV | 217.91 | 117.33 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 199 | 0 | 0.00 | 0.10 | 0.13 | 57.27 | 0.24 | 0.82 |
Hex | DD | DC | C7 | 0 | 0 | A | D | 39 | 18 | 52 |
Octal | 335 | 334 | 307 | 0 | 0 | 12 | 15 | 71 | 30 | 122 |
Binary | 11011101 | 11011100 | 11000111 | 0 | 0 | 1010 | 1101 | 111001 | 11000 | 1010010 |
Color Harmonies of #DDDCC7
Complementary color
Monochromatic Colors of #DDDCC7
Black with #DDDCC7
Text Example
Text Example
White with #DDDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCC7; }
p { color: rgb(221,220,199); }
H1.HeaderClassName
{
color: #DDDCC7;
}
.AnyTagClassName
{
color: #DDDCC7;
}
</style>
background-color css
<style>
a { background-color: #DDDCC7; }
a { background-color: rgb(221,220,199); }
div.DivClassName
{
background-color: #DDDCC7;
}
.BgClassName
{
background-color: #DDDCC7;
}
</style>
border-color css
<style>
span { border-color: #DDDCC7; }
span { border-color: rgb(221,220,199); }
td.TdClassName
{
border-color: #DDDCC7;
}
.TagClassName
{
border-color: #DDDCC7;
}
</style>