Shades of Green White #DDDDCA
Tints of Green White #DDDDCA
RGB
CMYK
RGB Variations
Color information
#DDDDCA (or 0xDDDDCA) is known color: Green White. HEX triplet: DD, DD and CA. RGB value is (221,221,202). Sum of RGB (Red+Green+Blue) = 221+221+202=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDCA is #222235. Grayscale: #DADADA. Windows color (decimal): -2236982 or 13295069. OLE color: 13295069.
HSL color Cylindrical-coordinate representation of color #DDDDCA: hue angle of 60º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDDCA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 202 | - |
CMYK | 0 | 0 | 0.09 | 0.13 |
HSL | 60º | 0.22% | 0.83% | - |
HSV(B) | 60º | 0.09% | 0.87% | - |
XYZ | 66.34 | 71.35 | 66.15 | - |
YUV | 218.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 202 | 0 | 0 | 0.09 | 0.13 | 60 | 0.22 | 0.83 |
Hex | DD | DD | CA | 0 | 0 | 9 | D | 3C | 16 | 53 |
Octal | 335 | 335 | 312 | 0 | 0 | 11 | 15 | 74 | 26 | 123 |
Binary | 11011101 | 11011101 | 11001010 | 0 | 0 | 1001 | 1101 | 111100 | 10110 | 1010011 |
Color Harmonies of #DDDDCA
Complementary color
Monochromatic Colors of #DDDDCA
Black with #DDDDCA
Text Example
Text Example
White with #DDDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDCA; }
p { color: rgb(221,221,202); }
H1.HeaderClassName
{
color: #DDDDCA;
}
.AnyTagClassName
{
color: #DDDDCA;
}
</style>
background-color css
<style>
a { background-color: #DDDDCA; }
a { background-color: rgb(221,221,202); }
div.DivClassName
{
background-color: #DDDDCA;
}
.BgClassName
{
background-color: #DDDDCA;
}
</style>
border-color css
<style>
span { border-color: #DDDDCA; }
span { border-color: rgb(221,221,202); }
td.TdClassName
{
border-color: #DDDDCA;
}
.TagClassName
{
border-color: #DDDDCA;
}
</style>