Shades of Green White #DDDDC7
Tints of Green White #DDDDC7
RGB
CMYK
RGB Variations
Color information
#DDDDC7 (or 0xDDDDC7) is known color: Green White. HEX triplet: DD, DD and C7. RGB value is (221,221,199). Sum of RGB (Red+Green+Blue) = 221+221+199=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC7 is #222238. Grayscale: #DADADA. Windows color (decimal): -2236985 or 13098461. OLE color: 13098461.
HSL color Cylindrical-coordinate representation of color #DDDDC7: hue angle of 60º 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 #DDDDC7 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 199 | - |
CMYK | 0 | 0 | 0.10 | 0.13 |
HSL | 60º | 0.24% | 0.82% | - |
HSV(B) | 60º | 0.1% | 0.87% | - |
XYZ | 65.98 | 71.21 | 64.3 | - |
YUV | 218.49 | 117 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 199 | 0 | 0 | 0.10 | 0.13 | 60 | 0.24 | 0.82 |
Hex | DD | DD | C7 | 0 | 0 | A | D | 3C | 18 | 52 |
Octal | 335 | 335 | 307 | 0 | 0 | 12 | 15 | 74 | 30 | 122 |
Binary | 11011101 | 11011101 | 11000111 | 0 | 0 | 1010 | 1101 | 111100 | 11000 | 1010010 |
Color Harmonies of #DDDDC7
Complementary color
Monochromatic Colors of #DDDDC7
Black with #DDDDC7
Text Example
Text Example
White with #DDDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDC7; }
p { color: rgb(221,221,199); }
H1.HeaderClassName
{
color: #DDDDC7;
}
.AnyTagClassName
{
color: #DDDDC7;
}
</style>
background-color css
<style>
a { background-color: #DDDDC7; }
a { background-color: rgb(221,221,199); }
div.DivClassName
{
background-color: #DDDDC7;
}
.BgClassName
{
background-color: #DDDDC7;
}
</style>
border-color css
<style>
span { border-color: #DDDDC7; }
span { border-color: rgb(221,221,199); }
td.TdClassName
{
border-color: #DDDDC7;
}
.TagClassName
{
border-color: #DDDDC7;
}
</style>