Shades of Green White #DDDDC9
Tints of Green White #DDDDC9
RGB
CMYK
RGB Variations
Color information
#DDDDC9 (or 0xDDDDC9) is known color: Green White. HEX triplet: DD, DD and C9. RGB value is (221,221,201). Sum of RGB (Red+Green+Blue) = 221+221+201=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC9 is #222236. Grayscale: #DADADA. Windows color (decimal): -2236983 or 13229533. OLE color: 13229533.
HSL color Cylindrical-coordinate representation of color #DDDDC9: hue angle of 60º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDDC9 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 201 | - |
| CMYK | 0 | 0 | 0.09 | 0.13 |
| HSL | 60º | 0.23% | 0.83% | - |
| HSV(B) | 60º | 0.09% | 0.87% | - |
| XYZ | 66.22 | 71.3 | 65.53 | - |
| YUV | 218.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 201 | 0 | 0 | 0.09 | 0.13 | 60 | 0.23 | 0.83 |
| Hex | DD | DD | C9 | 0 | 0 | 9 | D | 3C | 17 | 53 |
| Octal | 335 | 335 | 311 | 0 | 0 | 11 | 15 | 74 | 27 | 123 |
| Binary | 11011101 | 11011101 | 11001001 | 0 | 0 | 1001 | 1101 | 111100 | 10111 | 1010011 |
Color Harmonies of #DDDDC9
Complementary color
Monochromatic Colors of #DDDDC9
Black with #DDDDC9
Text Example
Text Example
White with #DDDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDC9; }
p { color: rgb(221,221,201); }
H1.HeaderClassName
{
color: #DDDDC9;
}
.AnyTagClassName
{
color: #DDDDC9;
}
</style>
background-color css
<style>
a { background-color: #DDDDC9; }
a { background-color: rgb(221,221,201); }
div.DivClassName
{
background-color: #DDDDC9;
}
.BgClassName
{
background-color: #DDDDC9;
}
</style>
border-color css
<style>
span { border-color: #DDDDC9; }
span { border-color: rgb(221,221,201); }
td.TdClassName
{
border-color: #DDDDC9;
}
.TagClassName
{
border-color: #DDDDC9;
}
</style>