#DDFABD

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

Shades of Tea Green #DDFABD

Tints of Tea Green #DDFABD

Color information

#DDFABD (or 0xDDFABD) is unknown color: approx Tea Green. HEX triplet: DD, FA and BD. RGB value is (221,250,189). Sum of RGB (Red+Green+Blue) = 221+250+189=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFABD is #220542. Grayscale: #EAEAEA. Windows color (decimal): -2229571 or 12450525. OLE color: 12450525.

HSL color Cylindrical-coordinate representation of color #DDFABD: hue angle of 88.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFABD is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB221250189-
CMYK0.1200.240.02
HSL88.52º85.92%86.08%-
HSV(B)88.52º24.4%98.04%-
XYZ73.1987.4261.16-
YUV234.38102.39118.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=33.48%
G=37.88%
B=28.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501890.1200.240.0288.5285.9286.08
HexDDFABDC0182595656
Octal335372275140302131126126
Binary110111011111101010111101110001100010101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFABD; }

 p { color: rgb(221,250,189); }

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

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

 a { background-color: rgb(221,250,189); }

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

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

 span { border-color: rgb(221,250,189); }

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