#DDFDC3

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

Shades of Tea Green #DDFDC3

Tints of Tea Green #DDFDC3

Color information

#DDFDC3 (or 0xDDFDC3) is unknown color: approx Tea Green. HEX triplet: DD, FD and C3. RGB value is (221,253,195). Sum of RGB (Red+Green+Blue) = 221+253+195=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC3 is #22023C. Grayscale: #EDEDED. Windows color (decimal): -2228797 or 12844509. OLE color: 12844509.

HSL color Cylindrical-coordinate representation of color #DDFDC3: hue angle of 93.1º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDFDC3 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB221253195-
CMYK0.1300.230.01
HSL93.1º93.55%87.84%-
HSV(B)93.1º22.92%99.22%-
XYZ74.7989.5664.98-
YUV236.82104.4116.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 195 (76.56% from 255) = 29.15%
R=33.03%
G=37.82%
B=29.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531950.1300.230.0193.193.5587.84
HexDDFDC3D01715d5e58
Octal335375303150271135136130
Binary11011101111111011100001111010101111101110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDC3; }

 p { color: rgb(221,253,195); }

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

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

 a { background-color: rgb(221,253,195); }

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

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

 span { border-color: rgb(221,253,195); }

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