Shades of Hint Of Green #DDF7CC
Tints of Hint Of Green #DDF7CC
RGB
CMYK
RGB Variations
Color information
#DDF7CC (or 0xDDF7CC) is known color: Hint Of Green. HEX triplet: DD, F7 and CC. RGB value is (221,247,204). Sum of RGB (Red+Green+Blue) = 221+247+204=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7CC is #220833. Grayscale: #EAEAEA. Windows color (decimal): -2230324 or 13432797. OLE color: 13432797.
HSL color Cylindrical-coordinate representation of color #DDF7CC: hue angle of 96.28º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF7CC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 204 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.03 |
| HSL | 96.28º | 0.73% | 0.88% | - |
| HSV(B) | 96.28º | 0.17% | 0.97% | - |
| XYZ | 73.98 | 86.25 | 69.88 | - |
| YUV | 234.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 204 | 0.11 | 0 | 0.17 | 0.03 | 96.28 | 0.73 | 0.88 |
| Hex | DD | F7 | CC | B | 0 | 11 | 3 | 60 | 49 | 58 |
| Octal | 335 | 367 | 314 | 13 | 0 | 21 | 3 | 140 | 111 | 130 |
| Binary | 11011101 | 11110111 | 11001100 | 1011 | 0 | 10001 | 11 | 1100000 | 1001001 | 1011000 |
Color Harmonies of #DDF7CC
Complementary color
Monochromatic Colors of #DDF7CC
Black with #DDF7CC
Text Example
Text Example
White with #DDF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7CC; }
p { color: rgb(221,247,204); }
H1.HeaderClassName
{
color: #DDF7CC;
}
.AnyTagClassName
{
color: #DDF7CC;
}
</style>
background-color css
<style>
a { background-color: #DDF7CC; }
a { background-color: rgb(221,247,204); }
div.DivClassName
{
background-color: #DDF7CC;
}
.BgClassName
{
background-color: #DDF7CC;
}
</style>
border-color css
<style>
span { border-color: #DDF7CC; }
span { border-color: rgb(221,247,204); }
td.TdClassName
{
border-color: #DDF7CC;
}
.TagClassName
{
border-color: #DDF7CC;
}
</style>