Shades of Tea Green #DDF7C5
Tints of Tea Green #DDF7C5
RGB
CMYK
RGB Variations
Color information
#DDF7C5 (or 0xDDF7C5) is known color: Tea Green. HEX triplet: DD, F7 and C5. RGB value is (221,247,197). Sum of RGB (Red+Green+Blue) = 221+247+197=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 197 (77.34% from 255 or 29.62% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7C5 is #22083A. Grayscale: #E9E9E9. Windows color (decimal): -2230331 or 12974045. OLE color: 12974045.
HSL color Cylindrical-coordinate representation of color #DDF7C5: hue angle of 91.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF7C5 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 197 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.03 |
| HSL | 91.2º | 0.76% | 0.87% | - |
| HSV(B) | 91.2º | 0.2% | 0.97% | - |
| XYZ | 73.16 | 85.92 | 65.55 | - |
| YUV | 233.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 197 | 0.11 | 0 | 0.20 | 0.03 | 91.2 | 0.76 | 0.87 |
| Hex | DD | F7 | C5 | B | 0 | 14 | 3 | 5B | 4C | 57 |
| Octal | 335 | 367 | 305 | 13 | 0 | 24 | 3 | 133 | 114 | 127 |
| Binary | 11011101 | 11110111 | 11000101 | 1011 | 0 | 10100 | 11 | 1011011 | 1001100 | 1010111 |
Color Harmonies of #DDF7C5
Complementary color
Monochromatic Colors of #DDF7C5
Black with #DDF7C5
Text Example
Text Example
White with #DDF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7C5; }
p { color: rgb(221,247,197); }
H1.HeaderClassName
{
color: #DDF7C5;
}
.AnyTagClassName
{
color: #DDF7C5;
}
</style>
background-color css
<style>
a { background-color: #DDF7C5; }
a { background-color: rgb(221,247,197); }
div.DivClassName
{
background-color: #DDF7C5;
}
.BgClassName
{
background-color: #DDF7C5;
}
</style>
border-color css
<style>
span { border-color: #DDF7C5; }
span { border-color: rgb(221,247,197); }
td.TdClassName
{
border-color: #DDF7C5;
}
.TagClassName
{
border-color: #DDF7C5;
}
</style>