Shades of Tea Green #DDFDBD
Tints of Tea Green #DDFDBD
RGB
CMYK
RGB Variations
Color information
#DDFDBD (or 0xDDFDBD) is known color: Tea Green. HEX triplet: DD, FD and BD. RGB value is (221,253,189). Sum of RGB (Red+Green+Blue) = 221+253+189=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDBD is #220242. Grayscale: #ECECEC. Windows color (decimal): -2228803 or 12451293. OLE color: 12451293.
HSL color Cylindrical-coordinate representation of color #DDFDBD: hue angle of 90º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDFDBD is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 189 | - |
CMYK | 0.13 | 0 | 0.25 | 0.01 |
HSL | 90º | 0.94% | 0.87% | - |
HSV(B) | 90º | 0.25% | 0.99% | - |
XYZ | 74.13 | 89.3 | 61.47 | - |
YUV | 236.14 | 101.4 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 189 | 0.13 | 0 | 0.25 | 0.01 | 90 | 0.94 | 0.87 |
Hex | DD | FD | BD | D | 0 | 19 | 1 | 5A | 5E | 57 |
Octal | 335 | 375 | 275 | 15 | 0 | 31 | 1 | 132 | 136 | 127 |
Binary | 11011101 | 11111101 | 10111101 | 1101 | 0 | 11001 | 1 | 1011010 | 1011110 | 1010111 |
Color Harmonies of #DDFDBD
Complementary color
Monochromatic Colors of #DDFDBD
Black with #DDFDBD
Text Example
Text Example
White with #DDFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDBD; }
p { color: rgb(221,253,189); }
H1.HeaderClassName
{
color: #DDFDBD;
}
.AnyTagClassName
{
color: #DDFDBD;
}
</style>
background-color css
<style>
a { background-color: #DDFDBD; }
a { background-color: rgb(221,253,189); }
div.DivClassName
{
background-color: #DDFDBD;
}
.BgClassName
{
background-color: #DDFDBD;
}
</style>
border-color css
<style>
span { border-color: #DDFDBD; }
span { border-color: rgb(221,253,189); }
td.TdClassName
{
border-color: #DDFDBD;
}
.TagClassName
{
border-color: #DDFDBD;
}
</style>