Shades of Tea Green #DDF9C4
Tints of Tea Green #DDF9C4
RGB
CMYK
RGB Variations
Color information
#DDF9C4 (or 0xDDF9C4) is known color: Tea Green. HEX triplet: DD, F9 and C4. RGB value is (221,249,196). Sum of RGB (Red+Green+Blue) = 221+249+196=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9C4 is #22063B. Grayscale: #EAEAEA. Windows color (decimal): -2229820 or 12909021. OLE color: 12909021.
HSL color Cylindrical-coordinate representation of color #DDF9C4: hue angle of 91.7º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF9C4 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 196 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.02 |
| HSL | 91.7º | 0.82% | 0.87% | - |
| HSV(B) | 91.7º | 0.21% | 0.98% | - |
| XYZ | 73.66 | 87.11 | 65.16 | - |
| YUV | 234.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 196 | 0.11 | 0 | 0.21 | 0.02 | 91.7 | 0.82 | 0.87 |
| Hex | DD | F9 | C4 | B | 0 | 15 | 2 | 5C | 52 | 57 |
| Octal | 335 | 371 | 304 | 13 | 0 | 25 | 2 | 134 | 122 | 127 |
| Binary | 11011101 | 11111001 | 11000100 | 1011 | 0 | 10101 | 10 | 1011100 | 1010010 | 1010111 |
Color Harmonies of #DDF9C4
Complementary color
Monochromatic Colors of #DDF9C4
Black with #DDF9C4
Text Example
Text Example
White with #DDF9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9C4; }
p { color: rgb(221,249,196); }
H1.HeaderClassName
{
color: #DDF9C4;
}
.AnyTagClassName
{
color: #DDF9C4;
}
</style>
background-color css
<style>
a { background-color: #DDF9C4; }
a { background-color: rgb(221,249,196); }
div.DivClassName
{
background-color: #DDF9C4;
}
.BgClassName
{
background-color: #DDF9C4;
}
</style>
border-color css
<style>
span { border-color: #DDF9C4; }
span { border-color: rgb(221,249,196); }
td.TdClassName
{
border-color: #DDF9C4;
}
.TagClassName
{
border-color: #DDF9C4;
}
</style>