Shades of Tea Green #D1EDC2
Tints of Tea Green #D1EDC2
RGB
CMYK
RGB Variations
Color information
#D1EDC2 (or 0xD1EDC2) is known color: Tea Green. HEX triplet: D1, ED and C2. RGB value is (209,237,194). Sum of RGB (Red+Green+Blue) = 209+237+194=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EDC2 is #2E123D. Grayscale: #DFDFDF. Windows color (decimal): -3019326 or 12774865. OLE color: 12774865.
HSL color Cylindrical-coordinate representation of color #D1EDC2: hue angle of 99.07º 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 #D1EDC2 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 237 | 194 | - |
CMYK | 0.12 | 0 | 0.18 | 0.07 |
HSL | 99.07º | 0.54% | 0.85% | - |
HSV(B) | 99.07º | 0.18% | 0.93% | - |
XYZ | 66.32 | 78.02 | 62.6 | - |
YUV | 223.73 | 111.22 | 117.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 237 | 194 | 0.12 | 0 | 0.18 | 0.07 | 99.07 | 0.54 | 0.85 |
Hex | D1 | ED | C2 | C | 0 | 12 | 7 | 63 | 36 | 55 |
Octal | 321 | 355 | 302 | 14 | 0 | 22 | 7 | 143 | 66 | 125 |
Binary | 11010001 | 11101101 | 11000010 | 1100 | 0 | 10010 | 111 | 1100011 | 110110 | 1010101 |
Color Harmonies of #D1EDC2
Complementary color
Monochromatic Colors of #D1EDC2
Black with #D1EDC2
Text Example
Text Example
White with #D1EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EDC2; }
p { color: rgb(209,237,194); }
H1.HeaderClassName
{
color: #D1EDC2;
}
.AnyTagClassName
{
color: #D1EDC2;
}
</style>
background-color css
<style>
a { background-color: #D1EDC2; }
a { background-color: rgb(209,237,194); }
div.DivClassName
{
background-color: #D1EDC2;
}
.BgClassName
{
background-color: #D1EDC2;
}
</style>
border-color css
<style>
span { border-color: #D1EDC2; }
span { border-color: rgb(209,237,194); }
td.TdClassName
{
border-color: #D1EDC2;
}
.TagClassName
{
border-color: #D1EDC2;
}
</style>