#DDFCC0

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

Shades of Tea Green #DDFCC0

Tints of Tea Green #DDFCC0

Color information

#DDFCC0 (or 0xDDFCC0) is unknown color: approx Tea Green. HEX triplet: DD, FC and C0. RGB value is (221,252,192). Sum of RGB (Red+Green+Blue) = 221+252+192=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCC0 is #22033F. Grayscale: #ECECEC. Windows color (decimal): -2229056 or 12647645. OLE color: 12647645.

HSL color Cylindrical-coordinate representation of color #DDFCC0: hue angle of 91º degrees, saturation: 0.91, 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 #DDFCC0 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB221252192-
CMYK0.1200.240.01
HSL91º90.91%87.06%-
HSV(B)91º23.81%98.82%-
XYZ74.1488.863.1-
YUV235.89103.23117.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 192 (75.39% from 255) = 28.87%
R=33.23%
G=37.89%
B=28.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521920.1200.240.019190.9187.06
HexDDFCC0C01815b5b57
Octal335374300140301133133127
Binary11011101111111001100000011000110001101101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCC0; }

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

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

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

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

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

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

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

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