#DDFDC1

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

Shades of Tea Green #DDFDC1

Tints of Tea Green #DDFDC1

Color information

#DDFDC1 (or 0xDDFDC1) is unknown color: approx Tea Green. HEX triplet: DD, FD and C1. RGB value is (221,253,193). Sum of RGB (Red+Green+Blue) = 221+253+193=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC1 is #22023E. Grayscale: #ECECEC. Windows color (decimal): -2228799 or 12713437. OLE color: 12713437.

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

Color convert

RGB221253193-
CMYK0.1300.240.01
HSL92º93.75%87.45%-
HSV(B)92º23.72%99.22%-
XYZ74.5789.4763.79-
YUV236.59103.4116.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 193 (75.78% from 255) = 28.94%
R=33.13%
G=37.93%
B=28.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531930.1300.240.019293.7587.45
HexDDFDC1D01815c5e57
Octal335375301150301134136127
Binary11011101111111011100000111010110001101110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDC1; }

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

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

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

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

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

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

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

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