Shades of Tea Green #DDFEC6
Tints of Tea Green #DDFEC6
RGB
CMYK
RGB Variations
Color information
#DDFEC6 (or 0xDDFEC6) is known color: Tea Green. HEX triplet: DD, FE and C6. RGB value is (221,254,198). Sum of RGB (Red+Green+Blue) = 221+254+198=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 198 (77.73% from 255 or 29.42% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEC6 is #220139. Grayscale: #EDEDED. Windows color (decimal): -2228538 or 13041373. OLE color: 13041373.
HSL color Cylindrical-coordinate representation of color #DDFEC6: hue angle of 95.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFEC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 198 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.00 |
| HSL | 95.36º | 0.97% | 0.89% | - |
| HSV(B) | 95.36º | 0.22% | 1% | - |
| XYZ | 75.45 | 90.33 | 66.89 | - |
| YUV | 237.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 198 | 0.13 | 0 | 0.22 | 0.00 | 95.36 | 0.97 | 0.89 |
| Hex | DD | FE | C6 | D | 0 | 16 | 0 | 5F | 61 | 59 |
| Octal | 335 | 376 | 306 | 15 | 0 | 26 | 0 | 137 | 141 | 131 |
| Binary | 11011101 | 11111110 | 11000110 | 1101 | 0 | 10110 | 0 | 1011111 | 1100001 | 1011001 |
Color Harmonies of #DDFEC6
Complementary color
Monochromatic Colors of #DDFEC6
Black with #DDFEC6
Text Example
Text Example
White with #DDFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEC6; }
p { color: rgb(221,254,198); }
H1.HeaderClassName
{
color: #DDFEC6;
}
.AnyTagClassName
{
color: #DDFEC6;
}
</style>
background-color css
<style>
a { background-color: #DDFEC6; }
a { background-color: rgb(221,254,198); }
div.DivClassName
{
background-color: #DDFEC6;
}
.BgClassName
{
background-color: #DDFEC6;
}
</style>
border-color css
<style>
span { border-color: #DDFEC6; }
span { border-color: rgb(221,254,198); }
td.TdClassName
{
border-color: #DDFEC6;
}
.TagClassName
{
border-color: #DDFEC6;
}
</style>