Shades of Tea Green #DDFCC3
Tints of Tea Green #DDFCC3
RGB
CMYK
RGB Variations
Color information
#DDFCC3 (or 0xDDFCC3) is known color: Tea Green. HEX triplet: DD, FC and C3. RGB value is (221,252,195). Sum of RGB (Red+Green+Blue) = 221+252+195=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCC3 is #22033C. Grayscale: #ECECEC. Windows color (decimal): -2229053 or 12844253. OLE color: 12844253.
HSL color Cylindrical-coordinate representation of color #DDFCC3: hue angle of 92.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFCC3 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 195 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.01 |
| HSL | 92.63º | 0.9% | 0.88% | - |
| HSV(B) | 92.63º | 0.23% | 0.99% | - |
| XYZ | 74.48 | 88.93 | 64.87 | - |
| YUV | 236.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 195 | 0.12 | 0 | 0.23 | 0.01 | 92.63 | 0.9 | 0.88 |
| Hex | DD | FC | C3 | C | 0 | 17 | 1 | 5D | 5A | 58 |
| Octal | 335 | 374 | 303 | 14 | 0 | 27 | 1 | 135 | 132 | 130 |
| Binary | 11011101 | 11111100 | 11000011 | 1100 | 0 | 10111 | 1 | 1011101 | 1011010 | 1011000 |
Color Harmonies of #DDFCC3
Complementary color
Monochromatic Colors of #DDFCC3
Black with #DDFCC3
Text Example
Text Example
White with #DDFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCC3; }
p { color: rgb(221,252,195); }
H1.HeaderClassName
{
color: #DDFCC3;
}
.AnyTagClassName
{
color: #DDFCC3;
}
</style>
background-color css
<style>
a { background-color: #DDFCC3; }
a { background-color: rgb(221,252,195); }
div.DivClassName
{
background-color: #DDFCC3;
}
.BgClassName
{
background-color: #DDFCC3;
}
</style>
border-color css
<style>
span { border-color: #DDFCC3; }
span { border-color: rgb(221,252,195); }
td.TdClassName
{
border-color: #DDFCC3;
}
.TagClassName
{
border-color: #DDFCC3;
}
</style>