Shades of Tea Green #DDF8C5
Tints of Tea Green #DDF8C5
RGB
CMYK
RGB Variations
Color information
#DDF8C5 (or 0xDDF8C5) is known color: Tea Green. HEX triplet: DD, F8 and C5. RGB value is (221,248,197). Sum of RGB (Red+Green+Blue) = 221+248+197=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C5 is #22073A. Grayscale: #EAEAEA. Windows color (decimal): -2230075 or 12974301. OLE color: 12974301.
HSL color Cylindrical-coordinate representation of color #DDF8C5: hue angle of 91.76º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF8C5 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 197 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.03 |
| HSL | 91.76º | 0.78% | 0.87% | - |
| HSV(B) | 91.76º | 0.21% | 0.97% | - |
| XYZ | 73.46 | 86.54 | 65.65 | - |
| YUV | 234.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 197 | 0.11 | 0 | 0.21 | 0.03 | 91.76 | 0.78 | 0.87 |
| Hex | DD | F8 | C5 | B | 0 | 15 | 3 | 5C | 4E | 57 |
| Octal | 335 | 370 | 305 | 13 | 0 | 25 | 3 | 134 | 116 | 127 |
| Binary | 11011101 | 11111000 | 11000101 | 1011 | 0 | 10101 | 11 | 1011100 | 1001110 | 1010111 |
Color Harmonies of #DDF8C5
Complementary color
Monochromatic Colors of #DDF8C5
Black with #DDF8C5
Text Example
Text Example
White with #DDF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8C5; }
p { color: rgb(221,248,197); }
H1.HeaderClassName
{
color: #DDF8C5;
}
.AnyTagClassName
{
color: #DDF8C5;
}
</style>
background-color css
<style>
a { background-color: #DDF8C5; }
a { background-color: rgb(221,248,197); }
div.DivClassName
{
background-color: #DDF8C5;
}
.BgClassName
{
background-color: #DDF8C5;
}
</style>
border-color css
<style>
span { border-color: #DDF8C5; }
span { border-color: rgb(221,248,197); }
td.TdClassName
{
border-color: #DDF8C5;
}
.TagClassName
{
border-color: #DDF8C5;
}
</style>