Shades of Tea Green #CDE0C4
Tints of Tea Green #CDE0C4
RGB
CMYK
RGB Variations
Color information
#CDE0C4 (or 0xCDE0C4) is known color: Tea Green. HEX triplet: CD, E0 and C4. RGB value is (205,224,196). Sum of RGB (Red+Green+Blue) = 205+224+196=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C4 is #321F3B. Grayscale: #D7D7D7. Windows color (decimal): -3284796 or 12902605. OLE color: 12902605.
HSL color Cylindrical-coordinate representation of color #CDE0C4: hue angle of 100.71º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE0C4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 196 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.12 |
| HSL | 100.71º | 0.31% | 0.82% | - |
| HSV(B) | 100.71º | 0.13% | 0.88% | - |
| XYZ | 61.8 | 70.28 | 62.53 | - |
| YUV | 215.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 196 | 0.08 | 0 | 0.12 | 0.12 | 100.71 | 0.31 | 0.82 |
| Hex | CD | E0 | C4 | 8 | 0 | C | C | 65 | 1F | 52 |
| Octal | 315 | 340 | 304 | 10 | 0 | 14 | 14 | 145 | 37 | 122 |
| Binary | 11001101 | 11100000 | 11000100 | 1000 | 0 | 1100 | 1100 | 1100101 | 11111 | 1010010 |
Color Harmonies of #CDE0C4
Complementary color
Monochromatic Colors of #CDE0C4
Black with #CDE0C4
Text Example
Text Example
White with #CDE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0C4; }
p { color: rgb(205,224,196); }
H1.HeaderClassName
{
color: #CDE0C4;
}
.AnyTagClassName
{
color: #CDE0C4;
}
</style>
background-color css
<style>
a { background-color: #CDE0C4; }
a { background-color: rgb(205,224,196); }
div.DivClassName
{
background-color: #CDE0C4;
}
.BgClassName
{
background-color: #CDE0C4;
}
</style>
border-color css
<style>
span { border-color: #CDE0C4; }
span { border-color: rgb(205,224,196); }
td.TdClassName
{
border-color: #CDE0C4;
}
.TagClassName
{
border-color: #CDE0C4;
}
</style>