#DCF6DA

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

Shades of Tara #DCF6DA

Tints of Tara #DCF6DA

Color information

#DCF6DA (or 0xDCF6DA) is unknown color: approx Tara. HEX triplet: DC, F6 and DA. RGB value is (220,246,218). Sum of RGB (Red+Green+Blue) = 220+246+218=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6DA is #230925. Grayscale: #EBEBEB. Windows color (decimal): -2296102 or 14350044. OLE color: 14350044.

HSL color Cylindrical-coordinate representation of color #DCF6DA: hue angle of 115.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6DA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB220246218-
CMYK0.1100.110.04
HSL115.71º60.87%90.98%-
HSV(B)115.71º11.38%96.47%-
XYZ75.1386.1979.01-
YUV235.03118.39117.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=32.16%
G=35.96%
B=31.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462180.1100.110.04115.7160.8790.98
HexDCF6DAB0B4743d5b
Octal33436633213013416475133
Binary11011100111101101101101010110101110011101001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6DA; }

 p { color: rgb(220,246,218); }

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

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

 a { background-color: rgb(220,246,218); }

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

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

 span { border-color: rgb(220,246,218); }

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