Shades of Hint Of Green #DDF0D1
Tints of Hint Of Green #DDF0D1
RGB
CMYK
RGB Variations
Color information
#DDF0D1 (or 0xDDF0D1) is known color: Hint Of Green. HEX triplet: DD, F0 and D1. RGB value is (221,240,209). Sum of RGB (Red+Green+Blue) = 221+240+209=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D1 is #220F2E. Grayscale: #E6E6E6. Windows color (decimal): -2232111 or 13758685. OLE color: 13758685.
HSL color Cylindrical-coordinate representation of color #DDF0D1: hue angle of 96.77º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF0D1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 209 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.06 |
| HSL | 96.77º | 0.51% | 0.88% | - |
| HSV(B) | 96.77º | 0.13% | 0.94% | - |
| XYZ | 72.49 | 82.3 | 72.39 | - |
| YUV | 230.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 209 | 0.08 | 0 | 0.13 | 0.06 | 96.77 | 0.51 | 0.88 |
| Hex | DD | F0 | D1 | 8 | 0 | D | 6 | 61 | 33 | 58 |
| Octal | 335 | 360 | 321 | 10 | 0 | 15 | 6 | 141 | 63 | 130 |
| Binary | 11011101 | 11110000 | 11010001 | 1000 | 0 | 1101 | 110 | 1100001 | 110011 | 1011000 |
Color Harmonies of #DDF0D1
Complementary color
Monochromatic Colors of #DDF0D1
Black with #DDF0D1
Text Example
Text Example
White with #DDF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0D1; }
p { color: rgb(221,240,209); }
H1.HeaderClassName
{
color: #DDF0D1;
}
.AnyTagClassName
{
color: #DDF0D1;
}
</style>
background-color css
<style>
a { background-color: #DDF0D1; }
a { background-color: rgb(221,240,209); }
div.DivClassName
{
background-color: #DDF0D1;
}
.BgClassName
{
background-color: #DDF0D1;
}
</style>
border-color css
<style>
span { border-color: #DDF0D1; }
span { border-color: rgb(221,240,209); }
td.TdClassName
{
border-color: #DDF0D1;
}
.TagClassName
{
border-color: #DDF0D1;
}
</style>