Shades of Hint Of Green #DDF6D2
Tints of Hint Of Green #DDF6D2
RGB
CMYK
RGB Variations
Color information
#DDF6D2 (or 0xDDF6D2) is known color: Hint Of Green. HEX triplet: DD, F6 and D2. RGB value is (221,246,210). Sum of RGB (Red+Green+Blue) = 221+246+210=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6D2 is #22092D. Grayscale: #EAEAEA. Windows color (decimal): -2230574 or 13825757. OLE color: 13825757.
HSL color Cylindrical-coordinate representation of color #DDF6D2: hue angle of 101.67º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDF6D2 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 210 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.04 |
| HSL | 101.67º | 0.67% | 0.89% | - |
| HSV(B) | 101.67º | 0.15% | 0.96% | - |
| XYZ | 74.41 | 85.94 | 73.64 | - |
| YUV | 234.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 210 | 0.10 | 0 | 0.15 | 0.04 | 101.67 | 0.67 | 0.89 |
| Hex | DD | F6 | D2 | A | 0 | F | 4 | 66 | 43 | 59 |
| Octal | 335 | 366 | 322 | 12 | 0 | 17 | 4 | 146 | 103 | 131 |
| Binary | 11011101 | 11110110 | 11010010 | 1010 | 0 | 1111 | 100 | 1100110 | 1000011 | 1011001 |
Color Harmonies of #DDF6D2
Complementary color
Monochromatic Colors of #DDF6D2
Black with #DDF6D2
Text Example
Text Example
White with #DDF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6D2; }
p { color: rgb(221,246,210); }
H1.HeaderClassName
{
color: #DDF6D2;
}
.AnyTagClassName
{
color: #DDF6D2;
}
</style>
background-color css
<style>
a { background-color: #DDF6D2; }
a { background-color: rgb(221,246,210); }
div.DivClassName
{
background-color: #DDF6D2;
}
.BgClassName
{
background-color: #DDF6D2;
}
</style>
border-color css
<style>
span { border-color: #DDF6D2; }
span { border-color: rgb(221,246,210); }
td.TdClassName
{
border-color: #DDF6D2;
}
.TagClassName
{
border-color: #DDF6D2;
}
</style>