Shades of Tea Green #DDFBC1
Tints of Tea Green #DDFBC1
RGB
CMYK
RGB Variations
Color information
#DDFBC1 (or 0xDDFBC1) is known color: Tea Green. HEX triplet: DD, FB and C1. RGB value is (221,251,193). Sum of RGB (Red+Green+Blue) = 221+251+193=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBC1 is #22043E. Grayscale: #EBEBEB. Windows color (decimal): -2229311 or 12712925. OLE color: 12712925.
HSL color Cylindrical-coordinate representation of color #DDFBC1: hue angle of 91.03º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFBC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 193 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.02 |
| HSL | 91.03º | 0.88% | 0.87% | - |
| HSV(B) | 91.03º | 0.23% | 0.98% | - |
| XYZ | 73.94 | 88.22 | 63.58 | - |
| YUV | 235.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 193 | 0.12 | 0 | 0.23 | 0.02 | 91.03 | 0.88 | 0.87 |
| Hex | DD | FB | C1 | C | 0 | 17 | 2 | 5B | 58 | 57 |
| Octal | 335 | 373 | 301 | 14 | 0 | 27 | 2 | 133 | 130 | 127 |
| Binary | 11011101 | 11111011 | 11000001 | 1100 | 0 | 10111 | 10 | 1011011 | 1011000 | 1010111 |
Color Harmonies of #DDFBC1
Complementary color
Monochromatic Colors of #DDFBC1
Black with #DDFBC1
Text Example
Text Example
White with #DDFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBC1; }
p { color: rgb(221,251,193); }
H1.HeaderClassName
{
color: #DDFBC1;
}
.AnyTagClassName
{
color: #DDFBC1;
}
</style>
background-color css
<style>
a { background-color: #DDFBC1; }
a { background-color: rgb(221,251,193); }
div.DivClassName
{
background-color: #DDFBC1;
}
.BgClassName
{
background-color: #DDFBC1;
}
</style>
border-color css
<style>
span { border-color: #DDFBC1; }
span { border-color: rgb(221,251,193); }
td.TdClassName
{
border-color: #DDFBC1;
}
.TagClassName
{
border-color: #DDFBC1;
}
</style>