Shades of Tea Green #DDFEBC
Tints of Tea Green #DDFEBC
RGB
CMYK
RGB Variations
Color information
#DDFEBC (or 0xDDFEBC) is known color: Tea Green. HEX triplet: DD, FE and BC. RGB value is (221,254,188). Sum of RGB (Red+Green+Blue) = 221+254+188=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEBC is #220143. Grayscale: #ECECEC. Windows color (decimal): -2228548 or 12386013. OLE color: 12386013.
HSL color Cylindrical-coordinate representation of color #DDFEBC: hue angle of 90º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFEBC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 188 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.00 |
| HSL | 90º | 0.97% | 0.87% | - |
| HSV(B) | 90º | 0.26% | 1% | - |
| XYZ | 74.34 | 89.89 | 61.01 | - |
| YUV | 236.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 188 | 0.13 | 0 | 0.26 | 0.00 | 90 | 0.97 | 0.87 |
| Hex | DD | FE | BC | D | 0 | 1A | 0 | 5A | 61 | 57 |
| Octal | 335 | 376 | 274 | 15 | 0 | 32 | 0 | 132 | 141 | 127 |
| Binary | 11011101 | 11111110 | 10111100 | 1101 | 0 | 11010 | 0 | 1011010 | 1100001 | 1010111 |
Color Harmonies of #DDFEBC
Complementary color
Monochromatic Colors of #DDFEBC
Black with #DDFEBC
Text Example
Text Example
White with #DDFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEBC; }
p { color: rgb(221,254,188); }
H1.HeaderClassName
{
color: #DDFEBC;
}
.AnyTagClassName
{
color: #DDFEBC;
}
</style>
background-color css
<style>
a { background-color: #DDFEBC; }
a { background-color: rgb(221,254,188); }
div.DivClassName
{
background-color: #DDFEBC;
}
.BgClassName
{
background-color: #DDFEBC;
}
</style>
border-color css
<style>
span { border-color: #DDFEBC; }
span { border-color: rgb(221,254,188); }
td.TdClassName
{
border-color: #DDFEBC;
}
.TagClassName
{
border-color: #DDFEBC;
}
</style>