Shades of Tea Green #DDFCC6
Tints of Tea Green #DDFCC6
RGB
CMYK
RGB Variations
Color information
#DDFCC6 (or 0xDDFCC6) is known color: Tea Green. HEX triplet: DD, FC and C6. RGB value is (221,252,198). Sum of RGB (Red+Green+Blue) = 221+252+198=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCC6 is #220339. Grayscale: #ECECEC. Windows color (decimal): -2229050 or 13040861. OLE color: 13040861.
HSL color Cylindrical-coordinate representation of color #DDFCC6: hue angle of 94.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDFCC6 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 198 | - |
CMYK | 0.12 | 0 | 0.21 | 0.01 |
HSL | 94.44º | 0.9% | 0.88% | - |
HSV(B) | 94.44º | 0.21% | 0.99% | - |
XYZ | 74.82 | 89.07 | 66.67 | - |
YUV | 236.58 | 106.23 | 116.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 198 | 0.12 | 0 | 0.21 | 0.01 | 94.44 | 0.9 | 0.88 |
Hex | DD | FC | C6 | C | 0 | 15 | 1 | 5E | 5A | 58 |
Octal | 335 | 374 | 306 | 14 | 0 | 25 | 1 | 136 | 132 | 130 |
Binary | 11011101 | 11111100 | 11000110 | 1100 | 0 | 10101 | 1 | 1011110 | 1011010 | 1011000 |
Color Harmonies of #DDFCC6
Complementary color
Monochromatic Colors of #DDFCC6
Black with #DDFCC6
Text Example
Text Example
White with #DDFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCC6; }
p { color: rgb(221,252,198); }
H1.HeaderClassName
{
color: #DDFCC6;
}
.AnyTagClassName
{
color: #DDFCC6;
}
</style>
background-color css
<style>
a { background-color: #DDFCC6; }
a { background-color: rgb(221,252,198); }
div.DivClassName
{
background-color: #DDFCC6;
}
.BgClassName
{
background-color: #DDFCC6;
}
</style>
border-color css
<style>
span { border-color: #DDFCC6; }
span { border-color: rgb(221,252,198); }
td.TdClassName
{
border-color: #DDFCC6;
}
.TagClassName
{
border-color: #DDFCC6;
}
</style>