Shades of Hint Of Green #DDF1D0
Tints of Hint Of Green #DDF1D0
RGB
CMYK
RGB Variations
Color information
#DDF1D0 (or 0xDDF1D0) is known color: Hint Of Green. HEX triplet: DD, F1 and D0. RGB value is (221,241,208). Sum of RGB (Red+Green+Blue) = 221+241+208=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D0 is #220E2F. Grayscale: #E7E7E7. Windows color (decimal): -2231856 or 13693405. OLE color: 13693405.
HSL color Cylindrical-coordinate representation of color #DDF1D0: hue angle of 96.36º degrees, saturation: 0.54, 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 #DDF1D0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 208 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.05 |
| HSL | 96.36º | 0.54% | 0.88% | - |
| HSV(B) | 96.36º | 0.14% | 0.95% | - |
| XYZ | 72.66 | 82.84 | 71.83 | - |
| YUV | 231.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 208 | 0.08 | 0 | 0.14 | 0.05 | 96.36 | 0.54 | 0.88 |
| Hex | DD | F1 | D0 | 8 | 0 | E | 5 | 60 | 36 | 58 |
| Octal | 335 | 361 | 320 | 10 | 0 | 16 | 5 | 140 | 66 | 130 |
| Binary | 11011101 | 11110001 | 11010000 | 1000 | 0 | 1110 | 101 | 1100000 | 110110 | 1011000 |
Color Harmonies of #DDF1D0
Complementary color
Monochromatic Colors of #DDF1D0
Black with #DDF1D0
Text Example
Text Example
White with #DDF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1D0; }
p { color: rgb(221,241,208); }
H1.HeaderClassName
{
color: #DDF1D0;
}
.AnyTagClassName
{
color: #DDF1D0;
}
</style>
background-color css
<style>
a { background-color: #DDF1D0; }
a { background-color: rgb(221,241,208); }
div.DivClassName
{
background-color: #DDF1D0;
}
.BgClassName
{
background-color: #DDF1D0;
}
</style>
border-color css
<style>
span { border-color: #DDF1D0; }
span { border-color: rgb(221,241,208); }
td.TdClassName
{
border-color: #DDF1D0;
}
.TagClassName
{
border-color: #DDF1D0;
}
</style>