Shades of Green White #DDDCD2
Tints of Green White #DDDCD2
RGB
CMYK
RGB Variations
Color information
#DDDCD2 (or 0xDDDCD2) is known color: Green White. HEX triplet: DD, DC and D2. RGB value is (221,220,210). Sum of RGB (Red+Green+Blue) = 221+220+210=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCD2 is #22232D. Grayscale: #DBDBDB. Windows color (decimal): -2237230 or 13819101. OLE color: 13819101.
HSL color Cylindrical-coordinate representation of color #DDDCD2: hue angle of 54.55º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDCD2 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 210 | - |
CMYK | 0 | 0.00 | 0.05 | 0.13 |
HSL | 54.55º | 0.14% | 0.85% | - |
HSV(B) | 54.55º | 0.05% | 0.87% | - |
XYZ | 67.04 | 71.21 | 71.18 | - |
YUV | 219.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 210 | 0 | 0.00 | 0.05 | 0.13 | 54.55 | 0.14 | 0.85 |
Hex | DD | DC | D2 | 0 | 0 | 5 | D | 37 | E | 55 |
Octal | 335 | 334 | 322 | 0 | 0 | 5 | 15 | 67 | 16 | 125 |
Binary | 11011101 | 11011100 | 11010010 | 0 | 0 | 101 | 1101 | 110111 | 1110 | 1010101 |
Color Harmonies of #DDDCD2
Complementary color
Monochromatic Colors of #DDDCD2
Black with #DDDCD2
Text Example
Text Example
White with #DDDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCD2; }
p { color: rgb(221,220,210); }
H1.HeaderClassName
{
color: #DDDCD2;
}
.AnyTagClassName
{
color: #DDDCD2;
}
</style>
background-color css
<style>
a { background-color: #DDDCD2; }
a { background-color: rgb(221,220,210); }
div.DivClassName
{
background-color: #DDDCD2;
}
.BgClassName
{
background-color: #DDDCD2;
}
</style>
border-color css
<style>
span { border-color: #DDDCD2; }
span { border-color: rgb(221,220,210); }
td.TdClassName
{
border-color: #DDDCD2;
}
.TagClassName
{
border-color: #DDDCD2;
}
</style>