Shades of Hint Of Green #DDF2D1
Tints of Hint Of Green #DDF2D1
RGB
CMYK
RGB Variations
Color information
#DDF2D1 (or 0xDDF2D1) is known color: Hint Of Green. HEX triplet: DD, F2 and D1. RGB value is (221,242,209). Sum of RGB (Red+Green+Blue) = 221+242+209=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2D1 is #220D2E. Grayscale: #E8E8E8. Windows color (decimal): -2231599 or 13759197. OLE color: 13759197.
HSL color Cylindrical-coordinate representation of color #DDF2D1: hue angle of 98.18º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDF2D1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 209 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.05 |
| HSL | 98.18º | 0.56% | 0.88% | - |
| HSV(B) | 98.18º | 0.14% | 0.95% | - |
| XYZ | 73.08 | 83.48 | 72.58 | - |
| YUV | 231.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 209 | 0.09 | 0 | 0.14 | 0.05 | 98.18 | 0.56 | 0.88 |
| Hex | DD | F2 | D1 | 9 | 0 | E | 5 | 62 | 38 | 58 |
| Octal | 335 | 362 | 321 | 11 | 0 | 16 | 5 | 142 | 70 | 130 |
| Binary | 11011101 | 11110010 | 11010001 | 1001 | 0 | 1110 | 101 | 1100010 | 111000 | 1011000 |
Color Harmonies of #DDF2D1
Complementary color
Monochromatic Colors of #DDF2D1
Black with #DDF2D1
Text Example
Text Example
White with #DDF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2D1; }
p { color: rgb(221,242,209); }
H1.HeaderClassName
{
color: #DDF2D1;
}
.AnyTagClassName
{
color: #DDF2D1;
}
</style>
background-color css
<style>
a { background-color: #DDF2D1; }
a { background-color: rgb(221,242,209); }
div.DivClassName
{
background-color: #DDF2D1;
}
.BgClassName
{
background-color: #DDF2D1;
}
</style>
border-color css
<style>
span { border-color: #DDF2D1; }
span { border-color: rgb(221,242,209); }
td.TdClassName
{
border-color: #DDF2D1;
}
.TagClassName
{
border-color: #DDF2D1;
}
</style>