Shades of Tea Green #DDFEC4
Tints of Tea Green #DDFEC4
RGB
CMYK
RGB Variations
Color information
#DDFEC4 (or 0xDDFEC4) is known color: Tea Green. HEX triplet: DD, FE and C4. RGB value is (221,254,196). Sum of RGB (Red+Green+Blue) = 221+254+196=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEC4 is #22013B. Grayscale: #EDEDED. Windows color (decimal): -2228540 or 12910301. OLE color: 12910301.
HSL color Cylindrical-coordinate representation of color #DDFEC4: hue angle of 94.14º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 196 | - |
CMYK | 0.13 | 0 | 0.23 | 0.00 |
HSL | 94.14º | 0.97% | 0.88% | - |
HSV(B) | 94.14º | 0.23% | 1% | - |
XYZ | 75.22 | 90.24 | 65.68 | - |
YUV | 237.52 | 104.57 | 116.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 196 | 0.13 | 0 | 0.23 | 0.00 | 94.14 | 0.97 | 0.88 |
Hex | DD | FE | C4 | D | 0 | 17 | 0 | 5E | 61 | 58 |
Octal | 335 | 376 | 304 | 15 | 0 | 27 | 0 | 136 | 141 | 130 |
Binary | 11011101 | 11111110 | 11000100 | 1101 | 0 | 10111 | 0 | 1011110 | 1100001 | 1011000 |
Color Harmonies of #DDFEC4
Complementary color
Monochromatic Colors of #DDFEC4
Black with #DDFEC4
Text Example
Text Example
White with #DDFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEC4; }
p { color: rgb(221,254,196); }
H1.HeaderClassName
{
color: #DDFEC4;
}
.AnyTagClassName
{
color: #DDFEC4;
}
</style>
background-color css
<style>
a { background-color: #DDFEC4; }
a { background-color: rgb(221,254,196); }
div.DivClassName
{
background-color: #DDFEC4;
}
.BgClassName
{
background-color: #DDFEC4;
}
</style>
border-color css
<style>
span { border-color: #DDFEC4; }
span { border-color: rgb(221,254,196); }
td.TdClassName
{
border-color: #DDFEC4;
}
.TagClassName
{
border-color: #DDFEC4;
}
</style>