Shades of Tea Green #D3EDC2
Tints of Tea Green #D3EDC2
RGB
CMYK
RGB Variations
Color information
#D3EDC2 (or 0xD3EDC2) is known color: Tea Green. HEX triplet: D3, ED and C2. RGB value is (211,237,194). Sum of RGB (Red+Green+Blue) = 211+237+194=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDC2 is #2C123D. Grayscale: #E0E0E0. Windows color (decimal): -2888254 or 12774867. OLE color: 12774867.
HSL color Cylindrical-coordinate representation of color #D3EDC2: hue angle of 96.28º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3EDC2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 194 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.07 |
| HSL | 96.28º | 0.54% | 0.85% | - |
| HSV(B) | 96.28º | 0.18% | 0.93% | - |
| XYZ | 66.89 | 78.31 | 62.63 | - |
| YUV | 224.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 194 | 0.11 | 0 | 0.18 | 0.07 | 96.28 | 0.54 | 0.85 |
| Hex | D3 | ED | C2 | B | 0 | 12 | 7 | 60 | 36 | 55 |
| Octal | 323 | 355 | 302 | 13 | 0 | 22 | 7 | 140 | 66 | 125 |
| Binary | 11010011 | 11101101 | 11000010 | 1011 | 0 | 10010 | 111 | 1100000 | 110110 | 1010101 |
Color Harmonies of #D3EDC2
Complementary color
Monochromatic Colors of #D3EDC2
Black with #D3EDC2
Text Example
Text Example
White with #D3EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDC2; }
p { color: rgb(211,237,194); }
H1.HeaderClassName
{
color: #D3EDC2;
}
.AnyTagClassName
{
color: #D3EDC2;
}
</style>
background-color css
<style>
a { background-color: #D3EDC2; }
a { background-color: rgb(211,237,194); }
div.DivClassName
{
background-color: #D3EDC2;
}
.BgClassName
{
background-color: #D3EDC2;
}
</style>
border-color css
<style>
span { border-color: #D3EDC2; }
span { border-color: rgb(211,237,194); }
td.TdClassName
{
border-color: #D3EDC2;
}
.TagClassName
{
border-color: #D3EDC2;
}
</style>