Shades of Hint Of Green #DDF9D0
Tints of Hint Of Green #DDF9D0
RGB
CMYK
RGB Variations
Color information
#DDF9D0 (or 0xDDF9D0) is known color: Hint Of Green. HEX triplet: DD, F9 and D0. RGB value is (221,249,208). Sum of RGB (Red+Green+Blue) = 221+249+208=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9D0 is #22062F. Grayscale: #ECECEC. Windows color (decimal): -2229808 or 13695453. OLE color: 13695453.
HSL color Cylindrical-coordinate representation of color #DDF9D0: hue angle of 100.98º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF9D0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 208 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.02 |
| HSL | 100.98º | 0.77% | 0.9% | - |
| HSV(B) | 100.98º | 0.16% | 0.98% | - |
| XYZ | 75.08 | 87.68 | 72.64 | - |
| YUV | 235.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 208 | 0.11 | 0 | 0.16 | 0.02 | 100.98 | 0.77 | 0.9 |
| Hex | DD | F9 | D0 | B | 0 | 10 | 2 | 65 | 4D | 5A |
| Octal | 335 | 371 | 320 | 13 | 0 | 20 | 2 | 145 | 115 | 132 |
| Binary | 11011101 | 11111001 | 11010000 | 1011 | 0 | 10000 | 10 | 1100101 | 1001101 | 1011010 |
Color Harmonies of #DDF9D0
Complementary color
Monochromatic Colors of #DDF9D0
Black with #DDF9D0
Text Example
Text Example
White with #DDF9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9D0; }
p { color: rgb(221,249,208); }
H1.HeaderClassName
{
color: #DDF9D0;
}
.AnyTagClassName
{
color: #DDF9D0;
}
</style>
background-color css
<style>
a { background-color: #DDF9D0; }
a { background-color: rgb(221,249,208); }
div.DivClassName
{
background-color: #DDF9D0;
}
.BgClassName
{
background-color: #DDF9D0;
}
</style>
border-color css
<style>
span { border-color: #DDF9D0; }
span { border-color: rgb(221,249,208); }
td.TdClassName
{
border-color: #DDF9D0;
}
.TagClassName
{
border-color: #DDF9D0;
}
</style>