Shades of Green White #DDDED1
Tints of Green White #DDDED1
RGB
CMYK
RGB Variations
Color information
#DDDED1 (or 0xDDDED1) is known color: Green White. HEX triplet: DD, DE and D1. RGB value is (221,222,209). Sum of RGB (Red+Green+Blue) = 221+222+209=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED1 is #22212E. Grayscale: #DCDCDC. Windows color (decimal): -2236719 or 13754077. OLE color: 13754077.
HSL color Cylindrical-coordinate representation of color #DDDED1: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDED1 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 209 | - |
CMYK | 0.00 | 0 | 0.06 | 0.13 |
HSL | 64.62º | 0.16% | 0.85% | - |
HSV(B) | 64.62º | 0.06% | 0.87% | - |
XYZ | 67.45 | 72.22 | 70.71 | - |
YUV | 220.22 | 121.67 | 128.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 209 | 0.00 | 0 | 0.06 | 0.13 | 64.62 | 0.16 | 0.85 |
Hex | DD | DE | D1 | 0 | 0 | 6 | D | 41 | 10 | 55 |
Octal | 335 | 336 | 321 | 0 | 0 | 6 | 15 | 101 | 20 | 125 |
Binary | 11011101 | 11011110 | 11010001 | 0 | 0 | 110 | 1101 | 1000001 | 10000 | 1010101 |
Color Harmonies of #DDDED1
Complementary color
Monochromatic Colors of #DDDED1
Black with #DDDED1
Text Example
Text Example
White with #DDDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDED1; }
p { color: rgb(221,222,209); }
H1.HeaderClassName
{
color: #DDDED1;
}
.AnyTagClassName
{
color: #DDDED1;
}
</style>
background-color css
<style>
a { background-color: #DDDED1; }
a { background-color: rgb(221,222,209); }
div.DivClassName
{
background-color: #DDDED1;
}
.BgClassName
{
background-color: #DDDED1;
}
</style>
border-color css
<style>
span { border-color: #DDDED1; }
span { border-color: rgb(221,222,209); }
td.TdClassName
{
border-color: #DDDED1;
}
.TagClassName
{
border-color: #DDDED1;
}
</style>