Shades of Green White #DDDDD5
Tints of Green White #DDDDD5
RGB
CMYK
RGB Variations
Color information
#DDDDD5 (or 0xDDDDD5) is known color: Green White. HEX triplet: DD, DD and D5. RGB value is (221,221,213). Sum of RGB (Red+Green+Blue) = 221+221+213=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD5 is #22222A. Grayscale: #DCDCDC. Windows color (decimal): -2236971 or 14015965. OLE color: 14015965.
HSL color Cylindrical-coordinate representation of color #DDDDD5: hue angle of 60º degrees, saturation: 0.11, 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 #DDDDD5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 213 | - |
CMYK | 0 | 0 | 0.04 | 0.13 |
HSL | 60º | 0.11% | 0.85% | - |
HSV(B) | 60º | 0.04% | 0.87% | - |
XYZ | 67.69 | 71.89 | 73.26 | - |
YUV | 220.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 213 | 0 | 0 | 0.04 | 0.13 | 60 | 0.11 | 0.85 |
Hex | DD | DD | D5 | 0 | 0 | 4 | D | 3C | B | 55 |
Octal | 335 | 335 | 325 | 0 | 0 | 4 | 15 | 74 | 13 | 125 |
Binary | 11011101 | 11011101 | 11010101 | 0 | 0 | 100 | 1101 | 111100 | 1011 | 1010101 |
Color Harmonies of #DDDDD5
Complementary color
Monochromatic Colors of #DDDDD5
Black with #DDDDD5
Text Example
Text Example
White with #DDDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD5; }
p { color: rgb(221,221,213); }
H1.HeaderClassName
{
color: #DDDDD5;
}
.AnyTagClassName
{
color: #DDDDD5;
}
</style>
background-color css
<style>
a { background-color: #DDDDD5; }
a { background-color: rgb(221,221,213); }
div.DivClassName
{
background-color: #DDDDD5;
}
.BgClassName
{
background-color: #DDDDD5;
}
</style>
border-color css
<style>
span { border-color: #DDDDD5; }
span { border-color: rgb(221,221,213); }
td.TdClassName
{
border-color: #DDDDD5;
}
.TagClassName
{
border-color: #DDDDD5;
}
</style>