Shades of Green White #DDDDC5
Tints of Green White #DDDDC5
RGB
CMYK
RGB Variations
Color information
#DDDDC5 (or 0xDDDDC5) is known color: Green White. HEX triplet: DD, DD and C5. RGB value is (221,221,197). Sum of RGB (Red+Green+Blue) = 221+221+197=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDC5 is #22223A. Grayscale: #DADADA. Windows color (decimal): -2236987 or 12967389. OLE color: 12967389.
HSL color Cylindrical-coordinate representation of color #DDDDC5: hue angle of 60º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDDC5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 197 | - |
CMYK | 0 | 0 | 0.11 | 0.13 |
HSL | 60º | 0.26% | 0.82% | - |
HSV(B) | 60º | 0.11% | 0.87% | - |
XYZ | 65.75 | 71.12 | 63.08 | - |
YUV | 218.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 197 | 0 | 0 | 0.11 | 0.13 | 60 | 0.26 | 0.82 |
Hex | DD | DD | C5 | 0 | 0 | B | D | 3C | 1A | 52 |
Octal | 335 | 335 | 305 | 0 | 0 | 13 | 15 | 74 | 32 | 122 |
Binary | 11011101 | 11011101 | 11000101 | 0 | 0 | 1011 | 1101 | 111100 | 11010 | 1010010 |
Color Harmonies of #DDDDC5
Complementary color
Monochromatic Colors of #DDDDC5
Black with #DDDDC5
Text Example
Text Example
White with #DDDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDC5; }
p { color: rgb(221,221,197); }
H1.HeaderClassName
{
color: #DDDDC5;
}
.AnyTagClassName
{
color: #DDDDC5;
}
</style>
background-color css
<style>
a { background-color: #DDDDC5; }
a { background-color: rgb(221,221,197); }
div.DivClassName
{
background-color: #DDDDC5;
}
.BgClassName
{
background-color: #DDDDC5;
}
</style>
border-color css
<style>
span { border-color: #DDDDC5; }
span { border-color: rgb(221,221,197); }
td.TdClassName
{
border-color: #DDDDC5;
}
.TagClassName
{
border-color: #DDDDC5;
}
</style>