Shades of Tea Green #CDE8BD
Tints of Tea Green #CDE8BD
RGB
CMYK
RGB Variations
Color information
#CDE8BD (or 0xCDE8BD) is known color: Tea Green. HEX triplet: CD, E8 and BD. RGB value is (205,232,189). Sum of RGB (Red+Green+Blue) = 205+232+189=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8BD is #321742. Grayscale: #DBDBDB. Windows color (decimal): -3282755 or 12445901. OLE color: 12445901.
HSL color Cylindrical-coordinate representation of color #CDE8BD: hue angle of 97.67º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE8BD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 189 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.09 |
| HSL | 97.67º | 0.48% | 0.83% | - |
| HSV(B) | 97.67º | 0.19% | 0.91% | - |
| XYZ | 63.22 | 74.37 | 59.17 | - |
| YUV | 219.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 189 | 0.12 | 0 | 0.19 | 0.09 | 97.67 | 0.48 | 0.83 |
| Hex | CD | E8 | BD | C | 0 | 13 | 9 | 62 | 30 | 53 |
| Octal | 315 | 350 | 275 | 14 | 0 | 23 | 11 | 142 | 60 | 123 |
| Binary | 11001101 | 11101000 | 10111101 | 1100 | 0 | 10011 | 1001 | 1100010 | 110000 | 1010011 |
Color Harmonies of #CDE8BD
Complementary color
Monochromatic Colors of #CDE8BD
Black with #CDE8BD
Text Example
Text Example
White with #CDE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8BD; }
p { color: rgb(205,232,189); }
H1.HeaderClassName
{
color: #CDE8BD;
}
.AnyTagClassName
{
color: #CDE8BD;
}
</style>
background-color css
<style>
a { background-color: #CDE8BD; }
a { background-color: rgb(205,232,189); }
div.DivClassName
{
background-color: #CDE8BD;
}
.BgClassName
{
background-color: #CDE8BD;
}
</style>
border-color css
<style>
span { border-color: #CDE8BD; }
span { border-color: rgb(205,232,189); }
td.TdClassName
{
border-color: #CDE8BD;
}
.TagClassName
{
border-color: #CDE8BD;
}
</style>