Shades of Tea Green #D2ECC1
Tints of Tea Green #D2ECC1
RGB
CMYK
RGB Variations
Color information
#D2ECC1 (or 0xD2ECC1) is known color: Tea Green. HEX triplet: D2, EC and C1. RGB value is (210,236,193). Sum of RGB (Red+Green+Blue) = 210+236+193=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECC1 is #2D133E. Grayscale: #DFDFDF. Windows color (decimal): -2954047 or 12709074. OLE color: 12709074.
HSL color Cylindrical-coordinate representation of color #D2ECC1: hue angle of 96.28º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ECC1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 193 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.07 |
| HSL | 96.28º | 0.53% | 0.84% | - |
| HSV(B) | 96.28º | 0.18% | 0.93% | - |
| XYZ | 66.2 | 77.54 | 61.93 | - |
| YUV | 223.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 193 | 0.11 | 0 | 0.18 | 0.07 | 96.28 | 0.53 | 0.84 |
| Hex | D2 | EC | C1 | B | 0 | 12 | 7 | 60 | 35 | 54 |
| Octal | 322 | 354 | 301 | 13 | 0 | 22 | 7 | 140 | 65 | 124 |
| Binary | 11010010 | 11101100 | 11000001 | 1011 | 0 | 10010 | 111 | 1100000 | 110101 | 1010100 |
Color Harmonies of #D2ECC1
Complementary color
Monochromatic Colors of #D2ECC1
Black with #D2ECC1
Text Example
Text Example
White with #D2ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECC1; }
p { color: rgb(210,236,193); }
H1.HeaderClassName
{
color: #D2ECC1;
}
.AnyTagClassName
{
color: #D2ECC1;
}
</style>
background-color css
<style>
a { background-color: #D2ECC1; }
a { background-color: rgb(210,236,193); }
div.DivClassName
{
background-color: #D2ECC1;
}
.BgClassName
{
background-color: #D2ECC1;
}
</style>
border-color css
<style>
span { border-color: #D2ECC1; }
span { border-color: rgb(210,236,193); }
td.TdClassName
{
border-color: #D2ECC1;
}
.TagClassName
{
border-color: #D2ECC1;
}
</style>