Shades of Tea Green #DDFFC6
Tints of Tea Green #DDFFC6
RGB
CMYK
RGB Variations
Color information
#DDFFC6 (or 0xDDFFC6) is known color: Tea Green. HEX triplet: DD, FF and C6. RGB value is (221,255,198). Sum of RGB (Red+Green+Blue) = 221+255+198=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 198 (77.73% from 255 or 29.38% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC6 is #220039. Grayscale: #EEEEEE. Windows color (decimal): -2228282 or 13041629. OLE color: 13041629.
HSL color Cylindrical-coordinate representation of color #DDFFC6: hue angle of 95.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFFC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 198 | - |
CMYK | 0.13 | 0 | 0.22 | 0 |
HSL | 95.79º | 1% | 0.89% | - |
HSV(B) | 95.79º | 0.22% | 1% | - |
XYZ | 75.77 | 90.97 | 66.99 | - |
YUV | 238.34 | 105.24 | 115.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 198 | 0.13 | 0 | 0.22 | 0 | 95.79 | 1 | 0.89 |
Hex | DD | FF | C6 | D | 0 | 16 | 0 | 60 | 64 | 59 |
Octal | 335 | 377 | 306 | 15 | 0 | 26 | 0 | 140 | 144 | 131 |
Binary | 11011101 | 11111111 | 11000110 | 1101 | 0 | 10110 | 0 | 1100000 | 1100100 | 1011001 |
Color Harmonies of #DDFFC6
Complementary color
Monochromatic Colors of #DDFFC6
Black with #DDFFC6
Text Example
Text Example
White with #DDFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFC6; }
p { color: rgb(221,255,198); }
H1.HeaderClassName
{
color: #DDFFC6;
}
.AnyTagClassName
{
color: #DDFFC6;
}
</style>
background-color css
<style>
a { background-color: #DDFFC6; }
a { background-color: rgb(221,255,198); }
div.DivClassName
{
background-color: #DDFFC6;
}
.BgClassName
{
background-color: #DDFFC6;
}
</style>
border-color css
<style>
span { border-color: #DDFFC6; }
span { border-color: rgb(221,255,198); }
td.TdClassName
{
border-color: #DDFFC6;
}
.TagClassName
{
border-color: #DDFFC6;
}
</style>