Shades of Tea Green #DDFEC2
Tints of Tea Green #DDFEC2
RGB
CMYK
RGB Variations
Color information
#DDFEC2 (or 0xDDFEC2) is known color: Tea Green. HEX triplet: DD, FE and C2. RGB value is (221,254,194). Sum of RGB (Red+Green+Blue) = 221+254+194=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEC2 is #22013D. Grayscale: #EDEDED. Windows color (decimal): -2228542 or 12779229. OLE color: 12779229.
HSL color Cylindrical-coordinate representation of color #DDFEC2: hue angle of 93º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 194 | - |
CMYK | 0.13 | 0 | 0.24 | 0.00 |
HSL | 93º | 0.97% | 0.88% | - |
HSV(B) | 93º | 0.24% | 1% | - |
XYZ | 75 | 90.15 | 64.49 | - |
YUV | 237.29 | 103.57 | 116.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 194 | 0.13 | 0 | 0.24 | 0.00 | 93 | 0.97 | 0.88 |
Hex | DD | FE | C2 | D | 0 | 18 | 0 | 5D | 61 | 58 |
Octal | 335 | 376 | 302 | 15 | 0 | 30 | 0 | 135 | 141 | 130 |
Binary | 11011101 | 11111110 | 11000010 | 1101 | 0 | 11000 | 0 | 1011101 | 1100001 | 1011000 |
Color Harmonies of #DDFEC2
Complementary color
Monochromatic Colors of #DDFEC2
Black with #DDFEC2
Text Example
Text Example
White with #DDFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEC2; }
p { color: rgb(221,254,194); }
H1.HeaderClassName
{
color: #DDFEC2;
}
.AnyTagClassName
{
color: #DDFEC2;
}
</style>
background-color css
<style>
a { background-color: #DDFEC2; }
a { background-color: rgb(221,254,194); }
div.DivClassName
{
background-color: #DDFEC2;
}
.BgClassName
{
background-color: #DDFEC2;
}
</style>
border-color css
<style>
span { border-color: #DDFEC2; }
span { border-color: rgb(221,254,194); }
td.TdClassName
{
border-color: #DDFEC2;
}
.TagClassName
{
border-color: #DDFEC2;
}
</style>