Shades of Green White #DDDDD4
Tints of Green White #DDDDD4
RGB
CMYK
RGB Variations
Color information
#DDDDD4 (or 0xDDDDD4) is known color: Green White. HEX triplet: DD, DD and D4. RGB value is (221,221,212). Sum of RGB (Red+Green+Blue) = 221+221+212=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD4 is #22222B. Grayscale: #DCDCDC. Windows color (decimal): -2236972 or 13950429. OLE color: 13950429.
HSL color Cylindrical-coordinate representation of color #DDDDD4: hue angle of 60º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDDD4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 212 | - |
CMYK | 0 | 0 | 0.04 | 0.13 |
HSL | 60º | 0.12% | 0.85% | - |
HSV(B) | 60º | 0.04% | 0.87% | - |
XYZ | 67.56 | 71.84 | 72.59 | - |
YUV | 219.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 212 | 0 | 0 | 0.04 | 0.13 | 60 | 0.12 | 0.85 |
Hex | DD | DD | D4 | 0 | 0 | 4 | D | 3C | C | 55 |
Octal | 335 | 335 | 324 | 0 | 0 | 4 | 15 | 74 | 14 | 125 |
Binary | 11011101 | 11011101 | 11010100 | 0 | 0 | 100 | 1101 | 111100 | 1100 | 1010101 |
Color Harmonies of #DDDDD4
Complementary color
Monochromatic Colors of #DDDDD4
Black with #DDDDD4
Text Example
Text Example
White with #DDDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD4; }
p { color: rgb(221,221,212); }
H1.HeaderClassName
{
color: #DDDDD4;
}
.AnyTagClassName
{
color: #DDDDD4;
}
</style>
background-color css
<style>
a { background-color: #DDDDD4; }
a { background-color: rgb(221,221,212); }
div.DivClassName
{
background-color: #DDDDD4;
}
.BgClassName
{
background-color: #DDDDD4;
}
</style>
border-color css
<style>
span { border-color: #DDDDD4; }
span { border-color: rgb(221,221,212); }
td.TdClassName
{
border-color: #DDDDD4;
}
.TagClassName
{
border-color: #DDDDD4;
}
</style>