#DCF2DA

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

Shades of Tara #DCF2DA

Tints of Tara #DCF2DA

Color information

#DCF2DA (or 0xDCF2DA) is unknown color: approx Tara. HEX triplet: DC, F2 and DA. RGB value is (220,242,218). Sum of RGB (Red+Green+Blue) = 220+242+218=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2DA is #230D25. Grayscale: #E8E8E8. Windows color (decimal): -2297126 or 14349020. OLE color: 14349020.

HSL color Cylindrical-coordinate representation of color #DCF2DA: hue angle of 115º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF2DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB220242218-
CMYK0.0900.100.05
HSL115º48%90.2%-
HSV(B)115º9.92%94.9%-
XYZ73.9283.7878.61-
YUV232.69119.71118.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 242 (94.92% from 255) = 35.59%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=32.35%
G=35.59%
B=32.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422180.0900.100.051154890.2
HexDCF2DA90A573305a
Octal33436233211012516360132
Binary11011100111100101101101010010101010111100111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2DA; }

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

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

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

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

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

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

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

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