Shades of Tea Green #DDFEC3
Tints of Tea Green #DDFEC3
RGB
CMYK
RGB Variations
Color information
#DDFEC3 (or 0xDDFEC3) is known color: Tea Green. HEX triplet: DD, FE and C3. RGB value is (221,254,195). Sum of RGB (Red+Green+Blue) = 221+254+195=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEC3 is #22013C. Grayscale: #EDEDED. Windows color (decimal): -2228541 or 12844765. OLE color: 12844765.
HSL color Cylindrical-coordinate representation of color #DDFEC3: hue angle of 93.56º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFEC3 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 195 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.00 |
| HSL | 93.56º | 0.97% | 0.88% | - |
| HSV(B) | 93.56º | 0.23% | 1% | - |
| XYZ | 75.11 | 90.2 | 65.08 | - |
| YUV | 237.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 195 | 0.13 | 0 | 0.23 | 0.00 | 93.56 | 0.97 | 0.88 |
| Hex | DD | FE | C3 | D | 0 | 17 | 0 | 5E | 61 | 58 |
| Octal | 335 | 376 | 303 | 15 | 0 | 27 | 0 | 136 | 141 | 130 |
| Binary | 11011101 | 11111110 | 11000011 | 1101 | 0 | 10111 | 0 | 1011110 | 1100001 | 1011000 |
Color Harmonies of #DDFEC3
Complementary color
Monochromatic Colors of #DDFEC3
Black with #DDFEC3
Text Example
Text Example
White with #DDFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEC3; }
p { color: rgb(221,254,195); }
H1.HeaderClassName
{
color: #DDFEC3;
}
.AnyTagClassName
{
color: #DDFEC3;
}
</style>
background-color css
<style>
a { background-color: #DDFEC3; }
a { background-color: rgb(221,254,195); }
div.DivClassName
{
background-color: #DDFEC3;
}
.BgClassName
{
background-color: #DDFEC3;
}
</style>
border-color css
<style>
span { border-color: #DDFEC3; }
span { border-color: rgb(221,254,195); }
td.TdClassName
{
border-color: #DDFEC3;
}
.TagClassName
{
border-color: #DDFEC3;
}
</style>