#DDF8C5

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

Shades of Tea Green #DDF8C5

Tints of Tea Green #DDF8C5

Color information

#DDF8C5 (or 0xDDF8C5) is unknown color: approx Tea Green. HEX triplet: DD, F8 and C5. RGB value is (221,248,197). Sum of RGB (Red+Green+Blue) = 221+248+197=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C5 is #22073A. Grayscale: #EAEAEA. Windows color (decimal): -2230075 or 12974301. OLE color: 12974301.

HSL color Cylindrical-coordinate representation of color #DDF8C5: hue angle of 91.76º degrees, saturation: 0.78, 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 #DDF8C5 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB221248197-
CMYK0.1100.210.03
HSL91.76º78.46%87.25%-
HSV(B)91.76º20.56%97.25%-
XYZ73.4686.5465.65-
YUV234.11107.05118.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.18%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 197 (77.34% from 255) = 29.58%
R=33.18%
G=37.24%
B=29.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481970.1100.210.0391.7678.4687.25
HexDDF8C5B01535c4e57
Octal335370305130253134116127
Binary110111011111100011000101101101010111101110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8C5; }

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

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

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

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

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

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

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

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