Shades of Tea Green #DDFCBD
Tints of Tea Green #DDFCBD
RGB
CMYK
RGB Variations
Color information
#DDFCBD (or 0xDDFCBD) is known color: Tea Green. HEX triplet: DD, FC and BD. RGB value is (221,252,189). Sum of RGB (Red+Green+Blue) = 221+252+189=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCBD is #220342. Grayscale: #EBEBEB. Windows color (decimal): -2229059 or 12451037. OLE color: 12451037.
HSL color Cylindrical-coordinate representation of color #DDFCBD: hue angle of 89.52º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDFCBD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 189 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.01 |
| HSL | 89.52º | 0.91% | 0.86% | - |
| HSV(B) | 89.52º | 0.25% | 0.99% | - |
| XYZ | 73.81 | 88.67 | 61.37 | - |
| YUV | 235.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 189 | 0.12 | 0 | 0.25 | 0.01 | 89.52 | 0.91 | 0.86 |
| Hex | DD | FC | BD | C | 0 | 19 | 1 | 5A | 5B | 56 |
| Octal | 335 | 374 | 275 | 14 | 0 | 31 | 1 | 132 | 133 | 126 |
| Binary | 11011101 | 11111100 | 10111101 | 1100 | 0 | 11001 | 1 | 1011010 | 1011011 | 1010110 |
Color Harmonies of #DDFCBD
Complementary color
Monochromatic Colors of #DDFCBD
Black with #DDFCBD
Text Example
Text Example
White with #DDFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCBD; }
p { color: rgb(221,252,189); }
H1.HeaderClassName
{
color: #DDFCBD;
}
.AnyTagClassName
{
color: #DDFCBD;
}
</style>
background-color css
<style>
a { background-color: #DDFCBD; }
a { background-color: rgb(221,252,189); }
div.DivClassName
{
background-color: #DDFCBD;
}
.BgClassName
{
background-color: #DDFCBD;
}
</style>
border-color css
<style>
span { border-color: #DDFCBD; }
span { border-color: rgb(221,252,189); }
td.TdClassName
{
border-color: #DDFCBD;
}
.TagClassName
{
border-color: #DDFCBD;
}
</style>