#DDFCBB

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

Shades of Tea Green #DDFCBB

Tints of Tea Green #DDFCBB

Color information

#DDFCBB (or 0xDDFCBB) is unknown color: approx Tea Green. HEX triplet: DD, FC and BB. RGB value is (221,252,187). Sum of RGB (Red+Green+Blue) = 221+252+187=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCBB is #220344. Grayscale: #EBEBEB. Windows color (decimal): -2229061 or 12319965. OLE color: 12319965.

HSL color Cylindrical-coordinate representation of color #DDFCBB: hue angle of 88.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFCBB is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB221252187-
CMYK0.1200.260.01
HSL88.62º91.55%86.08%-
HSV(B)88.62º25.79%98.82%-
XYZ73.688.5860.23-
YUV235.32100.73117.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=33.48%
G=38.18%
B=28.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521870.1200.260.0188.6291.5586.08
HexDDFCBBC01A1595c56
Octal335374273140321131134126
Binary11011101111111001011101111000110101101100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCBB; }

 p { color: rgb(221,252,187); }

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

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

 a { background-color: rgb(221,252,187); }

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

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

 span { border-color: rgb(221,252,187); }

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