Shades of Green White #DDDDD1
Tints of Green White #DDDDD1
RGB
CMYK
RGB Variations
Color information
#DDDDD1 (or 0xDDDDD1) is known color: Green White. HEX triplet: DD, DD and D1. RGB value is (221,221,209). Sum of RGB (Red+Green+Blue) = 221+221+209=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD1 is #22222E. Grayscale: #DBDBDB. Windows color (decimal): -2236975 or 13753821. OLE color: 13753821.
HSL color Cylindrical-coordinate representation of color #DDDDD1: hue angle of 60º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDDD1 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 209 | - |
CMYK | 0 | 0 | 0.05 | 0.13 |
HSL | 60º | 0.15% | 0.84% | - |
HSV(B) | 60º | 0.05% | 0.87% | - |
XYZ | 67.18 | 71.69 | 70.62 | - |
YUV | 219.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 209 | 0 | 0 | 0.05 | 0.13 | 60 | 0.15 | 0.84 |
Hex | DD | DD | D1 | 0 | 0 | 5 | D | 3C | F | 54 |
Octal | 335 | 335 | 321 | 0 | 0 | 5 | 15 | 74 | 17 | 124 |
Binary | 11011101 | 11011101 | 11010001 | 0 | 0 | 101 | 1101 | 111100 | 1111 | 1010100 |
Color Harmonies of #DDDDD1
Complementary color
Monochromatic Colors of #DDDDD1
Black with #DDDDD1
Text Example
Text Example
White with #DDDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDD1; }
p { color: rgb(221,221,209); }
H1.HeaderClassName
{
color: #DDDDD1;
}
.AnyTagClassName
{
color: #DDDDD1;
}
</style>
background-color css
<style>
a { background-color: #DDDDD1; }
a { background-color: rgb(221,221,209); }
div.DivClassName
{
background-color: #DDDDD1;
}
.BgClassName
{
background-color: #DDDDD1;
}
</style>
border-color css
<style>
span { border-color: #DDDDD1; }
span { border-color: rgb(221,221,209); }
td.TdClassName
{
border-color: #DDDDD1;
}
.TagClassName
{
border-color: #DDDDD1;
}
</style>