Shades of Green White #DDDDCC
Tints of Green White #DDDDCC
RGB
CMYK
RGB Variations
Color information
#DDDDCC (or 0xDDDDCC) is known color: Green White. HEX triplet: DD, DD and CC. RGB value is (221,221,204). Sum of RGB (Red+Green+Blue) = 221+221+204=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCC is #222233. Grayscale: #DBDBDB. Windows color (decimal): -2236980 or 13426141. OLE color: 13426141.
HSL color Cylindrical-coordinate representation of color #DDDDCC: hue angle of 60º degrees, saturation: 0.2, 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 #DDDDCC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 204 | - |
CMYK | 0 | 0 | 0.08 | 0.13 |
HSL | 60º | 0.2% | 0.83% | - |
HSV(B) | 60º | 0.08% | 0.87% | - |
XYZ | 66.57 | 71.44 | 67.41 | - |
YUV | 219.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 204 | 0 | 0 | 0.08 | 0.13 | 60 | 0.2 | 0.83 |
Hex | DD | DD | CC | 0 | 0 | 8 | D | 3C | 14 | 53 |
Octal | 335 | 335 | 314 | 0 | 0 | 10 | 15 | 74 | 24 | 123 |
Binary | 11011101 | 11011101 | 11001100 | 0 | 0 | 1000 | 1101 | 111100 | 10100 | 1010011 |
Color Harmonies of #DDDDCC
Complementary color
Monochromatic Colors of #DDDDCC
Black with #DDDDCC
Text Example
Text Example
White with #DDDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDCC; }
p { color: rgb(221,221,204); }
H1.HeaderClassName
{
color: #DDDDCC;
}
.AnyTagClassName
{
color: #DDDDCC;
}
</style>
background-color css
<style>
a { background-color: #DDDDCC; }
a { background-color: rgb(221,221,204); }
div.DivClassName
{
background-color: #DDDDCC;
}
.BgClassName
{
background-color: #DDDDCC;
}
</style>
border-color css
<style>
span { border-color: #DDDDCC; }
span { border-color: rgb(221,221,204); }
td.TdClassName
{
border-color: #DDDDCC;
}
.TagClassName
{
border-color: #DDDDCC;
}
</style>