#DDFEBD

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

Shades of Tea Green #DDFEBD

Tints of Tea Green #DDFEBD

Color information

#DDFEBD (or 0xDDFEBD) is unknown color: approx Tea Green. HEX triplet: DD, FE and BD. RGB value is (221,254,189). Sum of RGB (Red+Green+Blue) = 221+254+189=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEBD is #220142. Grayscale: #ECECEC. Windows color (decimal): -2228547 or 12451549. OLE color: 12451549.

HSL color Cylindrical-coordinate representation of color #DDFEBD: hue angle of 90.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFEBD is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB221254189-
CMYK0.1300.260.00
HSL90.46º97.01%86.86%-
HSV(B)90.46º25.59%99.61%-
XYZ74.4589.9361.58-
YUV236.72101.07116.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 254 (99.61% from 255) = 38.25%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=33.28%
G=38.25%
B=28.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541890.1300.260.0090.4697.0186.86
HexDDFEBDD01A05a6157
Octal335376275150320132141127
Binary11011101111111101011110111010110100101101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEBD; }

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

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

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

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

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

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

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

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