Shades of Tea Green #D5E9C6
Tints of Tea Green #D5E9C6
RGB
CMYK
RGB Variations
Color information
#D5E9C6 (or 0xD5E9C6) is known color: Tea Green. HEX triplet: D5, E9 and C6. RGB value is (213,233,198). Sum of RGB (Red+Green+Blue) = 213+233+198=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9C6 is #2A1639. Grayscale: #DFDFDF. Windows color (decimal): -2758202 or 13035989. OLE color: 13035989.
HSL color Cylindrical-coordinate representation of color #D5E9C6: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E9C6 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 233 | 198 | - |
CMYK | 0.09 | 0 | 0.15 | 0.09 |
HSL | 94.29º | 0.44% | 0.85% | - |
HSV(B) | 94.29º | 0.15% | 0.91% | - |
XYZ | 66.77 | 76.5 | 64.67 | - |
YUV | 223.03 | 113.87 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 233 | 198 | 0.09 | 0 | 0.15 | 0.09 | 94.29 | 0.44 | 0.85 |
Hex | D5 | E9 | C6 | 9 | 0 | F | 9 | 5E | 2C | 55 |
Octal | 325 | 351 | 306 | 11 | 0 | 17 | 11 | 136 | 54 | 125 |
Binary | 11010101 | 11101001 | 11000110 | 1001 | 0 | 1111 | 1001 | 1011110 | 101100 | 1010101 |
Color Harmonies of #D5E9C6
Complementary color
Monochromatic Colors of #D5E9C6
Black with #D5E9C6
Text Example
Text Example
White with #D5E9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E9C6; }
p { color: rgb(213,233,198); }
H1.HeaderClassName
{
color: #D5E9C6;
}
.AnyTagClassName
{
color: #D5E9C6;
}
</style>
background-color css
<style>
a { background-color: #D5E9C6; }
a { background-color: rgb(213,233,198); }
div.DivClassName
{
background-color: #D5E9C6;
}
.BgClassName
{
background-color: #D5E9C6;
}
</style>
border-color css
<style>
span { border-color: #D5E9C6; }
span { border-color: rgb(213,233,198); }
td.TdClassName
{
border-color: #D5E9C6;
}
.TagClassName
{
border-color: #D5E9C6;
}
</style>