Shades of Green White #DDDCCB
Tints of Green White #DDDCCB
RGB
CMYK
RGB Variations
Color information
#DDDCCB (or 0xDDDCCB) is known color: Green White. HEX triplet: DD, DC and CB. RGB value is (221,220,203). Sum of RGB (Red+Green+Blue) = 221+220+203=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCCB is #222334. Grayscale: #DADADA. Windows color (decimal): -2237237 or 13360349. OLE color: 13360349.
HSL color Cylindrical-coordinate representation of color #DDDCCB: hue angle of 56.67º 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 #DDDCCB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 203 | - |
CMYK | 0 | 0.00 | 0.08 | 0.13 |
HSL | 56.67º | 0.21% | 0.83% | - |
HSV(B) | 56.67º | 0.08% | 0.87% | - |
XYZ | 66.19 | 70.87 | 66.69 | - |
YUV | 218.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 203 | 0 | 0.00 | 0.08 | 0.13 | 56.67 | 0.21 | 0.83 |
Hex | DD | DC | CB | 0 | 0 | 8 | D | 39 | 15 | 53 |
Octal | 335 | 334 | 313 | 0 | 0 | 10 | 15 | 71 | 25 | 123 |
Binary | 11011101 | 11011100 | 11001011 | 0 | 0 | 1000 | 1101 | 111001 | 10101 | 1010011 |
Color Harmonies of #DDDCCB
Complementary color
Monochromatic Colors of #DDDCCB
Black with #DDDCCB
Text Example
Text Example
White with #DDDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCCB; }
p { color: rgb(221,220,203); }
H1.HeaderClassName
{
color: #DDDCCB;
}
.AnyTagClassName
{
color: #DDDCCB;
}
</style>
background-color css
<style>
a { background-color: #DDDCCB; }
a { background-color: rgb(221,220,203); }
div.DivClassName
{
background-color: #DDDCCB;
}
.BgClassName
{
background-color: #DDDCCB;
}
</style>
border-color css
<style>
span { border-color: #DDDCCB; }
span { border-color: rgb(221,220,203); }
td.TdClassName
{
border-color: #DDDCCB;
}
.TagClassName
{
border-color: #DDDCCB;
}
</style>