#DDF8C0

Color #DDF8C0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DDF8C0

Tints of Tea Green #DDF8C0

Color information

#DDF8C0 (or 0xDDF8C0) is unknown color: approx Tea Green. HEX triplet: DD, F8 and C0. RGB value is (221,248,192). Sum of RGB (Red+Green+Blue) = 221+248+192=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C0 is #22073F. Grayscale: #E9E9E9. Windows color (decimal): -2230080 or 12646621. OLE color: 12646621.

HSL color Cylindrical-coordinate representation of color #DDF8C0: hue angle of 88.93º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF8C0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB221248192-
CMYK0.1100.230.03
HSL88.93º80%86.27%-
HSV(B)88.93º22.58%97.25%-
XYZ72.986.3162.69-
YUV233.54104.55119.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=33.43%
G=37.52%
B=29.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481920.1100.230.0388.938086.27
HexDDF8C0B0173595056
Octal335370300130273131120126
Binary110111011111100011000000101101011111101100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8C0; }

 p { color: rgb(221,248,192); }

 H1.HeaderClassName
 {
   color: #DDF8C0;
 }
 .AnyTagClassName
 {
   color: #DDF8C0;
 }
</style>
background-color css

<style>
 a { background-color: #DDF8C0; }

 a { background-color: rgb(221,248,192); }

 div.DivClassName
 {
   background-color: #DDF8C0;
 }
 .BgClassName
 {
   background-color: #DDF8C0;
 }
</style>
border-color css

<style>
 span { border-color: #DDF8C0; }

 span { border-color: rgb(221,248,192); }

 td.TdClassName
 {
   border-color: #DDF8C0;
 }
 .TagClassName
 {
   border-color: #DDF8C0;
 }
</style>