Shades of Tea Green #DDF8C3
Tints of Tea Green #DDF8C3
RGB
CMYK
RGB Variations
Color information
#DDF8C3 (or 0xDDF8C3) is known color: Tea Green. HEX triplet: DD, F8 and C3. RGB value is (221,248,195). Sum of RGB (Red+Green+Blue) = 221+248+195=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 195 (76.56% from 255 or 29.37% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C3 is #22073C. Grayscale: #EAEAEA. Windows color (decimal): -2230077 or 12843229. OLE color: 12843229.
HSL color Cylindrical-coordinate representation of color #DDF8C3: hue angle of 90.57º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF8C3 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 195 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.03 |
| HSL | 90.57º | 0.79% | 0.87% | - |
| HSV(B) | 90.57º | 0.21% | 0.97% | - |
| XYZ | 73.24 | 86.45 | 64.46 | - |
| YUV | 233.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 195 | 0.11 | 0 | 0.21 | 0.03 | 90.57 | 0.79 | 0.87 |
| Hex | DD | F8 | C3 | B | 0 | 15 | 3 | 5B | 4F | 57 |
| Octal | 335 | 370 | 303 | 13 | 0 | 25 | 3 | 133 | 117 | 127 |
| Binary | 11011101 | 11111000 | 11000011 | 1011 | 0 | 10101 | 11 | 1011011 | 1001111 | 1010111 |
Color Harmonies of #DDF8C3
Complementary color
Monochromatic Colors of #DDF8C3
Black with #DDF8C3
Text Example
Text Example
White with #DDF8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8C3; }
p { color: rgb(221,248,195); }
H1.HeaderClassName
{
color: #DDF8C3;
}
.AnyTagClassName
{
color: #DDF8C3;
}
</style>
background-color css
<style>
a { background-color: #DDF8C3; }
a { background-color: rgb(221,248,195); }
div.DivClassName
{
background-color: #DDF8C3;
}
.BgClassName
{
background-color: #DDF8C3;
}
</style>
border-color css
<style>
span { border-color: #DDF8C3; }
span { border-color: rgb(221,248,195); }
td.TdClassName
{
border-color: #DDF8C3;
}
.TagClassName
{
border-color: #DDF8C3;
}
</style>