Shades of Tea Green #D3EBC2
Tints of Tea Green #D3EBC2
RGB
CMYK
RGB Variations
Color information
#D3EBC2 (or 0xD3EBC2) is known color: Tea Green. HEX triplet: D3, EB and C2. RGB value is (211,235,194). Sum of RGB (Red+Green+Blue) = 211+235+194=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBC2 is #2C143D. Grayscale: #DFDFDF. Windows color (decimal): -2888766 or 12774355. OLE color: 12774355.
HSL color Cylindrical-coordinate representation of color #D3EBC2: hue angle of 95.12º 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 #D3EBC2 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 194 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.08 |
| HSL | 95.12º | 0.51% | 0.84% | - |
| HSV(B) | 95.12º | 0.17% | 0.92% | - |
| XYZ | 66.31 | 77.16 | 62.44 | - |
| YUV | 223.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 194 | 0.10 | 0 | 0.17 | 0.08 | 95.12 | 0.51 | 0.84 |
| Hex | D3 | EB | C2 | A | 0 | 11 | 8 | 5F | 33 | 54 |
| Octal | 323 | 353 | 302 | 12 | 0 | 21 | 10 | 137 | 63 | 124 |
| Binary | 11010011 | 11101011 | 11000010 | 1010 | 0 | 10001 | 1000 | 1011111 | 110011 | 1010100 |
Color Harmonies of #D3EBC2
Complementary color
Monochromatic Colors of #D3EBC2
Black with #D3EBC2
Text Example
Text Example
White with #D3EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBC2; }
p { color: rgb(211,235,194); }
H1.HeaderClassName
{
color: #D3EBC2;
}
.AnyTagClassName
{
color: #D3EBC2;
}
</style>
background-color css
<style>
a { background-color: #D3EBC2; }
a { background-color: rgb(211,235,194); }
div.DivClassName
{
background-color: #D3EBC2;
}
.BgClassName
{
background-color: #D3EBC2;
}
</style>
border-color css
<style>
span { border-color: #D3EBC2; }
span { border-color: rgb(211,235,194); }
td.TdClassName
{
border-color: #D3EBC2;
}
.TagClassName
{
border-color: #D3EBC2;
}
</style>