Shades of Green White #DDDCC8
Tints of Green White #DDDCC8
RGB
CMYK
RGB Variations
Color information
#DDDCC8 (or 0xDDDCC8) is known color: Green White. HEX triplet: DD, DC and C8. RGB value is (221,220,200). Sum of RGB (Red+Green+Blue) = 221+220+200=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC8 is #222337. Grayscale: #DADADA. Windows color (decimal): -2237240 or 13163741. OLE color: 13163741.
HSL color Cylindrical-coordinate representation of color #DDDCC8: hue angle of 57.14º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDCC8 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 200 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.13 |
| HSL | 57.14º | 0.24% | 0.83% | - |
| HSV(B) | 57.14º | 0.1% | 0.87% | - |
| XYZ | 65.84 | 70.73 | 64.83 | - |
| YUV | 218.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 200 | 0 | 0.00 | 0.10 | 0.13 | 57.14 | 0.24 | 0.83 |
| Hex | DD | DC | C8 | 0 | 0 | A | D | 39 | 18 | 53 |
| Octal | 335 | 334 | 310 | 0 | 0 | 12 | 15 | 71 | 30 | 123 |
| Binary | 11011101 | 11011100 | 11001000 | 0 | 0 | 1010 | 1101 | 111001 | 11000 | 1010011 |
Color Harmonies of #DDDCC8
Complementary color
Monochromatic Colors of #DDDCC8
Black with #DDDCC8
Text Example
Text Example
White with #DDDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCC8; }
p { color: rgb(221,220,200); }
H1.HeaderClassName
{
color: #DDDCC8;
}
.AnyTagClassName
{
color: #DDDCC8;
}
</style>
background-color css
<style>
a { background-color: #DDDCC8; }
a { background-color: rgb(221,220,200); }
div.DivClassName
{
background-color: #DDDCC8;
}
.BgClassName
{
background-color: #DDDCC8;
}
</style>
border-color css
<style>
span { border-color: #DDDCC8; }
span { border-color: rgb(221,220,200); }
td.TdClassName
{
border-color: #DDDCC8;
}
.TagClassName
{
border-color: #DDDCC8;
}
</style>