Shades of Green White #DDDDD2
Tints of Green White #DDDDD2
RGB
CMYK
RGB Variations
Color information
#DDDDD2 (or 0xDDDDD2) is known color: Green White. HEX triplet: DD, DD and D2. RGB value is (221,221,210). Sum of RGB (Red+Green+Blue) = 221+221+210=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD2 is #22222D. Grayscale: #DBDBDB. Windows color (decimal): -2236974 or 13819357. OLE color: 13819357.
HSL color Cylindrical-coordinate representation of color #DDDDD2: hue angle of 60º 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 #DDDDD2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 210 | - |
CMYK | 0 | 0 | 0.05 | 0.13 |
HSL | 60º | 0.14% | 0.85% | - |
HSV(B) | 60º | 0.05% | 0.87% | - |
XYZ | 67.31 | 71.74 | 71.27 | - |
YUV | 219.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 210 | 0 | 0 | 0.05 | 0.13 | 60 | 0.14 | 0.85 |
Hex | DD | DD | D2 | 0 | 0 | 5 | D | 3C | E | 55 |
Octal | 335 | 335 | 322 | 0 | 0 | 5 | 15 | 74 | 16 | 125 |
Binary | 11011101 | 11011101 | 11010010 | 0 | 0 | 101 | 1101 | 111100 | 1110 | 1010101 |
Color Harmonies of #DDDDD2
Complementary color
Monochromatic Colors of #DDDDD2
Black with #DDDDD2
Text Example
Text Example
White with #DDDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD2; }
p { color: rgb(221,221,210); }
H1.HeaderClassName
{
color: #DDDDD2;
}
.AnyTagClassName
{
color: #DDDDD2;
}
</style>
background-color css
<style>
a { background-color: #DDDDD2; }
a { background-color: rgb(221,221,210); }
div.DivClassName
{
background-color: #DDDDD2;
}
.BgClassName
{
background-color: #DDDDD2;
}
</style>
border-color css
<style>
span { border-color: #DDDDD2; }
span { border-color: rgb(221,221,210); }
td.TdClassName
{
border-color: #DDDDD2;
}
.TagClassName
{
border-color: #DDDDD2;
}
</style>