Shades of Tea Green #CDE3C1
Tints of Tea Green #CDE3C1
RGB
CMYK
RGB Variations
Color information
#CDE3C1 (or 0xCDE3C1) is known color: Tea Green. HEX triplet: CD, E3 and C1. RGB value is (205,227,193). Sum of RGB (Red+Green+Blue) = 205+227+193=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3C1 is #321C3E. Grayscale: #D8D8D8. Windows color (decimal): -3284031 or 12706765. OLE color: 12706765.
HSL color Cylindrical-coordinate representation of color #CDE3C1: hue angle of 98.82º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE3C1 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 193 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.11 |
| HSL | 98.82º | 0.38% | 0.82% | - |
| HSV(B) | 98.82º | 0.15% | 0.89% | - |
| XYZ | 62.27 | 71.77 | 61.02 | - |
| YUV | 216.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 193 | 0.10 | 0 | 0.15 | 0.11 | 98.82 | 0.38 | 0.82 |
| Hex | CD | E3 | C1 | A | 0 | F | B | 63 | 26 | 52 |
| Octal | 315 | 343 | 301 | 12 | 0 | 17 | 13 | 143 | 46 | 122 |
| Binary | 11001101 | 11100011 | 11000001 | 1010 | 0 | 1111 | 1011 | 1100011 | 100110 | 1010010 |
Color Harmonies of #CDE3C1
Complementary color
Monochromatic Colors of #CDE3C1
Black with #CDE3C1
Text Example
Text Example
White with #CDE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3C1; }
p { color: rgb(205,227,193); }
H1.HeaderClassName
{
color: #CDE3C1;
}
.AnyTagClassName
{
color: #CDE3C1;
}
</style>
background-color css
<style>
a { background-color: #CDE3C1; }
a { background-color: rgb(205,227,193); }
div.DivClassName
{
background-color: #CDE3C1;
}
.BgClassName
{
background-color: #CDE3C1;
}
</style>
border-color css
<style>
span { border-color: #CDE3C1; }
span { border-color: rgb(205,227,193); }
td.TdClassName
{
border-color: #CDE3C1;
}
.TagClassName
{
border-color: #CDE3C1;
}
</style>