Shades of Hint Of Green #DDF7CF
Tints of Hint Of Green #DDF7CF
RGB
CMYK
RGB Variations
Color information
#DDF7CF (or 0xDDF7CF) is known color: Hint Of Green. HEX triplet: DD, F7 and CF. RGB value is (221,247,207). Sum of RGB (Red+Green+Blue) = 221+247+207=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7CF is #220830. Grayscale: #EAEAEA. Windows color (decimal): -2230321 or 13629405. OLE color: 13629405.
HSL color Cylindrical-coordinate representation of color #DDF7CF: hue angle of 99º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF7CF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 207 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.03 |
| HSL | 99º | 0.71% | 0.89% | - |
| HSV(B) | 99º | 0.16% | 0.97% | - |
| XYZ | 74.34 | 86.4 | 71.79 | - |
| YUV | 234.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 207 | 0.11 | 0 | 0.16 | 0.03 | 99 | 0.71 | 0.89 |
| Hex | DD | F7 | CF | B | 0 | 10 | 3 | 63 | 47 | 59 |
| Octal | 335 | 367 | 317 | 13 | 0 | 20 | 3 | 143 | 107 | 131 |
| Binary | 11011101 | 11110111 | 11001111 | 1011 | 0 | 10000 | 11 | 1100011 | 1000111 | 1011001 |
Color Harmonies of #DDF7CF
Complementary color
Monochromatic Colors of #DDF7CF
Black with #DDF7CF
Text Example
Text Example
White with #DDF7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7CF; }
p { color: rgb(221,247,207); }
H1.HeaderClassName
{
color: #DDF7CF;
}
.AnyTagClassName
{
color: #DDF7CF;
}
</style>
background-color css
<style>
a { background-color: #DDF7CF; }
a { background-color: rgb(221,247,207); }
div.DivClassName
{
background-color: #DDF7CF;
}
.BgClassName
{
background-color: #DDF7CF;
}
</style>
border-color css
<style>
span { border-color: #DDF7CF; }
span { border-color: rgb(221,247,207); }
td.TdClassName
{
border-color: #DDF7CF;
}
.TagClassName
{
border-color: #DDF7CF;
}
</style>