#DCF3DA

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

Shades of Tara #DCF3DA

Tints of Tara #DCF3DA

Color information

#DCF3DA (or 0xDCF3DA) is unknown color: approx Tara. HEX triplet: DC, F3 and DA. RGB value is (220,243,218). Sum of RGB (Red+Green+Blue) = 220+243+218=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DA is #230C25. Grayscale: #E9E9E9. Windows color (decimal): -2296870 or 14349276. OLE color: 14349276.

HSL color Cylindrical-coordinate representation of color #DCF3DA: hue angle of 115.2º degrees, saturation: 0.51, 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 #DCF3DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB220243218-
CMYK0.0900.100.05
HSL115.2º51.02%90.39%-
HSV(B)115.2º10.29%95.29%-
XYZ74.2284.3878.7-
YUV233.27119.38118.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=32.31%
G=35.68%
B=32.01%

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
Decimal2202432180.0900.100.05115.251.0290.39
HexDCF3DA90A573335a
Octal33436333211012516363132
Binary11011100111100111101101010010101010111100111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3DA; }

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

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

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

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

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

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

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

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