Shades of Tea Green #D2ECC3
Tints of Tea Green #D2ECC3
RGB
CMYK
RGB Variations
Color information
#D2ECC3 (or 0xD2ECC3) is known color: Tea Green. HEX triplet: D2, EC and C3. RGB value is (210,236,195). Sum of RGB (Red+Green+Blue) = 210+236+195=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECC3 is #2D133C. Grayscale: #DFDFDF. Windows color (decimal): -2954045 or 12840146. OLE color: 12840146.
HSL color Cylindrical-coordinate representation of color #D2ECC3: hue angle of 98.05º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2ECC3 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 195 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.07 |
| HSL | 98.05º | 0.52% | 0.85% | - |
| HSV(B) | 98.05º | 0.17% | 0.93% | - |
| XYZ | 66.42 | 77.63 | 63.11 | - |
| YUV | 223.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 195 | 0.11 | 0 | 0.17 | 0.07 | 98.05 | 0.52 | 0.85 |
| Hex | D2 | EC | C3 | B | 0 | 11 | 7 | 62 | 34 | 55 |
| Octal | 322 | 354 | 303 | 13 | 0 | 21 | 7 | 142 | 64 | 125 |
| Binary | 11010010 | 11101100 | 11000011 | 1011 | 0 | 10001 | 111 | 1100010 | 110100 | 1010101 |
Color Harmonies of #D2ECC3
Complementary color
Monochromatic Colors of #D2ECC3
Black with #D2ECC3
Text Example
Text Example
White with #D2ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ECC3; }
p { color: rgb(210,236,195); }
H1.HeaderClassName
{
color: #D2ECC3;
}
.AnyTagClassName
{
color: #D2ECC3;
}
</style>
background-color css
<style>
a { background-color: #D2ECC3; }
a { background-color: rgb(210,236,195); }
div.DivClassName
{
background-color: #D2ECC3;
}
.BgClassName
{
background-color: #D2ECC3;
}
</style>
border-color css
<style>
span { border-color: #D2ECC3; }
span { border-color: rgb(210,236,195); }
td.TdClassName
{
border-color: #D2ECC3;
}
.TagClassName
{
border-color: #D2ECC3;
}
</style>