Shades of Tea Green #D1EBC2
Tints of Tea Green #D1EBC2
RGB
CMYK
RGB Variations
Color information
#D1EBC2 (or 0xD1EBC2) is known color: Tea Green. HEX triplet: D1, EB and C2. RGB value is (209,235,194). Sum of RGB (Red+Green+Blue) = 209+235+194=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBC2 is #2E143D. Grayscale: #DEDEDE. Windows color (decimal): -3019838 or 12774353. OLE color: 12774353.
HSL color Cylindrical-coordinate representation of color #D1EBC2: hue angle of 98.05º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1EBC2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 194 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.08 |
| HSL | 98.05º | 0.51% | 0.84% | - |
| HSV(B) | 98.05º | 0.17% | 0.92% | - |
| XYZ | 65.74 | 76.87 | 62.41 | - |
| YUV | 222.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 194 | 0.11 | 0 | 0.17 | 0.08 | 98.05 | 0.51 | 0.84 |
| Hex | D1 | EB | C2 | B | 0 | 11 | 8 | 62 | 33 | 54 |
| Octal | 321 | 353 | 302 | 13 | 0 | 21 | 10 | 142 | 63 | 124 |
| Binary | 11010001 | 11101011 | 11000010 | 1011 | 0 | 10001 | 1000 | 1100010 | 110011 | 1010100 |
Color Harmonies of #D1EBC2
Complementary color
Monochromatic Colors of #D1EBC2
Black with #D1EBC2
Text Example
Text Example
White with #D1EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EBC2; }
p { color: rgb(209,235,194); }
H1.HeaderClassName
{
color: #D1EBC2;
}
.AnyTagClassName
{
color: #D1EBC2;
}
</style>
background-color css
<style>
a { background-color: #D1EBC2; }
a { background-color: rgb(209,235,194); }
div.DivClassName
{
background-color: #D1EBC2;
}
.BgClassName
{
background-color: #D1EBC2;
}
</style>
border-color css
<style>
span { border-color: #D1EBC2; }
span { border-color: rgb(209,235,194); }
td.TdClassName
{
border-color: #D1EBC2;
}
.TagClassName
{
border-color: #D1EBC2;
}
</style>