#DDFAC1

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

Shades of Tea Green #DDFAC1

Tints of Tea Green #DDFAC1

Color information

#DDFAC1 (or 0xDDFAC1) is unknown color: approx Tea Green. HEX triplet: DD, FA and C1. RGB value is (221,250,193). Sum of RGB (Red+Green+Blue) = 221+250+193=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 193 (75.78% from 255 or 29.07% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC1 is #22053E. Grayscale: #EBEBEB. Windows color (decimal): -2229567 or 12712669. OLE color: 12712669.

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

Color convert

RGB221250193-
CMYK0.1200.230.02
HSL90.53º85.07%86.86%-
HSV(B)90.53º22.8%98.04%-
XYZ73.6387.5963.48-
YUV234.83104.39118.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.28%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 193 (75.78% from 255) = 29.07%
R=33.28%
G=37.65%
B=29.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501930.1200.230.0290.5385.0786.86
HexDDFAC1C01725b5557
Octal335372301140272133125127
Binary110111011111101011000001110001011110101101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAC1; }

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

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

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

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

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

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

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

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