Shades of Green White #DDDDCB
Tints of Green White #DDDDCB
RGB
CMYK
RGB Variations
Color information
#DDDDCB (or 0xDDDDCB) is known color: Green White. HEX triplet: DD, DD and CB. RGB value is (221,221,203). Sum of RGB (Red+Green+Blue) = 221+221+203=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCB is #222234. Grayscale: #DBDBDB. Windows color (decimal): -2236981 or 13360605. OLE color: 13360605.
HSL color Cylindrical-coordinate representation of color #DDDDCB: hue angle of 60º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDDCB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 203 | - |
| CMYK | 0 | 0 | 0.08 | 0.13 |
| HSL | 60º | 0.21% | 0.83% | - |
| HSV(B) | 60º | 0.08% | 0.87% | - |
| XYZ | 66.45 | 71.4 | 66.78 | - |
| YUV | 218.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 203 | 0 | 0 | 0.08 | 0.13 | 60 | 0.21 | 0.83 |
| Hex | DD | DD | CB | 0 | 0 | 8 | D | 3C | 15 | 53 |
| Octal | 335 | 335 | 313 | 0 | 0 | 10 | 15 | 74 | 25 | 123 |
| Binary | 11011101 | 11011101 | 11001011 | 0 | 0 | 1000 | 1101 | 111100 | 10101 | 1010011 |
Color Harmonies of #DDDDCB
Complementary color
Monochromatic Colors of #DDDDCB
Black with #DDDDCB
Text Example
Text Example
White with #DDDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDCB; }
p { color: rgb(221,221,203); }
H1.HeaderClassName
{
color: #DDDDCB;
}
.AnyTagClassName
{
color: #DDDDCB;
}
</style>
background-color css
<style>
a { background-color: #DDDDCB; }
a { background-color: rgb(221,221,203); }
div.DivClassName
{
background-color: #DDDDCB;
}
.BgClassName
{
background-color: #DDDDCB;
}
</style>
border-color css
<style>
span { border-color: #DDDDCB; }
span { border-color: rgb(221,221,203); }
td.TdClassName
{
border-color: #DDDDCB;
}
.TagClassName
{
border-color: #DDDDCB;
}
</style>